Ignore:
Timestamp:
31 Dec 2014, 07:41:23 (10 years ago)
Author:
seregin
Message:

fix to the ticket #40

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-upgrade/source/Lib/TLibDecoder/TDecTop.cpp

    r928 r946  
    20122012          if( m_ppcTDecTop[m_layerId]->getSamplePredEnabledFlag(refLayerId) )
    20132013          {
     2014#if O0215_PHASE_ALIGNMENT_REMOVAL
     2015            m_cPrediction.upsampleBasePic( pcSlice, refLayerIdc, pcPic->getFullPelBaseRec(refLayerIdc), pBaseColRec, pcPic->getPicYuvRec());
     2016#else
    20142017#if O0215_PHASE_ALIGNMENT
    20152018#if O0194_JOINT_US_BITSHIFT
     
    20462049#else
    20472050            m_cPrediction.upsampleBasePic( refLayerIdc, m_pcPic->getFullPelBaseRec(refLayerIdc), pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec(), m_pcPic->getPicYuvRec(), scalEL );
     2051#endif
    20482052#endif
    20492053#endif
Note: See TracChangeset for help on using the changeset viewer.