Changeset 991 in 3DVCSoftware for branches/HTM-11.2-dev1-Samsung/source/Lib/TLibDecoder
- Timestamp:
- 15 Jul 2014, 03:25:46 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/HTM-11.2-dev1-Samsung/source/Lib/TLibDecoder/TDecEntropy.cpp ΒΆ
r990 r991 140 140 #if H_3D_DBBP 141 141 #if SEC_DBBP_EXPLICIT_SIG_I0077 142 #if SEC_DBBP_DISALLOW_8x8_I0078 143 if( pcCU->getSlice()->getVPS()->getUseDBBP(pcCU->getSlice()->getLayerIdInVps()) && (pcCU->getPartitionSize(uiAbsPartIdx) == SIZE_2NxN || pcCU->getPartitionSize(uiAbsPartIdx) == SIZE_Nx2N) && pcCU->getWidth(uiAbsPartIdx) > 8 ) 144 #else 142 145 if( pcCU->getSlice()->getVPS()->getUseDBBP(pcCU->getSlice()->getLayerIdInVps()) && (pcCU->getPartitionSize(uiAbsPartIdx) == SIZE_2NxN || pcCU->getPartitionSize(uiAbsPartIdx) == SIZE_Nx2N) ) 146 #endif 147 #else 148 #if SEC_DBBP_DISALLOW_8x8_I0078 149 if( pcCU->getSlice()->getVPS()->getUseDBBP(pcCU->getSlice()->getLayerIdInVps()) && pcCU->getWidth(uiAbsPartIdx) > 8 ) 143 150 #else 144 151 if( pcCU->getSlice()->getVPS()->getUseDBBP(pcCU->getSlice()->getLayerIdInVps()) ) 152 #endif 145 153 #endif 146 154 {
Note: See TracChangeset for help on using the changeset viewer.