Changeset 655 in 3DVCSoftware for trunk/source/Lib/TLibDecoder/TDecCu.cpp
- Timestamp:
- 23 Oct 2013, 23:01:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibDecoder/TDecCu.cpp
r622 r655 458 458 m_pcEntropyDecoder->decodeARPW ( pcCU , uiAbsPartIdx , uiDepth ); 459 459 #endif 460 #if LGE_INTER_SDC_E0156460 #if H_3D_INTER_SDC 461 461 m_pcEntropyDecoder->decodeInterSDCFlag( pcCU, uiAbsPartIdx, uiDepth ); 462 462 #endif … … 525 525 { 526 526 case MODE_INTER: 527 #if LGE_INTER_SDC_E0156527 #if H_3D_INTER_SDC 528 528 if( m_ppcCU[uiDepth]->getInterSDCFlag( 0 ) ) 529 529 { … … 534 534 #endif 535 535 xReconInter( m_ppcCU[uiDepth], uiDepth ); 536 #if LGE_INTER_SDC_E0156536 #if H_3D_INTER_SDC 537 537 } 538 538 #endif … … 578 578 } 579 579 580 #if LGE_INTER_SDC_E0156580 #if H_3D_INTER_SDC 581 581 Void TDecCu::xReconInterSDC( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) 582 582 { … … 895 895 // get DC prediction for each segment 896 896 Pel apDCPredValues[2]; 897 #if KWU_SDC_SIMPLE_DC_E0117898 897 m_pcPrediction->analyzeSegmentsSDC(piPred, uiStride, uiWidth, apDCPredValues, uiNumSegments, pbMask, uiMaskStride, uiLumaPredMode); 899 #else900 m_pcPrediction->analyzeSegmentsSDC(piPred, uiStride, uiWidth, apDCPredValues, uiNumSegments, pbMask, uiMaskStride);901 #endif902 898 903 899 // reconstruct residual based on mask + DC residuals
Note: See TracChangeset for help on using the changeset viewer.