Opened 4 years ago

Closed 4 years ago

#1307 closed defect (fixed)

Rows / columns swapped in angular prediction Equation 341

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

Description

The rows and columns of the p[x][y] matrix appear to be reversed in Equation 341.

Specifically:

ref[ refH + refIdx +x ] = p[ -1 + refH ][ -1 - refIdx ]


should be changed to:

ref[ refH + refIdx +x ] = p[ -1 - refIdx ][ -1 + refH ]

Change history (1)

comment:1 Changed 4 years ago by bbross

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

Thanks, you're right and good catch! This will be fixed in JVET-S2001-vH.

Note: See TracTickets for help on using tickets.