Changeset 1135 in SHVCSoftware for branches/SHM-dev/source/App


Ignore:
Timestamp:
7 Jul 2015, 23:08:44 (9 years ago)
Author:
seregin
Message:

macro cleanup: CHANGE_NUMSUBDPB_IDX

File:
1 edited

Legend:

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

    r1132 r1135  
    16981698  for(i = 1; i < vps->getNumOutputLayerSets(); i++)
    16991699  {
    1700 #if CHANGE_NUMSUBDPB_IDX
    17011700    Int layerSetIdxForOutputLayerSet = vps->getOutputLayerSetIdx( i );
    1702 #endif
    17031701    Int layerSetId = vps->getOutputLayerSetIdx(i);
    17041702
     
    17071705
    17081706      Int maxNumReorderPics = -1;
    1709 #if CHANGE_NUMSUBDPB_IDX
    17101707      for(Int k = 0; k < vps->getNumSubDpbs(layerSetIdxForOutputLayerSet); k++)
    1711 #else
    1712       for(Int k = 0; k < vps->getNumSubDpbs(i); k++)
    1713 #endif
    17141708      {
    17151709        Int layerId = vps->getLayerSetLayerIdList(layerSetId, k); // k-th layer in the output layer set
Note: See TracChangeset for help on using the changeset viewer.