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


Ignore:
Timestamp:
27 Jan 2014, 17:15:16 (11 years ago)
Author:
seregin
Message:

delete M0457_IL_SAMPLE_PRED_ONLY_FLAG macro and related code

Location:
branches/SHM-5.0-dev/source/Lib/TLibDecoder
Files:
2 edited

Legend:

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

    r556 r559  
    21852185    }
    21862186#endif
    2187 #if M0457_IL_SAMPLE_PRED_ONLY_FLAG
    2188     rpcSlice->setInterLayerSamplePredOnlyFlag( false );
    2189     if( rpcSlice->getNumSamplePredRefLayers() > 0 && rpcSlice->getActiveNumILRRefIdx() > 0 )
    2190     {
    2191       READ_FLAG( uiCode, "inter_layer_sample_pred_only_flag" );
    2192       rpcSlice->setInterLayerSamplePredOnlyFlag( uiCode > 0 );
    2193     }
    2194 #endif
    21952187#else
    21962188    if( rpcSlice->getLayerId() > 0 )
  • branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r554 r559  
    851851  m_apcSlicePilot->setNumMotionPredRefLayers(m_numMotionPredRefLayers);
    852852#endif
    853 #if M0457_IL_SAMPLE_PRED_ONLY_FLAG
    854   m_apcSlicePilot->setNumSamplePredRefLayers( getNumSamplePredRefLayers() );
    855 #endif
    856853#endif
    857854  m_cEntropyDecoder.decodeSliceHeader (m_apcSlicePilot, &m_parameterSetManagerDecoder);
Note: See TracChangeset for help on using the changeset viewer.