Opened 4 years ago

Closed 4 years ago

#1202 closed defect (fixed)

Redundant condition in 8.4.5.2.6

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

Description

In the condition:

refIdx is equal to 0 or cIdx is not equal to 0

The "cIdx is not equal to 0" portion seems redundant since refIdx is derived as follows:

refIdx = ( cIdx = = 0 ) ? IntraLumaRefLineIdx[ xTbCmp ][ yTbCmp ] : 0

Therefore, cIdx must be equal to 0 if refIdx is non-zero.

Change history (1)

comment:1 Changed 4 years ago by jlchen

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

Good catch. This will be fixed in JVET-S2001-vE release.

Note: See TracTickets for help on using tickets.