Opened 5 years ago
Closed 5 years ago
#419 closed defect (fixed)
typo in split_cu_flag context derivation
Reported by: | axink | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | spec | Version: | VVC D6 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In 9.3.4.2.2 Derivation process of ctxInc using left and above syntax elements, the ctxSetIdx for split_cu_flag is derived as the following in table 9-83:
( allowSplitBtVer +
allowSplitBtHor +
allowSplitTtVer +
allowSplitTtHor +
2 * allowSplitQt − 1 ) / 3
This should be corrected as:
( allowSplitBtVer +
allowSplitBtHor +
allowSplitTtVer +
allowSplitTtHor +
2 * allowSplitQt − 1 ) / 2
The VTM software matches the corrected form, which is also aligned with the number of possible contexts for this syntax element.
Change history (1)
comment:1 Changed 5 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Thanks for reporting.
This will be fixed JVET-P2001-vB.