Ignore:
Timestamp:
16 Nov 2013, 03:01:57 (11 years ago)
Author:
seregin
Message:

update bit depth output

File:
1 edited

Legend:

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

    r475 r486  
    24482448  printf("QP adaptation                : %d (range=%d)\n", m_bUseAdaptiveQP, (m_bUseAdaptiveQP ? m_iQPAdaptationRange : 0) );
    24492449  printf("GOP size                     : %d\n", m_iGOPSize );
    2450 #if O0194_DIFFERENT_BITDEPTH_EL_BL
    2451   printf("Input bit depth Layer0       : (Y:%d, C:%d)\n", m_acLayerCfg[0].m_inputBitDepthY   , m_acLayerCfg[0].m_inputBitDepthC    );
    2452   printf("Input bit depth Layer1       : (Y:%d, C:%d)\n", m_acLayerCfg[1].m_internalBitDepthY, m_acLayerCfg[1].m_internalBitDepthC );
    2453   printf("Internal bit depth Layer0    : (Y:%d, C:%d)\n", m_acLayerCfg[0].m_internalBitDepthY, m_acLayerCfg[0].m_internalBitDepthC );
    2454   printf("Internal bit depth Layer1    : (Y:%d, C:%d)\n", m_acLayerCfg[1].m_internalBitDepthY, m_acLayerCfg[1].m_internalBitDepthC );
    2455 #else
     2450#if !O0194_DIFFERENT_BITDEPTH_EL_BL
    24562451  printf("Internal bit depth           : (Y:%d, C:%d)\n", m_internalBitDepthY, m_internalBitDepthC );
    2457 #endif
    24582452  printf("PCM sample bit depth         : (Y:%d, C:%d)\n", g_uiPCMBitDepthLuma, g_uiPCMBitDepthChroma );
     2453#endif
    24592454#if O0215_PHASE_ALIGNMENT
    24602455  printf("cross-layer sample alignment : %d\n", m_phaseAlignFlag);
     
    24852480 
    24862481  printf("TOOL CFG: ");
    2487 #if O0194_DIFFERENT_BITDEPTH_EL_BL
    2488   printf("IBD0:%d ", g_bitDepthY > m_acLayerCfg[0].m_inputBitDepthY || g_bitDepthC > m_acLayerCfg[0].m_inputBitDepthC);
    2489   printf("IBD1:%d ", g_bitDepthY > m_acLayerCfg[1].m_inputBitDepthY || g_bitDepthC > m_acLayerCfg[1].m_inputBitDepthC);
    2490 #else
     2482#if !O0194_DIFFERENT_BITDEPTH_EL_BL
    24912483  printf("IBD:%d ", g_bitDepthY > m_inputBitDepthY || g_bitDepthC > m_inputBitDepthC);
    24922484#endif
Note: See TracChangeset for help on using the changeset viewer.