Opened 6 years ago
Closed 6 years ago
#915 closed defect (fixed)
Typos in syntax of coding unit (7.3.10.5)
| Reported by: | abe.kiyo | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | spec | Version: | |
| Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In 7.3.10.5 Coding unit syntax, the last "}" is missing.
| coding_unit( x0, y0, cbWidth, cbHeight, cqtDepth, treeType, modeType ) { | Descriptor | ||||
| .... | |||||
| if( treeType != DUAL_TREE_CHROMA && lfnst_idx = = 0 && transform_skip_flag[ x0 ][ y0 ][ 0 ] = = 0 && Max( cbWidth, cbHeight ) <= 32 && IntraSubPartitionsSplitType = = ISP_NO_SPLIT && cu_sbt_flag = = 0 && MtsZeroOutSigCoeffFlag = = 1 && MtsDcOnly = = 0 ) { | |||||
| if( ( ( CuPredMode[ chType ][ x0 ][ y0 ] = = MODE_INTER && sps_explicit_mts_inter_enabled_flag ) | | ( CuPredMode[ chType ][ x0 ][ y0 ] = = MODE_INTRA && sps_explicit_mts_intra_enabled_flag ) ) ) | |||||
| mts_idx | ae(v) | ||||
| } | |||||
| } | |||||
| } | |||||
Change history (1)
comment:1 Changed 6 years ago by yk
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Good catch! Thanks. Fixed in Q2001-vE.