Opened 5 years ago
Closed 5 years ago
#612 closed enhancement (wontfix)
Confusing text in 8.5.2.12 Derivation process for collocated motion vectors
Reported by: | vdrugeon | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D7 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In 8.5.2.12 Derivation process for collocated motion vectors: "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".
The value of X is a bit confusing in this process, since it is not listed in the list of inputs. Should it be added to the list of inputs?
Change history (4)
comment:1 Changed 5 years ago by bbross
- Version set to VVC D7 vC
comment:2 Changed 5 years ago by bbross
- Version changed from VVC D7 vC to VVC D7 vD
comment:3 Changed 5 years ago by bbross
- Version changed from VVC D7 vD to VVC D7 vE
comment:4 Changed 5 years ago by bbross
- Resolution set to wontfix
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
It is implicitly given in the list of input:
– a reference index refIdxLX, with X being 0 or 1,
So when it is invoked for L0 X=0 and L1 X=1.