Changeset 211 in SHVCSoftware for branches/SHM-2.1-dev/source/App/TAppEncoder/TAppEncLayerCfg.cpp
- Timestamp:
- 17 May 2013, 03:16:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-dev/source/App/TAppEncoder/TAppEncLayerCfg.cpp
r191 r211 134 134 printf("QP : %5.2f\n", m_fQP ); 135 135 printf("Intra period : %d\n", m_iIntraPeriod ); 136 #if RC_SHVC_HARMONIZATION 137 printf("RateControl : %d\n", m_RCEnableRateControl ); 138 if(m_RCEnableRateControl) 139 { 140 printf("TargetBitrate : %d\n", m_RCTargetBitrate ); 141 printf("KeepHierarchicalBit : %d\n", m_RCKeepHierarchicalBit ); 142 printf("LCULevelRC : %d\n", m_RCLCULevelRC ); 143 printf("UseLCUSeparateModel : %d\n", m_RCUseLCUSeparateModel ); 144 printf("InitialQP : %d\n", m_RCInitialQP ); 145 printf("ForceIntraQP : %d\n", m_RCForceIntraQP ); 146 } 147 #endif 136 148 printf("WaveFrontSynchro:%d WaveFrontSubstreams:%d", m_cAppEncCfg->getWaveFrontSynchro(), m_iWaveFrontSubstreams); 137 149 }
Note: See TracChangeset for help on using the changeset viewer.