Ignore:
Timestamp:
25 Jul 2014, 18:35:47 (10 years ago)
Author:
qualcomm
Message:

JCTVC-R0227: Signal VST params for base layer when intenal (Macro: VPS_VUI_VST_PARAMS)

Signal VST parameters for BL only when it is internal.

From: Adarsh K. Ramasubramonian <aramasub@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r837 r839  
    15451545  if (vps->getVideoSigPresentVpsFlag() && vps->getNumVideoSignalInfo() > 1 )
    15461546  {
     1547#if VPS_VUI_VST_PARAMS
     1548    for(i = vps->getBaseLayerInternalFlag() ? 0 : 1; i < vps->getMaxLayers(); i++)
     1549    {
     1550      WRITE_CODE( vps->getVideoSignalInfoIdx(i), 4, "vps_video_signal_info_idx" );
     1551    }
     1552#else
    15471553    for (i=1; i < vps->getMaxLayers(); i++)
    15481554      WRITE_CODE(vps->getVideoSignalInfoIdx(i), 4, "vps_video_signal_info_idx" );
     1555#endif
    15491556  }
    15501557#endif
Note: See TracChangeset for help on using the changeset viewer.