Changeset 967 in 3DVCSoftware for branches/HTM-11.1-dev0/source/Lib/TLibEncoder/TEncEntropy.cpp
- Timestamp:
- 5 Jul 2014, 08:19:26 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-11.1-dev0/source/Lib/TLibEncoder/TEncEntropy.cpp
r950 r967 255 255 256 256 #if H_3D_DBBP 257 258 #if MTK_DBBP_SIGNALING_H0094259 257 if( pcCU->getSlice()->getVPS()->getUseDBBP(pcCU->getSlice()->getLayerIdInVps()) ) 260 #else261 if( pcCU->getSlice()->getVPS()->getUseDBBP(pcCU->getSlice()->getLayerIdInVps()) && pcCU->getPartitionSize(uiAbsPartIdx) == RWTH_DBBP_PACK_MODE )262 #endif263 258 { 264 259 encodeDBBPFlag(pcCU, uiAbsPartIdx, bRD); … … 266 261 if( pcCU->getDBBPFlag(uiAbsPartIdx) ) 267 262 { 268 #if !MTK_DBBP_SIGNALING_H0094269 AOF( pcCU->getPartitionSize(uiAbsPartIdx) == RWTH_DBBP_PACK_MODE );270 #endif271 263 // restore virtual partition size for DBBP blocks 272 264 pcCU->setPartSizeSubParts(eVirtualPartSize, uiAbsPartIdx, uiDepth);
Note: See TracChangeset for help on using the changeset viewer.