Ignore:
Timestamp:
22 May 2012, 00:18:14 (12 years ago)
Author:
qualcomm
Message:

Integration of Qualcomm's m24938

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  
    636636  {
    637637    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] );
    639643    AOF( bOK );
    640644#if LG_RESTRICTEDRESPRED_M24766
  • branches/HTM-3.0-Qualcomm/source/Lib/TLibDecoder/TDecEntropy.cpp

    r62 r66  
    9898  if( bResPredAllowed )
    9999  {
    100     bResPredAvailable       = pcSubCU->getResidualSamples( uiPUIdx );
     100    bResPredAvailable       = pcSubCU->getResidualSamples( uiPUIdx
     101#if QC_SIMPLIFIEDIVRP_M24938
     102      , false
     103#endif
     104      );
    101105  }
    102106
Note: See TracChangeset for help on using the changeset viewer.