Changeset 1512 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 15 Dec 2015, 19:47:27 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r1502 r1512 1652 1652 m_Enc3DAsymLUTPicUpdate.addRefLayerId( pcSlice->getVPS()->getRefLayerId(m_layerId, refLayerIdc) ); 1653 1653 1654 if( pcSlice->getPic()->getPosScalingFactor(refLayerIdc, 0) < POS_SCALING_FACTOR_1X || pcSlice->getPic()->getPosScalingFactor(refLayerIdc, 1) < POS_SCALING_FACTOR_1X ) //if(pcPic-> isSpatialEnhLayer(refLayerIdc))1654 if( pcSlice->getPic()->getPosScalingFactor(refLayerIdc, 0) < POS_SCALING_FACTOR_1X || pcSlice->getPic()->getPosScalingFactor(refLayerIdc, 1) < POS_SCALING_FACTOR_1X ) //if(pcPic->requireResampling(refLayerIdc)) 1655 1655 { 1656 1656 //downsampling … … 1681 1681 #endif 1682 1682 1683 if( pcPic-> isSpatialEnhLayer(refLayerIdc) )1683 if( pcPic->requireResampling(refLayerIdc) ) 1684 1684 { 1685 1685 // check for the sample prediction picture type -
branches/SHM-dev/source/Lib/TLibEncoder/TEncTop.cpp
r1503 r1512 741 741 ) 742 742 { 743 pcEPic->set SpatialEnhLayerFlag( i, true );743 pcEPic->setRequireResamplingFlag( i, true ); 744 744 745 745 //only for scalable extension … … 786 786 ) 787 787 { 788 rpcPic->set SpatialEnhLayerFlag( i, true );788 rpcPic->setRequireResamplingFlag( i, true ); 789 789 790 790 //only for scalable extension
Note: See TracChangeset for help on using the changeset viewer.