Changeset 1161 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder


Ignore:
Timestamp:
8 Jul 2015, 00:54:26 (10 years ago)
Author:
seregin
Message:

macro cleanup: DERIVE_LAYER_ID_LIST_VARIABLES, VPS_EXTN_MASK_AND_DIM_INFO

File:
1 edited

Legend:

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

    r1157 r1161  
    13451345  }
    13461346#endif
    1347 #if VPS_EXTN_MASK_AND_DIM_INFO
     1347
    13481348#if AVC_BASE
    13491349  vps->setNonHEVCBaseLayerFlag( m_nonHEVCBaseLayerFlag );
     
    13551355  vps->setAvcBaseLayerFlag(false);
    13561356#endif
     1357
    13571358  vps->setSplittingFlag(false);
     1359
    13581360  for(i = 0; i < MAX_VPS_NUM_SCALABILITY_TYPES; i++)
    13591361  {
     
    14031405    }
    14041406  }
    1405 #endif
    14061407#endif
    14071408
     
    15361537#endif
    15371538  // The Layer ID List variables should be derived here.
    1538 #if DERIVE_LAYER_ID_LIST_VARIABLES
    15391539  vps->deriveLayerIdListVariables();
    1540 #endif
    15411540#if Q0078_ADD_LAYER_SETS
    15421541  vps->setPredictedLayerIds();
Note: See TracChangeset for help on using the changeset viewer.