Opened 4 weeks ago
#1654 new defect
Typo in derivation process for GPM motion vectors
| Reported by: | jonathang | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | spec | Version: | |
| Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In section 8.5.4.2, there is a typo in step 7.
The current text is
- Let refIdxL0N and refIdxL1N, predFlagL0N and predFlagL1N, and mvL0N and mvL1N be the reference indices, the prediction list utilization flags and the motion vectors of the merging candidate N at position m in the merging candidate list mergeCandList ( N = mergeCandList[ n ] ).
While the derivation within the brackets is correct, the description incorrectly says "position m".
This should be corrected to
- Let refIdxL0N and refIdxL1N, predFlagL0N and predFlagL1N, and mvL0N and mvL1N be the reference indices, the prediction list utilization flags and the motion vectors of the merging candidate N at position n in the merging candidate list mergeCandList ( N = mergeCandList[ n ] ).
Note: See TracTickets for help on using tickets.