Changeset 66 in 3DVCSoftware for branches/HTM-3.0-Qualcomm/source/Lib/TLibDecoder
- Timestamp:
- 22 May 2012, 00:18:14 (12 years ago)
- Location:
- branches/HTM-3.0-Qualcomm/source/Lib/TLibDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-3.0-Qualcomm/source/Lib/TLibDecoder/TDecCu.cpp
r62 r66 636 636 { 637 637 AOF( pcCU->getResPredAvail( 0 ) ); 638 Bool bOK = pcCU->getResidualSamples( 0, m_ppcYuvResPred[uiDepth] ); 638 Bool bOK = pcCU->getResidualSamples( 0, 639 #if QC_SIMPLIFIEDIVRP_M24938 640 true, 641 #endif 642 m_ppcYuvResPred[uiDepth] ); 639 643 AOF( bOK ); 640 644 #if LG_RESTRICTEDRESPRED_M24766 -
branches/HTM-3.0-Qualcomm/source/Lib/TLibDecoder/TDecEntropy.cpp
r62 r66 98 98 if( bResPredAllowed ) 99 99 { 100 bResPredAvailable = pcSubCU->getResidualSamples( uiPUIdx ); 100 bResPredAvailable = pcSubCU->getResidualSamples( uiPUIdx 101 #if QC_SIMPLIFIEDIVRP_M24938 102 , false 103 #endif 104 ); 101 105 } 102 106
Note: See TracChangeset for help on using the changeset viewer.