Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4lib_int.h245 void (*ChooseMode)(UChar *Mode, UChar *cur, Int lx, Int min_SAD); member
Dmotion_est.cpp152 void (*ChooseMode)(UChar*, UChar*, Int, Int) = video->functionPointer->ChooseMode; in MotionEstimation() local
311 (*ChooseMode)(mode_mb, cur, width, ((sad8 < sad16) ? sad8 : sad16)); in MotionEstimation()
Dmp4enc_api.cpp1052 video->functionPointer->ChooseMode = &ChooseMode_C; in PVInitVideoEncoder()