Home
last modified time | relevance | path

Searched defs:getPPS (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncTop.h155 TComPPS* getPPS () { return &m_cPPS; } in getPPS() function
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DParameterSetManager.h188 …PPS* getPPS( int ppsId ) { return m_ppsMap… in getPPS() function
H A DSlice.h2726 …const PPS* getPPS() const { return m_pcPP… in getPPS() function
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComSlice.h1288 TComPPS* getPPS () { return m_pcPPS; } in getPPS() function
1289 const TComPPS* getPPS() const { return m_pcPPS; } in getPPS() function
1567 TComPPS* getPPS(Int ppsId) { return m_ppsMap.getPS(ppsId); }; in getPPS() function