Home
last modified time | relevance | path

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

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/
H A DTAppEncCfg.h321 Int m_aspectRatioIdc; ///< aspect_ratio_idc variable
H A DTAppEncTop.cpp332 m_cTEncTop.setAspectRatioIdc ( m_aspectRatioIdc ); in xInitLibCfg()
H A DTAppEncCfg.cpp890 …("AspectRatioIdc", m_aspectRatioIdc, … in parseCfg()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncCfg.h335 Int m_aspectRatioIdc; ///< aspect_ratio_idc variable
789 Int getAspectRatioIdc() { return m_aspectRatioIdc; } in getAspectRatioIdc()
790 Void setAspectRatioIdc(Int i) { m_aspectRatioIdc = i; } in setAspectRatioIdc()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComSlice.h548 Int m_aspectRatioIdc; variable
583 ,m_aspectRatioIdc(0) in TComVUI()
618 Int getAspectRatioIdc() { return m_aspectRatioIdc; } in getAspectRatioIdc()
619 Void setAspectRatioIdc(Int i) { m_aspectRatioIdc = i; } in setAspectRatioIdc()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DSlice.h1222 int m_aspectRatioIdc = 0; variable
1246 … getAspectRatioIdc() const { return m_aspectRatioIdc; … in getAspectRatioIdc()
1247 …void setAspectRatioIdc(int i) { m_aspectRatioIdc = i; … in setAspectRatioIdc()