Ignore:
Timestamp:
17 May 2013, 03:16:43 (12 years ago)
Author:
ustc
Message:

JCTVC-M0037. rate control harmonization with SHVC.

File:
1 edited

Legend:

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

    r191 r211  
    134134  printf("QP                            : %5.2f\n", m_fQP );
    135135  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
    136148  printf("WaveFrontSynchro:%d WaveFrontSubstreams:%d", m_cAppEncCfg->getWaveFrontSynchro(), m_iWaveFrontSubstreams);
    137149}
Note: See TracChangeset for help on using the changeset viewer.