Opened 4 years ago

Closed 4 years ago

#1345 closed defect (fixed)

Issue with DMVR chroma interpolation in 8.5.6.3.4

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

Description

In Equation 940:

xInti = Clip3( 0, picWC - 1, refWraparoundEnabledFlag ?

ClipH( xOffset, picWC, xInti ) : xIntC + i - 1 )

The "xIntC + i - 1" needs to be replaced by xInti. Otherwise, the DMVR bounding applied in Equation 936 will be undone.

Change history (1)

comment:1 Changed 4 years ago by jlchen

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

Good catch! This issue will be fixed in S2001-vH release.

Note: See TracTickets for help on using tickets.