- Timestamp:
- 2 May 2013, 17:36:40 (12 years ago)
- Location:
- branches/SHM-2.0-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.0-dev/source/Lib/TLibDecoder/TDecGop.cpp
r134 r138 247 247 for (Int iRefIndex = 0; iRefIndex < pcSlice->getNumRefIdx(RefPicList(iRefList)); iRefIndex++) 248 248 { 249 #if VPS_EXTN_DIRECT_REF_LAYERS_CONTINUE249 #if REF_IDX_FRAMEWORK && VPS_EXTN_DIRECT_REF_LAYERS_CONTINUE 250 250 if( pcSlice->getRefPic(RefPicList(iRefList), iRefIndex)->isILR( m_layerId ) ) 251 251 { -
branches/SHM-2.0-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r137 r138 2574 2574 for (Int iRefIndex = 0; iRefIndex < pcSlice->getNumRefIdx(RefPicList(iRefList)); iRefIndex++) 2575 2575 { 2576 #if VPS_EXTN_DIRECT_REF_LAYERS_CONTINUE2576 #if REF_IDX_FRAMEWORK && VPS_EXTN_DIRECT_REF_LAYERS_CONTINUE 2577 2577 if( pcSlice->getRefPic(RefPicList(iRefList), iRefIndex)->isILR(m_layerId) ) 2578 2578 {
Note: See TracChangeset for help on using the changeset viewer.