Home
last modified time | relevance | path

Searched refs:m_useWeightedPred (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/
H A DTAppEncCfg.h293 Bool m_useWeightedPred; ///< Use of weighted prediction in P slices variable
H A DTAppEncTop.cpp203 m_cTEncTop.setUseWP ( m_useWeightedPred ); in xInitLibCfg()
H A DTAppEncCfg.cpp842 …("WeightedPredP,-wpP", m_useWeightedPred, … in parseCfg()
2377 printf("WPP:%d ", (Int)m_useWeightedPred); in xPrintParameter()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncCfg.h307 Bool m_useWeightedPred; //< Use of Weighting Prediction (P_SLICE) variable
738 Void setUseWP ( Bool b ) { m_useWeightedPred = b; } in setUseWP()
740 Bool getUseWP () { return m_useWeightedPred; } in getUseWP()
H A DTEncTop.cpp657 m_cPPS.setUseWP( m_useWeightedPred ); in xInitPPS()