Changeset 848 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 29 Jul 2014, 02:49:46 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h ¶
r836 r848 1456 1456 UInt m_uiMaxTLayers; // maximum number of temporal layers 1457 1457 1458 #if R0279_REP_FORMAT_INBL 1459 Bool m_bV1CompatibleSPSFlag; 1460 #endif 1461 1458 1462 // Structure 1459 1463 UInt m_picWidthInLumaSamples; … … 1565 1569 static Int getWinUnitY (Int chromaFormatIdc) { assert (chromaFormatIdc > 0 && chromaFormatIdc <= MAX_CHROMA_FORMAT_IDC); return m_winUnitY[chromaFormatIdc]; } 1566 1570 #endif 1567 1571 1572 #if R0279_REP_FORMAT_INBL //These two functions shall be used / called when the syntax element sps_ext_or_max_sub_layers_minus1 and V1CompatibleSPSFlag are implemented 1573 Bool getV1CompatibleSPSFlag() {return m_bV1CompatibleSPSFlag;} 1574 Void setV1CompatibleSPSFlag(Bool x) { m_bV1CompatibleSPSFlag = x;} 1575 #endif 1576 1568 1577 // structure 1569 1578 Void setPicWidthInLumaSamples ( UInt u ) { m_picWidthInLumaSamples = u; }
Note: See TracChangeset for help on using the changeset viewer.