Changeset 1019 in SHVCSoftware
- Timestamp:
- 4 Feb 2015, 18:36:21 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/Lib/TLibEncoder/TEncTop.cpp
r1018 r1019 1646 1646 { 1647 1647 UInt layerIdx = m_cVPS.getLayerIdInVps( m_layerId ); 1648 RepFormat* repF ormat = m_cVPS.getVpsRepFormat(m_cVPS.getVpsRepFormatIdx(layerIdx));1648 RepFormat* repFmt = m_cVPS.getVpsRepFormat(m_cVPS.getVpsRepFormatIdx(layerIdx)); 1649 1649 1650 1650 if( m_cPPS.getLayerId() == 0 && 1651 1651 m_cSPS.getLayerId() == 0 && 1652 repF ormat->getChromaFormatVpsIdc() == m_cSPS.getChromaFormatIdc() &&1653 repF ormat->getSeparateColourPlaneVpsFlag() == 0 &&1654 repF ormat->getPicHeightVpsInLumaSamples() == m_cSPS.getPicHeightInLumaSamples() &&1655 repF ormat->getPicWidthVpsInLumaSamples() == m_cSPS.getPicWidthInLumaSamples() &&1656 repF ormat->getBitDepthVpsLuma() == m_cSPS.getBitDepth(CHANNEL_TYPE_LUMA) &&1657 repF ormat->getBitDepthVpsChroma() == m_cSPS.getBitDepth(CHANNEL_TYPE_CHROMA) &&1658 repF ormat->getConformanceWindowVps().getWindowLeftOffset() == m_cSPS.getConformanceWindow().getWindowLeftOffset() &&1659 repF ormat->getConformanceWindowVps().getWindowRightOffset() == m_cSPS.getConformanceWindow().getWindowRightOffset() &&1660 repF ormat->getConformanceWindowVps().getWindowTopOffset() == m_cSPS.getConformanceWindow().getWindowTopOffset() &&1661 repF ormat->getConformanceWindowVps().getWindowBottomOffset() == m_cSPS.getConformanceWindow().getWindowBottomOffset() )1652 repFmt->getChromaFormatVpsIdc() == m_cSPS.getChromaFormatIdc() && 1653 repFmt->getSeparateColourPlaneVpsFlag() == 0 && 1654 repFmt->getPicHeightVpsInLumaSamples() == m_cSPS.getPicHeightInLumaSamples() && 1655 repFmt->getPicWidthVpsInLumaSamples() == m_cSPS.getPicWidthInLumaSamples() && 1656 repFmt->getBitDepthVpsLuma() == m_cSPS.getBitDepth(CHANNEL_TYPE_LUMA) && 1657 repFmt->getBitDepthVpsChroma() == m_cSPS.getBitDepth(CHANNEL_TYPE_CHROMA) && 1658 repFmt->getConformanceWindowVps().getWindowLeftOffset() == m_cSPS.getConformanceWindow().getWindowLeftOffset() && 1659 repFmt->getConformanceWindowVps().getWindowRightOffset() == m_cSPS.getConformanceWindow().getWindowRightOffset() && 1660 repFmt->getConformanceWindowVps().getWindowTopOffset() == m_cSPS.getConformanceWindow().getWindowTopOffset() && 1661 repFmt->getConformanceWindowVps().getWindowBottomOffset() == m_cSPS.getConformanceWindow().getWindowBottomOffset() ) 1662 1662 { 1663 1663 m_cVPS.setBaseLayerPSCompatibilityFlag(layerIdx, 1);
Note: See TracChangeset for help on using the changeset viewer.