Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4lib_int.h243 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.cpp1085 video->functionPointer->ChooseMode = &ChooseMode_C; in PVInitVideoEncoder()