Changeset 356 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder
- Timestamp:
- 21 Aug 2013, 01:46:08 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecGop.cpp
r313 r356 247 247 for (Int iRefIndex = 0; iRefIndex < pcSlice->getNumRefIdx(RefPicList(iRefList)); iRefIndex++) 248 248 { 249 #if REF_IDX_FRAMEWORK && VPS_EXTN_DIRECT_REF_LAYERS 249 #if REF_IDX_FRAMEWORK 250 #if VPS_EXTN_DIRECT_REF_LAYERS 250 251 if( pcSlice->getRefPic(RefPicList(iRefList), iRefIndex)->isILR( m_layerId ) ) 251 252 { 252 printf( "%d(%d) 253 printf( "%d(%d)", pcSlice->getRefPOC(RefPicList(iRefList), iRefIndex), pcSlice->getRefPic(RefPicList(iRefList), iRefIndex)->getLayerId() ); 253 254 } 254 255 else 255 #endif 256 { 257 printf ("%d", pcSlice->getRefPOC(RefPicList(iRefList), iRefIndex)); 258 } 259 #endif 260 if( pcSlice->getEnableTMVPFlag() && iRefList == 1 - pcSlice->getColFromL0Flag() && iRefIndex == pcSlice->getColRefIdx() ) 261 { 262 printf( "c" ); 263 } 264 265 printf( " " ); 266 #else 256 267 printf ("%d ", pcSlice->getRefPOC(RefPicList(iRefList), iRefIndex)); 268 #endif 257 269 } 258 270 printf ("] ");
Note: See TracChangeset for help on using the changeset viewer.