Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dwels_func_ptr_def.h226 PSearchMethodFunc pfSearchMethod[BLOCK_SIZE_ALL]; member
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp2678 pFuncList->pfSearchMethod[BLOCK_16x16] = in PreprocessSliceCoding()
2679 pFuncList->pfSearchMethod[BLOCK_16x8] = in PreprocessSliceCoding()
2680 pFuncList->pfSearchMethod[BLOCK_8x16] = in PreprocessSliceCoding()
2681 pFuncList->pfSearchMethod[BLOCK_8x8] = in PreprocessSliceCoding()
2682 pFuncList->pfSearchMethod[BLOCK_4x4] = in PreprocessSliceCoding()
2683 pFuncList->pfSearchMethod[BLOCK_8x4] = in PreprocessSliceCoding()
2684 pFuncList->pfSearchMethod[BLOCK_4x8] = WelsDiamondSearch; in PreprocessSliceCoding()
2719 if (!SetMeMethod (ME_DIA_CROSS, pFuncList->pfSearchMethod[BLOCK_16x16])) { in PreprocessSliceCoding()
2747 if (!SetMeMethod (ME_DIA_CROSS_FME, pFuncList->pfSearchMethod[BLOCK_8x8])) { in PreprocessSliceCoding()
Dsvc_motion_estimate.cpp176 pFuncList->pfSearchMethod[pMe->uiBlockSize] (pFuncList, pMe, pSlice, kiStrideEnc, kiStrideRef); in WelsMotionEstimateSearch()