Changeset 1212 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 8 Jul 2015, 23:14:20 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r1211 r1212 1647 1647 ("AltOutputLayerFlag", m_altOutputLayerFlag, false, "Specifies the value of alt_output_layer_flag in VPS extension") 1648 1648 ("CrossLayerBLAFlag", m_crossLayerBLAFlag, false, "Specifies the value of cross_layer_bla_flag in VPS") 1649 #if Q0048_CGS_3D_ASYMLUT1649 #if CGS_3D_ASYMLUT 1650 1650 ("CGS", m_nCGSFlag , 0, "whether CGS is enabled") 1651 1651 ("CGSMaxOctantDepth", m_nCGSMaxOctantDepth , 1, "max octant depth") … … 4203 4203 } 4204 4204 #endif 4205 #if Q0048_CGS_3D_ASYMLUT4205 #if CGS_3D_ASYMLUT 4206 4206 xConfirmPara( m_nCGSFlag < 0 || m_nCGSFlag > 1 , "0<=CGS<=1" ); 4207 4207 #endif … … 4508 4508 printf("RecalQP:%d", m_recalculateQPAccordingToLambda ? 1 : 0 ); 4509 4509 #endif 4510 #if Q0048_CGS_3D_ASYMLUT4510 #if CGS_3D_ASYMLUT 4511 4511 printf("CGS: %d CGSMaxOctantDepth: %d CGSMaxYPartNumLog2: %d CGSLUTBit:%d " , m_nCGSFlag , m_nCGSMaxOctantDepth , m_nCGSMaxYPartNumLog2 , m_nCGSLUTBit ); 4512 4512 #endif
Note: See TracChangeset for help on using the changeset viewer.