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


Ignore:
Timestamp:
31 Dec 2014, 07:31:51 (10 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
  • TabularUnified branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r923 r944  
    13431343            }
    13441344#endif
     1345#if O0215_PHASE_ALIGNMENT_REMOVAL
     1346            m_pcPredSearch->upsampleBasePic( pcSlice, refLayerIdc, pcPic->getFullPelBaseRec(refLayerIdc), pBaseColRec, pcPic->getPicYuvRec() );
     1347#else
    13451348#if O0215_PHASE_ALIGNMENT
    13461349#if O0194_JOINT_US_BITSHIFT
     
    13731376#else
    13741377            m_pcPredSearch->upsampleBasePic( refLayerIdc, pcPic->getFullPelBaseRec(refLayerIdc), pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec(), pcPic->getPicYuvRec(), scalEL );
     1378#endif
    13751379#endif
    13761380#endif
Note: See TracChangeset for help on using the changeset viewer.