Opened 22 months ago

Closed 4 weeks ago

Last modified 4 weeks ago

#1624 closed defect (fixed)

Incorrect indexing in computation of motion vector offset

Reported by: peterderivaz Owned by:
Priority: minor Milestone: H.266/VVC v4
Component: spec Version: H.266/VVC v3
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

In the decoding process for inter blocks (8.5.6.1) there are three places where the expression refMvLX[ xSbIdx ][ xSbIdx ] is used. I believe these should be replaced by refMvLX[ xSbIdx ][ ySbIdx ].

(This applies to "ITU-T H.266 (V3) (09/2023)" but I couldn't find an appropriate version in the dropdown.)

Change history (3)

comment:1 Changed 19 months ago by bbross

  • Milestone set to H.266/VVC v4
  • Version set to H.266/VVC v3

Good catch, thanks! Should be fixed in v4 as suggested.

comment:2 Changed 4 weeks ago by yk

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

comment:3 Changed 4 weeks ago by yk

Fixed in JVET-AN2001-v1.

Note: See TracTickets for help on using tickets.