Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_MotionEstimate.cpp231 SetMvWithinIntegerMvRange (m_iMbWidth, m_iMbHeight, 0, 0, m_iMvRange, in TEST_F()
272 SetMvWithinIntegerMvRange (m_iMbWidth, m_iMbHeight, iMbx , iMby, m_iMvRange, in TEST_F()
495SetMvWithinIntegerMvRange (m_iWidth / 16 - kiSupposedPaddingLength, m_iHeight / 16 - kiSupposedPad… in TEST_F()
/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h335 inline void SetMvWithinIntegerMvRange (const int32_t kiMbWidth, const int32_t kiMbHeight, const int… in SetMvWithinIntegerMvRange() function
/third_party/openh264/codec/encoder/core/src/
Dsvc_base_layer_md.cpp361SetMvWithinIntegerMvRange (kiMbWidth, kiMbHeight, kiMbX, kiMbY, pEncCtx->iMvRange, & (pSlice->sMvS… in WelsMdInterInit()