Changeset 1303 in 3DVCSoftware for branches/HTM-14.1-update-dev1-LG/source/Lib/TLibDecoder/TDecEntropy.cpp
- Timestamp:
- 28 Jul 2015, 03:59:07 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1-LG/source/Lib/TLibDecoder/TDecEntropy.cpp
r1279 r1303 298 298 decodeDBBPFlag( pcCU, uiAbsPartIdx, uiDepth ); 299 299 #endif 300 //decodeSDCFlag ( pcCU, uiAbsPartIdx, uiDepth ); 301 300 #if NH_3D_SDC_INTER 301 decodeSDCFlag ( pcCU, uiAbsPartIdx, uiDepth ); 302 #endif 302 303 #if NH_3D_ARP 303 304 decodeARPW ( pcCU, uiAbsPartIdx, uiDepth ); … … 1092 1093 } 1093 1094 #endif 1094 #if H_3D_INTER_SDC1095 #if NH_3D_SDC_INTER 1095 1096 if( pcCU->getSDCFlag( uiAbsPartIdx ) && !pcCU->isIntra( uiAbsPartIdx) ) 1096 1097 { … … 1103 1104 if( pcCU->getSlice()->getIsDepth() ) 1104 1105 { 1105 #if NH_3D_SDC_INTRA || H_3D_INTER_SDC1106 #if NH_3D_SDC_INTRA || NH_3D_SDC_INTER 1106 1107 if( pcCU->getSDCFlag( uiAbsPartIdx ) ) 1107 1108 { … … 1161 1162 } 1162 1163 1163 #if NH_3D_SDC_INTRA || H_3D_INTER_SDC1164 #if NH_3D_SDC_INTRA || NH_3D_SDC_INTER 1164 1165 Void TDecEntropy::decodeSDCFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) 1165 1166 {
Note: See TracChangeset for help on using the changeset viewer.