Changeset 869 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder


Ignore:
Timestamp:
14 Aug 2014, 00:00:45 (10 years ago)
Author:
seregin
Message:

Move conformance window signalling to the rep_format (JCTVC-R0156), patch was provided by Danny Hong <danny@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r868 r869  
    181181    repFormat->setBitDepthVpsChroma         ( getInternalBitDepthC()                        );  // Need modification to change for each layer
    182182#endif
     183
     184#if R0156_CONF_WINDOW_IN_REP_FORMAT
     185    repFormat->getConformanceWindowVps().setWindow(
     186      m_acLayerCfg[mapIdxToLayer[idx]].m_confWinLeft,
     187      m_acLayerCfg[mapIdxToLayer[idx]].m_confWinRight,
     188      m_acLayerCfg[mapIdxToLayer[idx]].m_confWinTop,
     189      m_acLayerCfg[mapIdxToLayer[idx]].m_confWinBottom );
     190#endif
     191
    183192#if HIGHER_LAYER_IRAP_SKIP_FLAG
    184193    m_acTEncTop[mapIdxToLayer[idx]].setSkipPictureAtArcSwitch( m_skipPictureAtArcSwitch );
Note: See TracChangeset for help on using the changeset viewer.