Lines Matching defs:by
10 * License as published by the Free Software Foundation; either
1121 int i, a, b, c, j, by = y * 16, bx = x * 16;
1158 if (by + mvy + sy1 < 0 || bx + mvx + sx1 < 0 ||
1159 by + mvy + sy1 >= avctx->height || bx + mvx + sx1 >= avctx->width)
1162 for (i = 0; i < sy2 - sy1 && (by + sy1 + i) < avctx->height && (by + mvy + sy1 + i) < avctx->height; i++) {
1164 dst[(by + i + sy1) * linesize + bx + sx1 + j] = prev[(by + mvy + sy1 + i) * plinesize + bx + sx1 + mvx + j];
1168 int run, bx = x * 16 + sx1, by = y * 16 + sy1;
1174 for (; by < y * 16 + sy2 && by < avctx->height;) {
1202 dst, prev, linesize, plinesize, &bx, &by,