Skip to content

fix N220 simplification nonCTC (non-10bit)

Taoran Lu requested to merge tlu/VVCSoftware_VTM:N0220-fix-nonCTC into master

The bitdepth adjustment is not necessary when N220 simplification is used. binCW (the bitshift version of m_binCW[i] when internal bitdepth is not equal to 10bit) is no longer needed and can be removed. This change has no impact to CTC.

Merge request reports