Opened 5 years ago

Closed 4 years ago

#617 closed defect (fixed)

Typo in 8.5.5.5 when inheriting affine cpmv from neighbors

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

Description

In the following equations, CpMvLX[xNb][yNb][2] should be corrected to CpMvLX[xNb][yNb][0].

dHorY = ( CpMvLX[ xNb ][ yNb + nNbH − 1 ][ 2 ][ 0 ] − CpMvLX[ xNb ][ yNb ][ 2 ][ 0 ] ) << ( 7 − log2NbH ) (8-558)
dVerY = ( CpMvLX[ xNb ][ yNb + nNbH − 1 ][ 2 ][ 1 ] − CpMvLX[ xNb ][ yNb ][ 2 ][ 1 ] ) << ( 7 − log2NbH ) (8-559)

Change history (1)

comment:1 Changed 4 years ago by bbross

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

Thanks for reporting.

This will be fixed JVET-P2001-vB.

Note: See TracTickets for help on using tickets.