Changeset 1020 in SHVCSoftware
- Timestamp:
- 4 Feb 2015, 18:36:47 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncTop.cpp
r1017 r1020 1799 1799 { 1800 1800 UInt layerIdx = m_cVPS.getLayerIdInVps( m_layerId ); 1801 RepFormat* repF ormat = m_cVPS.getVpsRepFormat(m_cVPS.getVpsRepFormatIdx(layerIdx));1801 RepFormat* repFmt = m_cVPS.getVpsRepFormat(m_cVPS.getVpsRepFormatIdx(layerIdx)); 1802 1802 1803 1803 if( m_cPPS.getLayerId() == 0 && 1804 1804 m_cSPS.getLayerId() == 0 && 1805 repF ormat->getChromaFormatVpsIdc() == m_cSPS.getChromaFormatIdc() &&1806 repF ormat->getSeparateColourPlaneVpsFlag() == 0 &&1807 repF ormat->getPicHeightVpsInLumaSamples() == m_cSPS.getPicHeightInLumaSamples() &&1808 repF ormat->getPicWidthVpsInLumaSamples() == m_cSPS.getPicWidthInLumaSamples() &&1809 repF ormat->getBitDepthVpsLuma() == m_cSPS.getBitDepthY() &&1810 repF ormat->getBitDepthVpsChroma() == m_cSPS.getBitDepthC() &&1811 repF ormat->getConformanceWindowVps().getWindowLeftOffset() == m_cSPS.getConformanceWindow().getWindowLeftOffset() &&1812 repF ormat->getConformanceWindowVps().getWindowRightOffset() == m_cSPS.getConformanceWindow().getWindowRightOffset() &&1813 repF ormat->getConformanceWindowVps().getWindowTopOffset() == m_cSPS.getConformanceWindow().getWindowTopOffset() &&1814 repF ormat->getConformanceWindowVps().getWindowBottomOffset() == m_cSPS.getConformanceWindow().getWindowBottomOffset() )1805 repFmt->getChromaFormatVpsIdc() == m_cSPS.getChromaFormatIdc() && 1806 repFmt->getSeparateColourPlaneVpsFlag() == 0 && 1807 repFmt->getPicHeightVpsInLumaSamples() == m_cSPS.getPicHeightInLumaSamples() && 1808 repFmt->getPicWidthVpsInLumaSamples() == m_cSPS.getPicWidthInLumaSamples() && 1809 repFmt->getBitDepthVpsLuma() == m_cSPS.getBitDepthY() && 1810 repFmt->getBitDepthVpsChroma() == m_cSPS.getBitDepthC() && 1811 repFmt->getConformanceWindowVps().getWindowLeftOffset() == m_cSPS.getConformanceWindow().getWindowLeftOffset() && 1812 repFmt->getConformanceWindowVps().getWindowRightOffset() == m_cSPS.getConformanceWindow().getWindowRightOffset() && 1813 repFmt->getConformanceWindowVps().getWindowTopOffset() == m_cSPS.getConformanceWindow().getWindowTopOffset() && 1814 repFmt->getConformanceWindowVps().getWindowBottomOffset() == m_cSPS.getConformanceWindow().getWindowBottomOffset() ) 1815 1815 { 1816 1816 m_cVPS.setBaseLayerPSCompatibilityFlag(layerIdx, 1);
Note: See TracChangeset for help on using the changeset viewer.