Home
last modified time | relevance | path

Searched refs:iMaxQpelY (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp922 …pFeatureSearchIn->iMaxQpelY = pFeatureSearchIn->iCurPixYQpel + ((pSlice->sMvStartMax.iMvY) * (1 <<… in SetFeatureSearchIn()
959 const int32_t iMaxQpelY = sFeatureSearchIn.iMaxQpelY; in FeatureSearchOne() local
982 || (iQpelY > iMaxQpelY) || (iQpelY < iMinQpelY) in FeatureSearchOne()
/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h123 int32_t iMaxQpelY; member