Lines Matching defs:mx_ptr
51 int *mx_ptr, int *my_ptr, int dmin,
56 const int mx = *mx_ptr;
71 *mx_ptr = 0;
149 *mx_ptr = bx;
156 int *mx_ptr, int *my_ptr, int dmin,
160 (*mx_ptr) *= 2;
208 int *mx_ptr, int *my_ptr, int dmin,
213 const int mx = *mx_ptr;
233 *mx_ptr = 0;
350 *mx_ptr = bx;
353 *mx_ptr =4*mx;
860 static av_always_inline int epzs_motion_search_internal(MpegEncContext * s, int *mx_ptr, int *my_ptr,
913 *mx_ptr= 0;
970 *mx_ptr= best[0];
977 int ff_epzs_motion_search(MpegEncContext *s, int *mx_ptr, int *my_ptr,
985 return epzs_motion_search_internal(s, mx_ptr, my_ptr, P, src_index, ref_index, last_mv, ref_mv_scale, 0, 0, 16);
987 // return epzs_motion_search_internal(s, mx_ptr, my_ptr, P, src_index, ref_index, last_mv, ref_mv_scale, FLAG_QPEL);
989 return epzs_motion_search_internal(s, mx_ptr, my_ptr, P, src_index, ref_index, last_mv, ref_mv_scale, c->flags, size, h);
994 int *mx_ptr, int *my_ptr, int P[10][2],
1044 *mx_ptr= best[0];