Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmotion_est_template.c51 int *mx_ptr, int *my_ptr, int dmin, in hpel_motion_search() argument
56 const int mx = *mx_ptr; in hpel_motion_search()
71 *mx_ptr = 0; in hpel_motion_search()
149 *mx_ptr = bx; in hpel_motion_search()
156 int *mx_ptr, int *my_ptr, int dmin, in no_sub_motion_search() argument
160 (*mx_ptr) *= 2; in no_sub_motion_search()
208 int *mx_ptr, int *my_ptr, int dmin, in qpel_motion_search() argument
213 const int mx = *mx_ptr; in qpel_motion_search()
233 *mx_ptr = 0; in qpel_motion_search()
350 *mx_ptr = bx; in qpel_motion_search()
[all …]
Dmotion_est.h96 int *mx_ptr, int *my_ptr, int dmin,
119 int ff_epzs_motion_search(struct MpegEncContext *s, int *mx_ptr, int *my_ptr,
Dmsmpeg4.h62 void ff_msmpeg4_decode_motion(MpegEncContext * s, int *mx_ptr, int *my_ptr);
Dwmv2dec.c281 static inline void wmv2_decode_motion(Wmv2Context *w, int *mx_ptr, int *my_ptr) in wmv2_decode_motion() argument
285 ff_msmpeg4_decode_motion(s, mx_ptr, my_ptr); in wmv2_decode_motion()
287 if ((((*mx_ptr) | (*my_ptr)) & 1) && s->mspel) in wmv2_decode_motion()
Dmsmpeg4dec.c831 void ff_msmpeg4_decode_motion(MpegEncContext *s, int *mx_ptr, int *my_ptr) in ff_msmpeg4_decode_motion() argument
847 mx += *mx_ptr - 32; in ff_msmpeg4_decode_motion()
859 *mx_ptr = mx; in ff_msmpeg4_decode_motion()
Dmotion_est.c51 int *mx_ptr, int *my_ptr, int dmin,
393 int *mx_ptr, int *my_ptr, int dmin, in sad_hpel_motion_search() argument
407 *mx_ptr = 0; in sad_hpel_motion_search()
414 mx = *mx_ptr; in sad_hpel_motion_search()
492 *mx_ptr = mx; in sad_hpel_motion_search()