Opened 10 months ago
Last modified 7 months ago
#1624 new defect
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 (1)
comment:1 Changed 7 months ago by bbross
- Milestone set to H.266/VVC v4
- Version set to H.266/VVC v3
Note: See TracTickets for help on using tickets.
Good catch, thanks! Should be fixed in v4 as suggested.