Changeset 1119 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 7 Jul 2015, 01:55:11 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
r1118 r1119 1618 1618 #endif 1619 1619 #if REPN_FORMAT_IN_VPS 1620 Bool m_updateRepFormatFlag; 1621 #if O0096_REP_FORMAT_INDEX 1620 Bool m_updateRepFormatFlag; 1622 1621 UInt m_updateRepFormatIndex; 1623 #endif1624 1622 #endif 1625 1623 #if SCALINGLIST_INFERRING … … 1794 1792 #endif 1795 1793 #if REPN_FORMAT_IN_VPS 1796 Bool getUpdateRepFormatFlag() { return m_updateRepFormatFlag; } 1797 Void setUpdateRepFormatFlag(Bool x) { m_updateRepFormatFlag = x; } 1798 #if O0096_REP_FORMAT_INDEX 1799 Int getUpdateRepFormatIndex() { return m_updateRepFormatIndex; } 1800 Void setUpdateRepFormatIndex(UInt index) { m_updateRepFormatIndex = index; } 1801 #endif 1794 Bool getUpdateRepFormatFlag() { return m_updateRepFormatFlag; } 1795 Void setUpdateRepFormatFlag(Bool x) { m_updateRepFormatFlag = x; } 1796 Int getUpdateRepFormatIndex() { return m_updateRepFormatIndex; } 1797 Void setUpdateRepFormatIndex(UInt index) { m_updateRepFormatIndex = index; } 1802 1798 #endif 1803 1799 #if SCALINGLIST_INFERRING 1804 Bool getInferScalingListFlag() { return m_inferScalingListFlag; }1805 UInt getScalingListRefLayerId() { return m_scalingListRefLayerId; }1800 Bool getInferScalingListFlag() { return m_inferScalingListFlag; } 1801 UInt getScalingListRefLayerId() { return m_scalingListRefLayerId; } 1806 1802 Void setInferScalingListFlag( Bool flag ) { m_inferScalingListFlag = flag; } 1807 1803 Void setScalingListRefLayerId( UInt layerId ) { m_scalingListRefLayerId = layerId; }
Note: See TracChangeset for help on using the changeset viewer.