Home
last modified time | relevance | path

Searched refs:Ref2Weight (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/dirac/dirac-1.0.2/libdirac_byteio/
H A Dmvdata_byteio.cpp296 (m_pparams.Refs().size() > 1 && m_picpredparams.Ref2Weight() != 1) ) in OutputPictureWeights()
306 WriteSint(m_picpredparams.Ref2Weight()); in OutputPictureWeights()
/dports/multimedia/dirac/dirac-1.0.2/libdirac_common/
H A Dmot_comp.cpp634 m_predparams.Ref2Weight()); in AdjustBlockByRefWeights()
645 val2_block[y][x] *= m_predparams.Ref2Weight(); in AdjustBlockByRefWeights()
H A Dcommon.h984 int Ref2Weight() const { return m_ref2_weight; } in Ref2Weight() function