HEVC Test Model (HM)
HM-16.18
|
#include <TComSlice.h>
Public Member Functions | |
Void | storeVPS (TComVPS *vps, const std::vector< UChar > &naluData) |
store sequence parameter set and take ownership of it More... | |
TComVPS * | getVPS (Int vpsId) |
get pointer to existing video parameter set More... | |
Bool | getVPSChangedFlag (Int vpsId) const |
Void | clearVPSChangedFlag (Int vpsId) |
TComVPS * | getFirstVPS () |
Void | storeSPS (TComSPS *sps, const std::vector< UChar > &naluData) |
store sequence parameter set and take ownership of it More... | |
TComSPS * | getSPS (Int spsId) |
get pointer to existing sequence parameter set More... | |
Bool | getSPSChangedFlag (Int spsId) const |
Void | clearSPSChangedFlag (Int spsId) |
TComSPS * | getFirstSPS () |
Void | storePPS (TComPPS *pps, const std::vector< UChar > &naluData) |
store picture parameter set and take ownership of it More... | |
TComPPS * | getPPS (Int ppsId) |
get pointer to existing picture parameter set More... | |
Bool | getPPSChangedFlag (Int ppsId) const |
Void | clearPPSChangedFlag (Int ppsId) |
TComPPS * | getFirstPPS () |
const TComVPS * | getActiveVPS () const |
const TComSPS * | getActiveSPS () const |
ParameterSetManager () | |
virtual | ~ParameterSetManager () |
Bool | activatePPS (Int ppsId, Bool isIRAP) |
Protected Attributes | |
ParameterSetMap< TComVPS > | m_vpsMap |
ParameterSetMap< TComSPS > | m_spsMap |
ParameterSetMap< TComPPS > | m_ppsMap |
Int | m_activeVPSId |
Int | m_activeSPSId |
Definition at line 1667 of file TComSlice.h.
ParameterSetManager::ParameterSetManager | ( | ) |
Definition at line 2092 of file TComSlice.cpp.
|
virtual |
Definition at line 2102 of file TComSlice.cpp.
activate a SPS from a active parameter sets SEI message
Definition at line 2135 of file TComSlice.cpp.
Definition at line 1694 of file TComSlice.h.
Definition at line 1686 of file TComSlice.h.
Definition at line 1678 of file TComSlice.h.
|
inline |
Definition at line 1706 of file TComSlice.h.
|
inline |
Definition at line 1705 of file TComSlice.h.
|
inline |
Definition at line 1695 of file TComSlice.h.
|
inline |
Definition at line 1687 of file TComSlice.h.
|
inline |
Definition at line 1679 of file TComSlice.h.
get pointer to existing picture parameter set
Definition at line 1692 of file TComSlice.h.
Definition at line 1693 of file TComSlice.h.
get pointer to existing sequence parameter set
Definition at line 1684 of file TComSlice.h.
Definition at line 1685 of file TComSlice.h.
get pointer to existing video parameter set
Definition at line 1676 of file TComSlice.h.
Definition at line 1677 of file TComSlice.h.
store picture parameter set and take ownership of it
Definition at line 1690 of file TComSlice.h.
store sequence parameter set and take ownership of it
Definition at line 1682 of file TComSlice.h.
store sequence parameter set and take ownership of it
Definition at line 1674 of file TComSlice.h.
|
protected |
Definition at line 1714 of file TComSlice.h.
|
protected |
Definition at line 1713 of file TComSlice.h.
|
protected |
Definition at line 1711 of file TComSlice.h.
|
protected |
Definition at line 1710 of file TComSlice.h.
|
protected |
Definition at line 1706 of file TComSlice.h.