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


Ignore:
Timestamp:
6 Jul 2015, 20:51:30 (11 years ago)
Author:
seregin
Message:

macro cleanup: FIX_CONF_MODE

File:
1 edited

Legend:

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

    r1103 r1106  
    26332633  CommonDecoderParams* params = this->getCommonDecoderParams();
    26342634
    2635 #if !FIX_CONF_MODE
    2636   assert( params->getTargetLayerId() < vps->getMaxLayers() );
    2637 #endif
    2638 
    26392635  if( params->getValueCheckedFlag() )
    26402636  {
     
    27392735
    27402736  }
    2741 #if FIX_CONF_MODE
     2737
    27422738  // Set correct value of targetLayerId
    27432739  Int targetOlsIdx = params->getTargetOutputLayerSetIdx();
    27442740  Int targetLsIdx = vps->getOutputLayerSetIdx( targetOlsIdx );
    27452741  params->setTargetLayerId( vps->getLayerSetLayerIdList( targetLsIdx, vps->getNumLayersInIdList(targetLsIdx)-1 ) );
    2746 #endif
     2742
    27472743#if FIX_NON_OUTPUT_LAYER
    27482744  // Check if the current layer is an output layer
Note: See TracChangeset for help on using the changeset viewer.