Changeset 1222 in 3DVCSoftware for branches/HTM-14.1-update-dev4-RWTH/source/Lib/TLibEncoder/TEncEntropy.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/TLibEncoder/TEncEntropy.cpp
r1200 r1222 870 870 871 871 #endif 872 #if H_3D_DBBP872 #if NH_3D_DBBP 873 873 Void TEncEntropy::encodeDBBPFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, Bool bRD ) 874 874 { 875 if( pcCU->getSlice()->getDepthBasedBlkPartFlag() && 875 if( bRD ) 876 { 877 uiAbsPartIdx = 0; 878 } 879 880 if( pcCU->getSlice()->getDepthBasedBlkPartFlag() && 876 881 ( pcCU->getPartitionSize(uiAbsPartIdx) == SIZE_2NxN || 877 882 pcCU->getPartitionSize(uiAbsPartIdx) == SIZE_Nx2N) && … … 879 884 pcCU->getSlice()->getDefaultRefViewIdxAvailableFlag() ) 880 885 { 881 if( bRD )882 {883 uiAbsPartIdx = 0;884 }885 886 m_pcEntropyCoderIf->codeDBBPFlag( pcCU, uiAbsPartIdx ); 886 887 }
Note: See TracChangeset for help on using the changeset viewer.