Searched defs:mx_ptr (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | motion_est_template.c | 51 int *mx_ptr, int *my_ptr, int dmin, in hpel_motion_search() 156 int *mx_ptr, int *my_ptr, int dmin, in no_sub_motion_search() 208 int *mx_ptr, int *my_ptr, int dmin, in qpel_motion_search() 860 static av_always_inline int epzs_motion_search_internal(MpegEncContext * s, int *mx_ptr, int *my_pt… in epzs_motion_search_internal() 977 int ff_epzs_motion_search(MpegEncContext *s, int *mx_ptr, int *my_ptr, in ff_epzs_motion_search() 994 int *mx_ptr, int *my_ptr, int P[10][2], in epzs_motion_search2()
|
D | wmv2dec.c | 281 static inline void wmv2_decode_motion(Wmv2Context *w, int *mx_ptr, int *my_ptr) in wmv2_decode_motion()
|
D | msmpeg4dec.c | 831 void ff_msmpeg4_decode_motion(MpegEncContext *s, int *mx_ptr, int *my_ptr) in ff_msmpeg4_decode_motion()
|
D | motion_est.c | 393 int *mx_ptr, int *my_ptr, int dmin, in sad_hpel_motion_search()
|