Lines Matching defs:my
92 * @param my the y component of the predicted motion vector
98 int *const mx, int *const my)
123 *my = mid_pred(A[1], B[1], C[1]);
127 *my = A[1];
130 *my = B[1];
133 *my = C[1];
140 *my = A[1];
143 *my = mid_pred(A[1], B[1], C[1]);
150 A[0], A[1], ref, *mx, *my, sl->mb_x, sl->mb_y, n, list);
157 * @param my the y component of the predicted motion vector
162 int *const mx, int *const my)
173 *my = B[1];
185 *my = A[1];
191 pred_motion(h, sl, n, 4, list, ref, mx, my);
198 * @param my the y component of the predicted motion vector
203 int *const mx, int *const my)
214 *my = A[1];
228 *my = C[1];
234 pred_motion(h, sl, n, 2, list, ref, mx, my);
263 int top_ref, left_ref, diagonal_ref, match_count, mx, my;
330 my = mid_pred(A[1], B[1], C[1]);
334 my = A[1];
337 my = B[1];
340 my = C[1];
344 my = mid_pred(A[1], B[1], C[1]);
347 fill_rectangle(sl->mv_cache[0][scan8[0]], 4, 4, 8, pack16to32(mx, my), 4);