Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dwels_func_ptr_def.h138 typedef void (*PSearchMethodFunc) (SWelsFuncPtrList* pFuncList, SWelsME* pMe, SSlice* pSlice, const… typedef
226 PSearchMethodFunc pfSearchMethod[BLOCK_SIZE_ALL];
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp2632 bool SetMeMethod (const uint8_t uiMethod, PSearchMethodFunc& pSearchMethodFunc) { in SetMeMethod()