Ignore:
Timestamp:
8 Jul 2015, 23:14:20 (9 years ago)
Author:
seregin
Message:

rename Q0048_CGS_3D_ASYMLUT to CGS_3D_ASYMLUT

File:
1 edited

Legend:

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

    r1211 r1212  
    16471647  ("AltOutputLayerFlag",               m_altOutputLayerFlag,                      false, "Specifies the value of alt_output_layer_flag in VPS extension")
    16481648  ("CrossLayerBLAFlag",                m_crossLayerBLAFlag,                       false, "Specifies the value of cross_layer_bla_flag in VPS")
    1649 #if Q0048_CGS_3D_ASYMLUT
     1649#if CGS_3D_ASYMLUT
    16501650  ("CGS",     m_nCGSFlag , 0, "whether CGS is enabled")
    16511651  ("CGSMaxOctantDepth", m_nCGSMaxOctantDepth , 1, "max octant depth")
     
    42034203  }
    42044204#endif
    4205 #if Q0048_CGS_3D_ASYMLUT
     4205#if CGS_3D_ASYMLUT
    42064206  xConfirmPara( m_nCGSFlag < 0 || m_nCGSFlag > 1 , "0<=CGS<=1" );
    42074207#endif
     
    45084508  printf("RecalQP:%d", m_recalculateQPAccordingToLambda ? 1 : 0 );
    45094509#endif
    4510 #if Q0048_CGS_3D_ASYMLUT
     4510#if CGS_3D_ASYMLUT
    45114511  printf("CGS: %d CGSMaxOctantDepth: %d CGSMaxYPartNumLog2: %d CGSLUTBit:%d " , m_nCGSFlag , m_nCGSMaxOctantDepth , m_nCGSMaxYPartNumLog2 , m_nCGSLUTBit );
    45124512#endif
Note: See TracChangeset for help on using the changeset viewer.