- Timestamp:
- 31 Oct 2014, 05:53:30 (10 years ago)
- Location:
- branches/HTM-12.2-dev1-Mediatek
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.2-dev1-Mediatek/source/Lib/TLibCommon/TypeDef.h
r1092 r1093 69 69 70 70 #define MTK_I0093 1 71 #define MTK_J0033 172 71 ///////////////////////////////////////////////////////////////////////////////////////// 73 72 /////////////////////////////////// MAJOR DEFINES /////////////////////////////////// -
branches/HTM-12.2-dev1-Mediatek/source/Lib/TLibDecoder/TDecSbac.cpp
r1091 r1093 1096 1096 UInt uiTabIdx = 0; 1097 1097 xParseDmm1WedgeIdx( uiTabIdx, g_dmm1TabIdxBits[pcCU->getIntraSizeIdx(absPartIdx)] ); 1098 #if MTK_J00331099 uiTabIdx = Clip3<UInt>( 0, g_dmmWedgeLists[ g_aucConvertToBit[ pcCU->getDMM1BasePatternWidth( pcCU->getWidth( absPartIdx ) )]].size() - 1, uiTabIdx );1100 #endif1101 1098 pcCU->setDmmWedgeTabIdxSubParts( uiTabIdx, dimType, absPartIdx, depth ); 1102 1099 } break;
Note: See TracChangeset for help on using the changeset viewer.