Opened 2 years ago
Closed 2 years ago
#1569 closed defect (fixed)
Minor whitespace issues in coding unit syntax
Reported by: | crosewarne | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | spec | Version: | |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In 7.3.11.5 Coding unit syntax some trivial whitespace issues (missing space and superfluous tab) were found in the 04/22 edition of the spec, as follows:
if( Min( lfnstWidth, lfnstHeight ) >= 4 && sps_lfnst_enabled_flag = = 1 &&
CuPredMode[ chType ][ x0 ][ y0 ] = = MODE_INTRA && lfnstNotTsFlag = = 1
&& <superfluous tab in here>( treeType = = DUAL_TREE_CHROMA | | IntraMipFlag[ x0 ][ y0 ] | |
Min( lfnstWidth, lfnstHeight ) >= 16 ) &&
Max( cbWidth, cbHeight ) <= MaxTbSizeY<missing space here>) {
if( ( IntraSubPartitionsSplitType != ISP_NO_SPLIT | | LfnstDcOnly = = 0 ) &&
LfnstZeroOutSigCoeffFlag = = 1 )
lfnst_idx
Change history (1)
comment:1 Changed 2 years ago by yk
- Resolution set to fixed
- Status changed from new to closed
Good catches! To be included in JVET-AB1004.