Searched refs:pfMotionSearch (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | svc_base_layer_md.cpp | 1016 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()
|
D | encoder_ext.cpp | 2676 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/ |
D | wels_func_ptr_def.h | 225 …pfMotionSearch[BLOCK_STATIC_IDC_ALL]; //svc_encode_slice.c svc_mode_decision.c svc_enhance_layer_m… member
|