Opened 5 years ago
Closed 5 years ago
#378 closed defect (fixed)
Typo in 8.5.2.12 Derivation process for collocated motion vectors
Reported by: | chhuanb | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VVC D6 vD |
Component: | spec | Version: | VVC D6 vC |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
Otherwise might be added in following branch:
8.5.2.12 Derivation process for collocated motion vectors
...
– Otherwise (sbFlag is equal to 1), the following applies:
– If PredFlagLXCol[ xColCb ][ yColCb ] is equal to 1, mvCol, refIdxCol, and listCol are set equal to mvLXCol[ xColCb ][ yColCb ], refIdxLXCol[ xColCb ][ yColCb ], and LX, respectively, availableFlagLXCol is set to 1.
– Otherwise (PredFlagLXCol[ xColCb ][ yColCb ] is equal to 0), the following applies:
– If DiffPicOrderCnt( aPic, currPic ) is less than or equal to 0 for every picture aPic in every reference picture list of the current slice and PredFlagLYCol[ xColCb ][ yColCb ] is equal to 1, mvCol, refIdxCol, and listCol are set to mvLYCol[ xColCb ][ yColCb ], refIdxLYCol[ xColCb ][ yColCb ] and LY, respectively, with Y being equal to !X where X being the value of X this process is invoked for. availableFlagLXCol is set to 1.
– Otherwise, both the components of mvLXCol are set to 0 and availableFlagLXCol is set equal to 0.
...
In addition, DiffPicOrderCnt( aPic, currPic ) is less than or equal to 0 for every picture aPic in every reference picture list of the current slice might be replaced by NoBackwardPredFlag is equal to 1 to simplify the spec.
Change history (2)
comment:1 Changed 5 years ago by bbross
- Milestone set to VVC D6 vD
comment:2 Changed 5 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Will be fixed in vD