Changeset 1057 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon/TComPrediction.cpp
- Timestamp:
- 4 Mar 2015, 09:55:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComPrediction.cpp
r1029 r1057 599 599 // It is a requirement of bitstream conformance that when the reference picture represented by the variable refIdxLX is an inter-layer reference picture, 600 600 // VpsInterLayerSamplePredictionEnabled[ LayerIdxInVps[ currLayerId ] ][ LayerIdxInVps[ rLId ] ] shall be equal to 1, where rLId is set equal to nuh_layer_id of the inter-layer picture 601 assert( pcCU->getSlice()->getVPS()->isSamplePredictionType( pcCU->getLayerId (), refPic->getLayerId() ) );601 assert( pcCU->getSlice()->getVPS()->isSamplePredictionType( pcCU->getLayerIdx(), refPic->getLayerIdx() ) ); 602 602 603 603 #if REF_IDX_ME_ZEROMV
Note: See TracChangeset for help on using the changeset viewer.