Changeset 944 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
31 Dec 2014, 07:31:51 (11 years ago)
Author:
seregin
Message:

remove phase alignment, ticket #40, patch was provided by Elena Alshina <elena_a.alshina@…>

File:
1 edited

Legend:

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

    r941 r944  
    21922192          if( m_ppcTDecTop[m_layerId]->getSamplePredEnabledFlag(refLayerId) )
    21932193          {
     2194#if O0215_PHASE_ALIGNMENT_REMOVAL
     2195            m_cPrediction.upsampleBasePic( pcSlice, refLayerIdc, pcPic->getFullPelBaseRec(refLayerIdc), pBaseColRec, pcPic->getPicYuvRec());
     2196#else
    21942197#if O0215_PHASE_ALIGNMENT
    21952198#if O0194_JOINT_US_BITSHIFT
     
    22262229#else
    22272230            m_cPrediction.upsampleBasePic( refLayerIdc, pcPic->getFullPelBaseRec(refLayerIdc), pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec(), pcPic->getPicYuvRec(), scalEL );
     2231#endif
    22282232#endif
    22292233#endif
Note: See TracChangeset for help on using the changeset viewer.