Opened 12 years ago Closed 12 years ago #770 closed defect (fixed)mismatch between WD and HM for context idx for 3rd bin of part_mode
Description
In HM-8.0, two different contexts are used for the binIdx=2 of part_mode:
m_cCUPartSizeSCModel.get( 0, 0, 2) when (cLog2CbSize = = Log2MinCbSizeY)&& (cLog2CbSize > 3).
or
m_cCUAMPSCModel.get( 0, 0, 0 )) when (cLog2CbSize >
In WD, same context is used for binIdx=2 of part_mode in both cases (Table 9-37)
Suggested correction:
Table 9-4 increase context range for part_mode to 0, 1..4, 5..8 Change History (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by bbross
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
A added an additional row in the ctx derivation table for part_mode because unfortunately (cLog2CbSize = = Log2MinCbSizeY) ? 2 : 3 is too wide to fit in the column of binIdx 2.
This will be fixed in JCVTC-K0030_v4.