Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmotion_est.c573 static inline int h263_mv4_search(MpegEncContext *s, int mx, int my, int shift) in h263_mv4_search() function
991 if(h263_mv4_search(s, mx, my, shift) < INT_MAX) in ff_estimate_p_frame_motion()
1012 int dmin4= h263_mv4_search(s, mx, my, shift); in ff_estimate_p_frame_motion()