Ignore:
Timestamp:
3 Nov 2014, 07:06:54 (10 years ago)
Author:
mediatek-htm
Message:

J0033: Assertion at decoder

File:
1 edited

Legend:

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

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