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


Ignore:
Timestamp:
7 Jul 2015, 02:24:58 (10 years ago)
Author:
seregin
Message:

macro cleanup: P0300_ALT_OUTPUT_LAYER_FLAG, O0153_ALT_OUTPUT_LAYER_FLAG

Location:
branches/SHM-dev/source/App/TAppEncoder
Files:
3 edited

Legend:

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

    r1116 r1124  
    16851685  ("SEIOverlayPersistenceFlag",               m_overlayInfoPersistenceFlag,              true, "Indicates if the SEI message applies to the current picture only (0) or also to following pictures (1)")
    16861686#endif
     1687#if SVC_EXTENSION
    16871688#if Q0189_TMVP_CONSTRAINTS
    16881689  ("SEITemporalMotionVectorPredictionConstraints",             m_TMVPConstraintsSEIEnabled,              0, "Control generation of TMVP constrants SEI message")
     
    17031704  ("TileSetsArray",                    cfg_tileSets,                         string(""), "Array containing tile sets params (TopLeftTileIndex, BottonRightTileIndex and ilcIdc for each set) ")
    17041705#endif
    1705 #if O0153_ALT_OUTPUT_LAYER_FLAG
    17061706  ("AltOutputLayerFlag",               m_altOutputLayerFlag,                      false, "Specifies the value of alt_output_layer_flag in VPS extension")
    1707 #endif
    17081707#if O0149_CROSS_LAYER_BLA_FLAG
    17091708  ("CrossLayerBLAFlag",                m_crossLayerBLAFlag,                       false, "Specifies the value of cross_layer_bla_flag in VPS")
     
    17241723  ("InheritCodingStruct%d",m_inheritCodingStruct, 0, MAX_LAYERS, "Predicts the GOP structure of one layer for another layer")
    17251724#endif
     1725#endif //SVC_EXTENSION
    17261726  ;
    17271727
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h

    r1116 r1124  
    451451  Int       m_TMVPConstraintsSEIEnabled;
    452452#endif
    453 #if O0153_ALT_OUTPUT_LAYER_FLAG
    454453  Bool      m_altOutputLayerFlag;                             ///< Specifies the value of alt_output_laye_flag in VPS extension
    455 #endif
    456454  Int       m_elRapSliceBEnabled;
    457455#endif
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r1121 r1124  
    799799    m_acTEncTop[layer].setChromaFormatIDC                        ( m_acLayerCfg[layer].m_chromaFormatIDC );
    800800#endif
    801 #if O0153_ALT_OUTPUT_LAYER_FLAG
    802801    m_acTEncTop[layer].setAltOuputLayerFlag                      ( m_altOutputLayerFlag );
    803 #endif
    804802#if O0149_CROSS_LAYER_BLA_FLAG
    805803    m_acTEncTop[layer].setCrossLayerBLAFlag                      ( m_crossLayerBLAFlag );
     
    17841782#endif
    17851783
    1786 #if P0300_ALT_OUTPUT_LAYER_FLAG
    17871784  for (Int k = 0; k < MAX_VPS_LAYER_SETS_PLUS1; k++)
    17881785  {
    17891786    vps->setAltOuputLayerFlag( k, m_altOutputLayerFlag );
    17901787  }
    1791 #else
    1792 #if O0153_ALT_OUTPUT_LAYER_FLAG
    1793   vps->setAltOuputLayerFlag( m_altOutputLayerFlag );
    1794 #endif
    1795 #endif
    17961788
    17971789#if VPS_VUI_BSP_HRD_PARAMS
Note: See TracChangeset for help on using the changeset viewer.