Changeset 1096 in 3DVCSoftware for branches/HTM-12.2-dev1-Mediatek/source/Lib/TLibDecoder
- Timestamp:
- 3 Nov 2014, 07:06:54 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.2-dev1-Mediatek/source/Lib/TLibDecoder/TDecSbac.cpp
r1093 r1096 1096 1096 UInt uiTabIdx = 0; 1097 1097 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 1098 1103 pcCU->setDmmWedgeTabIdxSubParts( uiTabIdx, dimType, absPartIdx, depth ); 1099 1104 } break;
Note: See TracChangeset for help on using the changeset viewer.