Changeset 1169 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
8 Jul 2015, 01:20:27 (11 years ago)
Author:
seregin
Message:

macro cleanup: LIST_OF_PTL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1168 r1169  
    26722672  Int NumOutputLayersInOutputLayerSet[MAX_VPS_LAYER_SETS_PLUS1];
    26732673  Int OlsHighestOutputLayerId[MAX_VPS_LAYER_SETS_PLUS1];
    2674 #if LIST_OF_PTL
     2674
    26752675  if( vps->getMaxLayers() > 1 && vps->getBaseLayerInternalFlag() )
    26762676  {
     
    26852685#endif
    26862686  }
    2687 #endif
    26882687
    26892688  UInt numScalabilityTypes = 0, i = 0, j = 0;
     
    28762875  vps->getPTLForExtnPtr()->resize(vps->getNumProfileTierLevel());
    28772876#endif
    2878 #if LIST_OF_PTL
     2877
    28792878  for(Int idx = vps->getBaseLayerInternalFlag() ? 2 : 1; idx < vps->getNumProfileTierLevel(); idx++)
    2880 #else
    2881   for(Int idx = 1; idx <= vps->getNumProfileTierLevel() - 1; idx++)
    2882 #endif
    28832879  {
    28842880    READ_FLAG( uiCode, "vps_profile_present_flag[i]" ); vps->setProfilePresentFlag(idx, uiCode ? true : false);
Note: See TracChangeset for help on using the changeset viewer.