Changeset 867 in SHVCSoftware
- Timestamp:
- 13 Aug 2014, 17:30:57 (11 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp
r866 r867 3079 3079 #endif 3080 3080 #if PER_LAYER_PTL 3081 Int constTComVPS::calculateLenOfSyntaxElement( Int const numVal )3081 Int TComVPS::calculateLenOfSyntaxElement( Int const numVal ) 3082 3082 { 3083 3083 Int numBits = 1; -
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
r866 r867 989 989 #endif 990 990 #if PER_LAYER_PTL 991 Bool constgetNecessaryLayerFlag(Int const i, Int const j) { return m_necessaryLayerFlag[i][j]; }992 std::vector< std::vector<Int> >* constgetProfileLevelTierIdx() { return &m_profileLevelTierIdx; }993 std::vector<Int>* constgetProfileLevelTierIdx(Int const olsIdx) { return &m_profileLevelTierIdx[olsIdx]; }991 Bool getNecessaryLayerFlag(Int const i, Int const j) { return m_necessaryLayerFlag[i][j]; } 992 std::vector< std::vector<Int> >* getProfileLevelTierIdx() { return &m_profileLevelTierIdx; } 993 std::vector<Int>* getProfileLevelTierIdx(Int const olsIdx) { return &m_profileLevelTierIdx[olsIdx]; } 994 994 Int getProfileLevelTierIdx(Int const olsIdx, Int const layerIdx) { return m_profileLevelTierIdx[olsIdx][layerIdx]; } 995 995 Void setProfileLevelTierIdx(Int const olsIdx, Int const layerIdx, Int const ptlIdx) { m_profileLevelTierIdx[olsIdx][layerIdx] = ptlIdx; } 996 Int c onst calculateLenOfSyntaxElement( Int const numVal );996 Int calculateLenOfSyntaxElement( Int const numVal ); 997 997 #else 998 998 Int getProfileLevelTierIdx(Int i) { return m_profileLevelTierIdx[i]; }
Note: See TracChangeset for help on using the changeset viewer.