Home
last modified time | relevance | path

Searched refs:iMvRange (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/test/processing/
DProcessUT_ScrollDetection.cpp35 int iMvRange = iHeight / 3; in TEST() local
36 int iScrollMv = rand() % (iMvRange << 1) - iMvRange; in TEST()
/third_party/openh264/codec/encoder/core/inc/
Dencoder_context.h123 int32_t iMvRange; member
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp1508 void GetMvMvdRange (SWelsSvcCodingParam* pParam, int32_t& iMvRange, int32_t& iMvdRange) { in GetMvMvdRange() argument
1525 iMvRange = WELS_MIN (WELS_ABS (iMinMv), iMaxMv); in GetMvMvdRange()
1527 iMvRange = WELS_MIN (iMvRange, iFixMvRange); in GetMvMvdRange()
1529 iMvdRange = (iMvRange + 1) << 1; in GetMvMvdRange()
1769 GetMvMvdRange (pParam, (*ppCtx)->iMvRange, iMvdRange); in RequestMemorySvc()
Dsvc_base_layer_md.cpp361 …SetMvWithinIntegerMvRange (kiMbWidth, kiMbHeight, kiMbX, kiMbY, pEncCtx->iMvRange, & (pSlice->sMvS… in WelsMdInterInit()