Changeset 1222 in 3DVCSoftware for branches/HTM-14.1-update-dev4-RWTH/source/Lib/TLibDecoder/TDecEntropy.cpp
- Timestamp:
- 21 May 2015, 15:43:58 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev4-RWTH/source/Lib/TLibDecoder/TDecEntropy.cpp
r1200 r1222 181 181 { 182 182 decodePUWise( pcCU, uiAbsPartIdx, uiDepth, pcSubCU ); 183 184 decodeDBBPFlag( pcCU, uiAbsPartIdx, uiDepth ); 183 185 } 184 186 } … … 292 294 293 295 ////// Parse CUs extension syntax 294 decodeDBBPFlag( pcCU, uiAbsPartIdx, uiDepth );295 296 decodeSDCFlag ( pcCU, uiAbsPartIdx, uiDepth ); 296 297 … … 308 309 { 309 310 UInt uiMergeIndex = pcCU->getMergeIndex(uiSubPartIdx); 310 #if H_3D_DBBP311 #if NH_3D_DBBP 311 312 if ( pcCU->getSlice()->getPPS()->getLog2ParallelMergeLevelMinus2() && ePartSize != SIZE_2Nx2N && pcSubCU->getWidth( 0 ) <= 8 && pcCU->getDBBPFlag(uiAbsPartIdx) == false ) 312 313 #else … … 395 396 pcCU->getCUMvField( RefPicList( uiRefListIdx ) )->setAllMvField( cMvFieldNeighbours[ 2*uiMergeIndex + uiRefListIdx ], ePartSize, uiSubPartIdx, uiDepth, uiPartIdx ); 396 397 #if H_3D_VSP 397 #if H_3D_DBBP398 #if NH_3D_DBBP 398 399 if( pcCU->getVSPFlag( uiSubPartIdx ) != 0 && !pcCU->getDBBPFlag( uiAbsPartIdx ) ) 399 400 #else … … 1060 1061 } 1061 1062 #endif 1062 #if H_3D_DBBP1063 #if NH_3D_DBBP 1063 1064 Void TDecEntropy::decodeDBBPFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) 1064 1065 {
Note: See TracChangeset for help on using the changeset viewer.