Opened 4 years ago
Closed 4 years ago
#1346 closed defect (fixed)
Table 90 - Context initialization table for amvr_precision_idx is incorrect
Reported by: | bheng | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D10 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
The final column (8) in Table 90 should be [60, 0] instead of [35, 4].
Columns 2, 5, and 8 (affine mode) are supposed to correspond to the following column from the ImvFlag VTM table.
const CtxSet ContextSetCfg::ImvFlag = ContextSetCfg::addCtxSet ({ { , , , 60, , }, { , , , 60, , }, { , , , CNU, , }, { , , , 0, , }, });
Change history (1)
comment:1 Changed 4 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Good catch, thanks! This will be fixed in JVET-S2001-vH.