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

Integration of Qualcomm's m24938

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-3.0-Qualcomm/source/Lib/TLibCommon/TComDataCU.cpp

    r62 r66  
    59525952#if HHI_INTER_VIEW_RESIDUAL_PRED
    59535953Bool
    5954 TComDataCU::getResidualSamples( UInt uiPartIdx, TComYuv* pcYuv )
     5954TComDataCU::getResidualSamples( UInt uiPartIdx,
     5955#if QC_SIMPLIFIEDIVRP_M24938
     5956  Bool bRecon ,
     5957#endif
     5958  TComYuv* pcYuv )
    59555959{
    59565960  TComResidualGenerator*  pcResidualGenerator = m_pcSlice->getSPS()->getResidualGenerator();
    59575961  ROFRS( pcResidualGenerator, false );
    5958   return pcResidualGenerator->getResidualSamples( this, uiPartIdx, pcYuv );
     5962  return pcResidualGenerator->getResidualSamples( this, uiPartIdx, pcYuv
     5963#if QC_SIMPLIFIEDIVRP_M24938
     5964    , bRecon
     5965#endif
     5966    );
    59595967}
    59605968#endif
Note: See TracChangeset for help on using the changeset viewer.