Opened 5 years ago

Closed 5 years ago

#379 closed defect (fixed)

Typo in IBC merge signaling condition (MaxNumIbcMergeCand)

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

Description

In 7.3.8.7

if ( CuPredMode[ chType ][ x0 ][ y0 ] = = MODE_IBC ) {

if( MaxNumMergeCand > 1 )

merge_idx[ x0 ][ y0 ]

Should be

if ( CuPredMode[ chType ][ x0 ][ y0 ] = = MODE_IBC ) {

if( MaxNumIbcMergeCand > 1 )

merge_idx[ x0 ][ y0 ]

Change history (1)

comment:1 Changed 5 years ago by jlchen

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

Fixed in vD version.

Note: See TracTickets for help on using tickets.