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


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

macro cleanup: LIST_OF_PTL

File:
1 edited

Legend:

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

    r1168 r1169  
    19841984  Int NumOutputLayersInOutputLayerSet[MAX_VPS_LAYER_SETS_PLUS1];
    19851985  Int OlsHighestOutputLayerId[MAX_VPS_LAYER_SETS_PLUS1];
    1986 #if LIST_OF_PTL
     1986
    19871987  if( vps->getMaxLayers() > 1 && vps->getBaseLayerInternalFlag() )
    19881988  {
     
    19931993#endif
    19941994  }
    1995 #endif
    19961995
    19971996  UInt i = 0, j = 0;
     
    21242123  Int const numBitsForPtlIdx = vps->calculateLenOfSyntaxElement( vps->getNumProfileTierLevel() );
    21252124
    2126 #if LIST_OF_PTL
    21272125#if MULTIPLE_PTL_SUPPORT
    21282126  //Do something here to make sure the loop is correct to consider base layer internal stuff
     
    21312129#endif
    21322130  for(Int idx = vps->getBaseLayerInternalFlag() ? 2 : 1; idx < vps->getNumProfileTierLevel(); idx++)
    2133 #else
    2134   for(Int idx = 1; idx <= vps->getNumProfileTierLevel() - 1; idx++)
    2135 #endif
    21362131  {
    21372132#if MULTIPLE_PTL_SUPPORT
Note: See TracChangeset for help on using the changeset viewer.