Lines Matching defs:mx
91 * @param mx the x component of the predicted motion vector
98 int *const mx, int *const my)
122 *mx = mid_pred(A[0], B[0], C[0]);
126 *mx = A[0];
129 *mx = B[0];
132 *mx = C[0];
139 *mx = A[0];
142 *mx = mid_pred(A[0], B[0], C[0]);
150 A[0], A[1], ref, *mx, *my, sl->mb_x, sl->mb_y, n, list);
156 * @param mx the x component of the predicted motion vector
162 int *const mx, int *const my)
172 *mx = B[0];
184 *mx = A[0];
191 pred_motion(h, sl, n, 4, list, ref, mx, my);
197 * @param mx the x component of the predicted motion vector
203 int *const mx, int *const my)
213 *mx = A[0];
227 *mx = C[0];
234 pred_motion(h, sl, n, 2, list, ref, mx, my);
263 int top_ref, left_ref, diagonal_ref, match_count, mx, my;
329 mx = mid_pred(A[0], B[0], C[0]);
333 mx = A[0];
336 mx = B[0];
339 mx = C[0];
343 mx = mid_pred(A[0], B[0], C[0]);
347 fill_rectangle(sl->mv_cache[0][scan8[0]], 4, 4, 8, pack16to32(mx, my), 4);