Home
last modified time | relevance | path

Searched refs:m_lowerBitRateConstraintFlag (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/
H A DTAppEncCfg.h97 Bool m_lowerBitRateConstraintFlag; variable
H A DTAppEncCfg.cpp729 …("LowerBitRateConstraintFlag", m_lowerBitRateConstraintFlag, … in parseCfg()
1454 …xConfirmPara(m_lowerBitRateConstraintFlag==false && m_intraConstraintFlag==false, "The lowerBitRat… in xCheckParameter()
1498 …xConfirmPara(m_lowerBitRateConstraintFlag==false, "LowerBitrateConstraintFlag must be true for non… in xCheckParameter()
H A DTAppEncTop.cpp95 m_cTEncTop.setLowerBitRateConstraintFlag ( m_lowerBitRateConstraintFlag ); in xInitLibCfg()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncCfg.h131 Bool m_lowerBitRateConstraintFlag; variable
867 … getLowerBitRateConstraintFlag() const { return m_lowerBitRateConstraintFlag; } in getLowerBitRateConstraintFlag()
868 …Void setLowerBitRateConstraintFlag(Bool b) { m_lowerBitRateConstraintFlag=… in setLowerBitRateConstraintFlag()
H A DTEncTop.cpp468 profileTierLevel.setLowerBitRateConstraintFlag(m_lowerBitRateConstraintFlag); in xInitSPS()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComSlice.h198 Bool m_lowerBitRateConstraintFlag; variable
239 Bool getLowerBitRateConstraintFlag() const { return m_lowerBitRateConstraintFlag; } in getLowerBitRateConstraintFlag()
240 Void setLowerBitRateConstraintFlag(Bool b) { m_lowerBitRateConstraintFlag = b; } in setLowerBitRateConstraintFlag()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DSlice.cpp2066 …if( op1.m_lowerBitRateConstraintFlag != op2.m_lowerBitRateConstraintFlag in operator ==()
H A DSlice.h214 bool m_lowerBitRateConstraintFlag = false; variable
315 bool getLowerBitRateConstraintFlag() const { return m_lowerBitRateConstraintFlag; } in getLowerBitRateConstraintFlag()
316 void setLowerBitRateConstraintFlag(bool b) { m_lowerBitRateConstraintFlag = b; } in setLowerBitRateConstraintFlag()