Opened 5 years ago
Closed 5 years ago
#710 closed defect (fixed)
Mismatch between text and SW on addressing colPredMode
Reported by: | wzeng | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D7 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In spec text D7 vE, colPredMode[xColCb][yColCb] is used to determine collocated coding block's pred mode, while in VTM (xColCb, yColCb) is aligned to 8x8 first.
Suggest to change colPredMode[xColCb][yColCb] to
colPredMode[(xColCb >> 3) << 3][(yColCb >> 3) << 3]
Change history (2)
comment:1 Changed 5 years ago by jlchen
comment:2 Changed 5 years ago by jlchen
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Agree. Motion field compression also includes the compression of CuPredMode[][] of the reference picture.