Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dsvc_base_layer_md.cpp1016 pFunc->pfMotionSearch[0] (pFunc, pCurLayer, pMe16x16, pSlice); in WelsMdP16x16()
1046 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe16x8, pSlice); in WelsMdP16x8()
1074 pFunc->pfMotionSearch[0] (pFunc, pCurLayer, sMe8x16, pSlice); in WelsMdP8x16()
1112 pFunc->pfMotionSearch[pWelsMd->iBlock8x8StaticIdc[i]] (pFunc, pCurDqLayer, sMe8x8, pSlice); in WelsMdP8x8()
1152 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe4x4, pSlice); in WelsMdP4x4()
1191 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe8x4, pSlice); in WelsMdP8x4()
1231 pFunc->pfMotionSearch[0] (pFunc, pCurDqLayer, sMe4x8, pSlice); in WelsMdP4x8()
Dencoder_ext.cpp2676 pFuncList->pfMotionSearch[i] = WelsMotionEstimateSearch; in PreprocessSliceCoding()
2715 pFuncList->pfMotionSearch[NO_STATIC] = WelsMotionEstimateSearch; in PreprocessSliceCoding()
2716 pFuncList->pfMotionSearch[COLLOCATED_STATIC] = WelsMotionEstimateSearchStatic; in PreprocessSliceCoding()
2717 pFuncList->pfMotionSearch[SCROLLED_STATIC] = WelsMotionEstimateSearchScrolled; in PreprocessSliceCoding()
/third_party/openh264/codec/encoder/core/inc/
Dwels_func_ptr_def.h225pfMotionSearch[BLOCK_STATIC_IDC_ALL]; //svc_encode_slice.c svc_mode_decision.c svc_enhance_layer_m… member