Lines Matching refs:my_ptr
51 int *mx_ptr, int *my_ptr, int dmin,
57 const int my = *my_ptr;
72 *my_ptr = 0;
150 *my_ptr = by;
156 int *mx_ptr, int *my_ptr, int dmin,
161 (*my_ptr) *= 2;
208 int *mx_ptr, int *my_ptr, int dmin,
214 const int my = *my_ptr;
234 *my_ptr = 0;
351 *my_ptr = by;
354 *my_ptr =4*my;
860 static av_always_inline int epzs_motion_search_internal(MpegEncContext * s, int *mx_ptr, int *my_ptr,
914 *my_ptr= 0;
971 *my_ptr= best[1];
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],
1045 *my_ptr= best[1];