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


Ignore:
Timestamp:
8 Jul 2015, 00:34:36 (11 years ago)
Author:
seregin
Message:

macro cleanup: Q0165_NUM_ADD_OUTPUT_LAYER_SETS

File:
1 edited

Legend:

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

    r1154 r1155  
    28982898#endif
    28992899
    2900 #if Q0165_NUM_ADD_OUTPUT_LAYER_SETS
    29012900  if( vps->getNumLayerSets() > 1 )
    29022901  {
    2903     READ_UVLC( uiCode, "num_add_olss" );            vps->setNumAddOutputLayerSets( uiCode );
     2902    READ_UVLC( uiCode, "num_add_olss" );                  vps->setNumAddOutputLayerSets( uiCode );
    29042903    READ_CODE( 2, uiCode, "default_output_layer_idc" );   vps->setDefaultTargetOutputLayerIdc( uiCode );
    29052904  }
     
    29082907    vps->setNumAddOutputLayerSets( 0 );
    29092908  }
    2910 #else
    2911   READ_UVLC( uiCode, "num_add_output_layer_sets" );          vps->setNumAddOutputLayerSets( uiCode );
    2912 #endif
    29132909
    29142910  // The value of num_add_olss shall be in the range of 0 to 1023, inclusive.
     
    29182914
    29192915#if P0295_DEFAULT_OUT_LAYER_IDC
    2920 #if !Q0165_NUM_ADD_OUTPUT_LAYER_SETS
    2921   if( numOutputLayerSets > 1 )
    2922   {
    2923     READ_CODE( 2, uiCode, "default_target_output_layer_idc" );   vps->setDefaultTargetOutputLayerIdc( uiCode );
    2924   }
    2925 #endif
    29262916  vps->setNumOutputLayerSets( numOutputLayerSets );
    29272917
Note: See TracChangeset for help on using the changeset viewer.