Changeset 931 in 3DVCSoftware for branches/HTM-10.2-dev1-MediaTek/source/Lib/TLibDecoder
- Timestamp:
- 21 Apr 2014, 10:32:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.2-dev1-MediaTek/source/Lib/TLibDecoder/TDecSbac.cpp
r884 r931 2153 2153 { 2154 2154 pcCU->setDBBPFlagSubParts(true, uiAbsPartIdx, 0, uiDepth); 2155 #if MTK_DIS_SPBIP8X4_H0205 2156 UInt uiCurrPartNumQ = (pcCU->getPic()->getNumPartInCU() >> (2 * uiDepth)) >> 2; 2157 pcCU->setDBBPFlagSubParts(true, uiAbsPartIdx + 2*uiCurrPartNumQ, 1, uiDepth); 2158 #endif 2155 2159 } 2156 2160 }
Note: See TracChangeset for help on using the changeset viewer.