Changeset 1522 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 27 Jan 2016, 19:19:24 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1515 r1522 1606 1606 Int numRefLayerPics = 0; 1607 1607 Int i = 0; 1608 Int refLayerPicIdc 1608 Int refLayerPicIdc[MAX_VPS_LAYER_IDX_PLUS1]; 1609 1609 for(i = 0, numRefLayerPics = 0; i < pcSlice->getNumILRRefIdx(); i++ ) 1610 1610 { 1611 1611 if( ( vps->getMaxTidIlRefPicsPlus1(vps->getLayerIdxInVps(i), pcSlice->getLayerIdx()) > pcSlice->getTLayer() || pcSlice->getTLayer()==0 ) && 1612 vps->getMaxTSLayersMinus1(vps->getLayerIdxInVps(i)) >= 1613 { 1612 vps->getMaxTSLayersMinus1(vps->getLayerIdxInVps(i)) >= pcSlice->getTLayer() ) 1613 { 1614 1614 refLayerPicIdc[ numRefLayerPics++ ] = i; 1615 1615 }
Note: See TracChangeset for help on using the changeset viewer.