Changeset 1303 in 3DVCSoftware for branches/HTM-14.1-update-dev1-LG/source/Lib/TLibEncoder/TEncEntropy.cpp
- Timestamp:
- 28 Jul 2015, 03:59:07 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1-LG/source/Lib/TLibEncoder/TEncEntropy.cpp
r1279 r1303 723 723 } 724 724 #endif 725 #if H_3D_INTER_SDC725 #if NH_3D_SDC_INTER 726 726 if( pcCU->getSDCFlag( uiAbsPartIdx ) && !pcCU->isIntra( uiAbsPartIdx ) ) 727 727 { … … 734 734 if( pcCU->getSlice()->getIsDepth() ) 735 735 { 736 #if NH_3D_SDC_INTRA || H_3D_INTER_SDC736 #if NH_3D_SDC_INTRA || NH_3D_SDC_INTER 737 737 if( pcCU->getSDCFlag( uiAbsPartIdx ) ) 738 738 { … … 843 843 } 844 844 845 #if NH_3D_DMM || NH_3D_SDC_INTRA || H_3D_INTER_SDC845 #if NH_3D_DMM || NH_3D_SDC_INTRA || NH_3D_SDC_INTER 846 846 Void TEncEntropy::encodeDeltaDC ( TComDataCU* pcCU, UInt absPartIdx ) 847 847 { … … 849 849 } 850 850 #endif 851 #if NH_3D_SDC_INTRA || H_3D_INTER_SDC851 #if NH_3D_SDC_INTRA || NH_3D_SDC_INTER 852 852 Void TEncEntropy::encodeSDCFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, Bool bRD ) 853 853 {
Note: See TracChangeset for help on using the changeset viewer.