Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp101 pFuncList->pfFillQpelLocationByFeatureValue = FillQpelLocationByFeatureValue_c; in WelsInitMeFunc()
111 pFuncList->pfFillQpelLocationByFeatureValue = FillQpelLocationByFeatureValue_sse2; in WelsInitMeFunc()
129 pFuncList->pfFillQpelLocationByFeatureValue = FillQpelLocationByFeatureValue_neon; in WelsInitMeFunc()
142 pFuncList->pfFillQpelLocationByFeatureValue = FillQpelLocationByFeatureValue_AArch64_neon; in WelsInitMeFunc()
864 pFunc->pfFillQpelLocationByFeatureValue (pFeatureOfBlock, iWidth, kiHeight, in CalculateFeatureOfBlock()
/third_party/openh264/codec/encoder/core/inc/
Dwels_func_ptr_def.h231 PFillQpelLocationByFeatureValueFunc pfFillQpelLocationByFeatureValue; member