Opened 5 years ago

Closed 5 years ago

#392 closed defect (fixed)

Missing parenthesis in coding_unit syntax table

Reported by: auyeung Owned by:
Priority: minor Milestone: VVC D6 vD
Component: spec Version: VVC D6 vC
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

In JVET-O2001-vC, the "(" is missing in 7.3.8.5 Coding unit syntax:

if( ( ( slice_type = = I && cu_skip_flag[ x0 ][ y0 ] = =0 ) | |

( slice_type != I && ( CuPredMode[ chType ][ x0 ][ y0 ] != MODE_INTRA | |
( cbWidth = = 4 && cbHeight = = 4 && cu_skip_flag[ x0 ][ y0 ] = = 0 ) ) ) ) &&
( cbWidth <= 64 && cbHeight <= 64 ) && modeType != MODE_TYPE_INTER ) {

Change history (1)

comment:1 Changed 5 years ago by bbross

  • Resolution set to fixed
  • Status changed from new to closed

Will be fixed in vD

Note: See TracTickets for help on using tickets.