Changeset 95 in SHVCSoftware for branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncGOP.cpp
- Timestamp:
- 22 Mar 2013, 23:05:09 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncGOP.cpp
r91 r95 571 571 for(Int colIdx = 0; colIdx < pcSlice->getNumRefIdx( RefPicList(1 - ColFromL0Flag) ); colIdx++) 572 572 { 573 if( pcSlice->getRefPic( RefPicList(1 - ColFromL0Flag), colIdx)-> getIsILR() )573 if( pcSlice->getRefPic( RefPicList(1 - ColFromL0Flag), colIdx)->isILR() ) 574 574 { 575 575 ColRefIdx = colIdx; … … 584 584 for(Int colIdx = 0; colIdx < pcSlice->getNumRefIdx( RefPicList(1 - ColFromL0Flag) ); colIdx++) 585 585 { 586 if( pcSlice->getRefPic( RefPicList(1 - ColFromL0Flag), colIdx)-> getIsILR() )586 if( pcSlice->getRefPic( RefPicList(1 - ColFromL0Flag), colIdx)->isILR() ) 587 587 { 588 588 ColRefIdx = colIdx;
Note: See TracChangeset for help on using the changeset viewer.