Changeset 559 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibDecoder
- Timestamp:
- 27 Jan 2014, 17:15:16 (11 years ago)
- 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 2185 2185 } 2186 2186 #endif 2187 #if M0457_IL_SAMPLE_PRED_ONLY_FLAG2188 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 #endif2195 2187 #else 2196 2188 if( rpcSlice->getLayerId() > 0 ) -
branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecTop.cpp
r554 r559 851 851 m_apcSlicePilot->setNumMotionPredRefLayers(m_numMotionPredRefLayers); 852 852 #endif 853 #if M0457_IL_SAMPLE_PRED_ONLY_FLAG854 m_apcSlicePilot->setNumSamplePredRefLayers( getNumSamplePredRefLayers() );855 #endif856 853 #endif 857 854 m_cEntropyDecoder.decodeSliceHeader (m_apcSlicePilot, &m_parameterSetManagerDecoder);
Note: See TracChangeset for help on using the changeset viewer.