Ignore:
Timestamp:
31 Oct 2014, 05:53:30 (10 years ago)
Author:
mediatek-htm
Message:

Submit the experimental results for J0035, remove the code changes of J0033.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.2-dev1-Mediatek/source/Lib/TLibDecoder/TDecSbac.cpp

    r1091 r1093  
    10961096      UInt uiTabIdx = 0;
    10971097      xParseDmm1WedgeIdx( uiTabIdx, g_dmm1TabIdxBits[pcCU->getIntraSizeIdx(absPartIdx)] );
    1098 #if MTK_J0033
    1099       uiTabIdx = Clip3<UInt>( 0, g_dmmWedgeLists[ g_aucConvertToBit[ pcCU->getDMM1BasePatternWidth( pcCU->getWidth( absPartIdx ) )]].size() - 1, uiTabIdx );
    1100 #endif
    11011098      pcCU->setDmmWedgeTabIdxSubParts( uiTabIdx, dimType, absPartIdx, depth );
    11021099    } break;
Note: See TracChangeset for help on using the changeset viewer.