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 | msmpeg4dec.h | 39 void ff_msmpeg4_decode_motion(MpegEncContext * s, int *mx_ptr, int *my_ptr);
|
D | wmv2dec.c | 350 static inline void wmv2_decode_motion(WMV2DecContext *w, int *mx_ptr, int *my_ptr) in wmv2_decode_motion() argument 354 ff_msmpeg4_decode_motion(s, mx_ptr, my_ptr); in wmv2_decode_motion() 356 if ((((*mx_ptr) | (*my_ptr)) & 1) && s->mspel) in wmv2_decode_motion()
|
D | msmpeg4dec.c | 835 void ff_msmpeg4_decode_motion(MpegEncContext *s, int *mx_ptr, int *my_ptr) in ff_msmpeg4_decode_motion() argument 851 mx += *mx_ptr - 32; in ff_msmpeg4_decode_motion() 863 *mx_ptr = mx; in ff_msmpeg4_decode_motion()
|
D | motion_est.c | 50 int *mx_ptr, int *my_ptr, int dmin, 395 int *mx_ptr, int *my_ptr, int dmin, in sad_hpel_motion_search() argument 409 *mx_ptr = 0; in sad_hpel_motion_search() 416 mx = *mx_ptr; in sad_hpel_motion_search() 494 *mx_ptr = mx; in sad_hpel_motion_search()
|