Changeset 1091 in 3DVCSoftware
- Timestamp:
- 28 Oct 2014, 04:14:57 (10 years ago)
- Location:
- branches/HTM-12.2-dev1-Mediatek/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.2-dev1-Mediatek/source/Lib/TLibCommon/TypeDef.h
r1090 r1091 69 69 70 70 #define MTK_I0093 1 71 #define MTK_J0033 1 71 72 ///////////////////////////////////////////////////////////////////////////////////////// 72 73 /////////////////////////////////// MAJOR DEFINES /////////////////////////////////// -
branches/HTM-12.2-dev1-Mediatek/source/Lib/TLibDecoder/TDecSbac.cpp
r1084 r1091 1096 1096 UInt uiTabIdx = 0; 1097 1097 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 1098 1101 pcCU->setDmmWedgeTabIdxSubParts( uiTabIdx, dimType, absPartIdx, depth ); 1099 1102 } break;
Note: See TracChangeset for help on using the changeset viewer.