Home
last modified time | relevance | path

Searched refs:m_chromaLocInfoPresentFlag (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/
H A DTAppEncCfg.h333 …Bool m_chromaLocInfoPresentFlag; ///< Signals whether chroma_sample_loc… variable
H A DTAppEncTop.cpp344 m_cTEncTop.setChromaLocInfoPresentFlag ( m_chromaLocInfoPresentFlag ); in xInitLibCfg()
H A DTAppEncCfg.cpp902 …("ChromaLocInfoPresent", m_chromaLocInfoPresentFlag, … in parseCfg()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncCfg.h347 …Bool m_chromaLocInfoPresentFlag; ///< Signals whether chroma_sample_loc… variable
813 … getChromaLocInfoPresentFlag() { return m_chromaLocInfoPresentFlag; } in getChromaLocInfoPresentFlag()
814 …Void setChromaLocInfoPresentFlag(Bool i) { m_chromaLocInfoPresentFlag = … in setChromaLocInfoPresentFlag()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComSlice.h560 Bool m_chromaLocInfoPresentFlag; variable
595 ,m_chromaLocInfoPresentFlag(false) in TComVUI()
654 Bool getChromaLocInfoPresentFlag() { return m_chromaLocInfoPresentFlag; } in getChromaLocInfoPresentFlag()
655 Void setChromaLocInfoPresentFlag(Bool i) { m_chromaLocInfoPresentFlag = i; } in setChromaLocInfoPresentFlag()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DSlice.h1231 bool m_chromaLocInfoPresentFlag = false; variable
1279 …etChromaLocInfoPresentFlag() const { return m_chromaLocInfoPresentFlag; … in getChromaLocInfoPresentFlag()
1280 … setChromaLocInfoPresentFlag(bool i) { m_chromaLocInfoPresentFlag = i; … in setChromaLocInfoPresentFlag()