Changeset 1212 in SHVCSoftware for branches/SHM-dev/source/App
- Timestamp:
- 8 Jul 2015, 23:14:20 (10 years ago)
- Location:
- branches/SHM-dev/source/App/TAppEncoder
- Files:
-
- 3 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 -
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h
r1211 r1212 506 506 Bool m_crossLayerBLAFlag; 507 507 Bool m_useInterLayerWeightedPred; 508 #if Q0048_CGS_3D_ASYMLUT508 #if CGS_3D_ASYMLUT 509 509 Int m_nCGSFlag; 510 510 Int m_nCGSMaxOctantDepth; -
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1211 r1212 756 756 m_acTEncTop[layer].setAltOuputLayerFlag ( m_altOutputLayerFlag ); 757 757 m_acTEncTop[layer].setCrossLayerBLAFlag ( m_crossLayerBLAFlag ); 758 #if Q0048_CGS_3D_ASYMLUT758 #if CGS_3D_ASYMLUT 759 759 m_acTEncTop[layer].setCGSFlag ( layer == 0 ? 0 : m_nCGSFlag ); 760 760 m_acTEncTop[layer].setCGSMaxOctantDepth ( m_nCGSMaxOctantDepth );
Note: See TracChangeset for help on using the changeset viewer.