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


Ignore:
Timestamp:
8 Jul 2015, 01:52:42 (9 years ago)
Author:
seregin
Message:

macro cleanup: O0092_0094_DEPENDENCY_CONSTRAINT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r1172 r1173  
    24062406        pcSlice->getSPS()->getVuiParameters()->setHrdParametersPresentFlag( true );
    24072407      }
    2408 #if O0092_0094_DEPENDENCY_CONSTRAINT
     2408
     2409#if SVC_EXTENSION
     2410      // dependency constraint
    24092411      assert( pcSlice->getSPS()->getLayerId() == 0 || pcSlice->getSPS()->getLayerId() == m_layerId || m_pcEncTop->getVPS()->getRecursiveRefLayerFlag(m_layerId, pcSlice->getSPS()->getLayerId()) );
    24102412#endif
     2413
    24112414      m_pcEntropyCoder->encodeSPS(pcSlice->getSPS());
    24122415      writeRBSPTrailingBits(nalu.m_Bitstream);
     
    24272430
    24282431      m_pcEntropyCoder->setBitstream(&nalu.m_Bitstream);
    2429 #if O0092_0094_DEPENDENCY_CONSTRAINT
     2432
     2433#if SVC_EXTENSION
     2434      // dependency constraint
    24302435      assert( pcSlice->getPPS()->getLayerId() == 0 || pcSlice->getPPS()->getLayerId() == m_layerId || m_pcEncTop->getVPS()->getRecursiveRefLayerFlag(m_layerId, pcSlice->getPPS()->getLayerId()) );
    24312436#endif
    2432 #if Q0048_CGS_3D_ASYMLUT
     2437#if SVC_EXTENSION && Q0048_CGS_3D_ASYMLUT
    24332438      m_pcEntropyCoder->encodePPS(pcSlice->getPPS(), &m_Enc3DAsymLUTPPS);
    24342439#else
Note: See TracChangeset for help on using the changeset viewer.