Searched refs:ChooseMode (Results 1 – 3 of 3) sorted by relevance
243 void (*ChooseMode)(UChar *Mode, UChar *cur, Int lx, Int min_SAD); member
152 void (*ChooseMode)(UChar*, UChar*, Int, Int) = video->functionPointer->ChooseMode; in MotionEstimation() local311 (*ChooseMode)(mode_mb, cur, width, ((sad8 < sad16) ? sad8 : sad16)); in MotionEstimation()
1085 video->functionPointer->ChooseMode = &ChooseMode_C; in PVInitVideoEncoder()