Opened 5 years ago
Closed 5 years ago
#952 closed defect (duplicate)
alf_ctb_flag[][][] array index bug in 9.3.4.2.2
Reported by: | hwsun | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D8 vB |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In JVET-Q2001-vE,
7.4.11.2 Coding tree unit semantics
alf_ctb_flag[cIdx][][]
9.3.4.2.2 Derivation process of ctxInc using left and above syntax elements
alf_ctb_flag[][][cIdx]
Suggest fix: change alf_ctb_flag[][][cIdx] to alf_ctb_flag[cIdx][][] in 9.3.4.2.2
Change history (1)
comment:1 Changed 5 years ago by yk
- Resolution set to duplicate
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
The issues reported herein were already reported in #945.