Changeset 1272 in SHVCSoftware for branches/SHM-dev
- Timestamp:
- 14 Jul 2015, 04:08:32 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncTop.cpp
r1260 r1272 1503 1503 { 1504 1504 RepFormat *repFormat = m_cVPS.getVpsRepFormat( m_cSPS.getUpdateRepFormatFlag() ? m_cSPS.getUpdateRepFormatIndex() : m_cVPS.getVpsRepFormatIdx( m_cVPS.getLayerIdxInVps(m_layerId) ) ); 1505 Int bitDepthY,bitDepthC ,picWidth,picHeight;1505 Int bitDepthY,bitDepthC; 1506 1506 1507 1507 bitDepthY = repFormat->getBitDepthVpsLuma(); 1508 1508 bitDepthC = repFormat->getBitDepthVpsChroma(); 1509 picWidth = repFormat->getPicWidthVpsInLumaSamples();1510 picHeight = repFormat->getPicHeightVpsInLumaSamples();1511 1509 1512 1510 if( m_layerId > 0 )
Note: See TracChangeset for help on using the changeset viewer.