Searched refs:mx_ptr (Results 1 – 6 of 6) 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() 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 …]
|
D | motion_est.h | 96 int *mx_ptr, int *my_ptr, int dmin, 119 int ff_epzs_motion_search(struct MpegEncContext *s, int *mx_ptr, int *my_ptr,
|
D | msmpeg4.h | 62 void ff_msmpeg4_decode_motion(MpegEncContext * s, int *mx_ptr, int *my_ptr);
|
D | wmv2dec.c | 281 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()
|
D | msmpeg4dec.c | 831 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()
|
D | motion_est.c | 51 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()
|