Changeset 1150 in SHVCSoftware for branches/SHM-dev/source/App


Ignore:
Timestamp:
8 Jul 2015, 00:17:46 (9 years ago)
Author:
seregin
Message:

macro cleanup: O0149_CROSS_LAYER_BLA_FLAG

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

Legend:

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

    r1148 r1150  
    16791679#endif
    16801680  ("AltOutputLayerFlag",               m_altOutputLayerFlag,                      false, "Specifies the value of alt_output_layer_flag in VPS extension")
    1681 #if O0149_CROSS_LAYER_BLA_FLAG
    16821681  ("CrossLayerBLAFlag",                m_crossLayerBLAFlag,                       false, "Specifies the value of cross_layer_bla_flag in VPS")
    1683 #endif
    16841682#if Q0048_CGS_3D_ASYMLUT
    16851683  ("CGS",     m_nCGSFlag , 0, "whether CGS is enabled")
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h

    r1130 r1150  
    512512#endif
    513513  Bool      m_crossLayerAlignedIdrOnlyFlag;
    514 #if O0149_CROSS_LAYER_BLA_FLAG
    515514  Bool      m_crossLayerBLAFlag;
    516 #endif
    517515#if O0194_WEIGHTED_PREDICTION_CGS
    518516  Bool      m_useInterLayerWeightedPred;
    519517#endif
    520518#if Q0048_CGS_3D_ASYMLUT
    521   Int  m_nCGSFlag;
    522   Int  m_nCGSMaxOctantDepth;
    523   Int  m_nCGSMaxYPartNumLog2;
    524   Int  m_nCGSLUTBit;
     519  Int       m_nCGSFlag;
     520  Int       m_nCGSMaxOctantDepth;
     521  Int       m_nCGSMaxYPartNumLog2;
     522  Int       m_nCGSLUTBit;
    525523#if R0151_CGS_3D_ASYMLUT_IMPROVE
    526   Int  m_nCGSAdaptiveChroma;
     524  Int       m_nCGSAdaptiveChroma;
    527525#endif
    528526#if R0179_ENC_OPT_3DLUT_SIZE
    529   Int  m_nCGSLutSizeRDO;
     527  Int       m_nCGSLutSizeRDO;
    530528#endif
    531529#endif
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r1148 r1150  
    791791#endif
    792792    m_acTEncTop[layer].setAltOuputLayerFlag                      ( m_altOutputLayerFlag );
    793 #if O0149_CROSS_LAYER_BLA_FLAG
    794793    m_acTEncTop[layer].setCrossLayerBLAFlag                      ( m_crossLayerBLAFlag );
    795 #endif
    796794#if Q0048_CGS_3D_ASYMLUT
    797795    m_acTEncTop[layer].setCGSFlag                                ( layer == 0 ? 0 : m_nCGSFlag );
Note: See TracChangeset for help on using the changeset viewer.