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


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

macro cleanup: CHANGE_NUMSUBDPB_IDX

File:
1 edited

Legend:

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

    r1132 r1135  
    35363536  {
    35373537    UInt maxSLMinus1 = 0;
    3538 #if CHANGE_NUMSUBDPB_IDX
    35393538    Int optLsIdx = vps->getOutputLayerSetIdx( i );
    3540 #else
    3541     Int optLsIdx = i;
    3542 #endif
    35433539#if BITRATE_PICRATE_SIGNALLING
    35443540    optLsIdx = i;
     
    35603556  for(Int i = 1; i < vps->getNumOutputLayerSets(); i++)
    35613557  {
    3562 #if CHANGE_NUMSUBDPB_IDX
    35633558    Int layerSetIdxForOutputLayerSet = vps->getOutputLayerSetIdx( i );
    3564 #endif
     3559
    35653560    READ_FLAG( uiCode, "sub_layer_flag_info_present_flag[i]");  vps->setSubLayerFlagInfoPresentFlag( i, uiCode ? true : false );
    35663561#if SUB_LAYERS_IN_LAYER_SET
     
    35953590      if( vps->getSubLayerDpbInfoPresentFlag(i, j) )  // If sub-layer DPB information is present
    35963591      {
    3597 #if CHANGE_NUMSUBDPB_IDX
    35983592        for(Int k = 0; k < vps->getNumSubDpbs(layerSetIdxForOutputLayerSet); k++)
    3599 #else
    3600         for(Int k = 0; k < vps->getNumSubDpbs(i); k++)
    3601 #endif
    36023593        {
    36033594#if DPB_INTERNAL_BL_SIG
Note: See TracChangeset for help on using the changeset viewer.