Lines Matching defs:by
10 * License as published by the Free Software Foundation; either
439 int i, j, by = y * 16, bx = x * 16;
450 if (by + mvy + sy1 < 0 || bx + mvx + sx1 < 0 ||
451 by + mvy + sy1 >= avctx->height || bx + mvx + sx1 >= avctx->width)
454 for (i = 0; i < sy2 - sy1 && (by + sy1 + i) < avctx->height && (by + mvy + sy1 + i) < avctx->height; i++) {
456 dst[(by + i + sy1) * linesize + bx + sx1 + j] = prev[(by + mvy + sy1 + i) * plinesize + bx + sx1 + mvx + j];
460 int run, bx = x * 16 + sx1, by = y * 16 + sy1;
466 for (; by < y * 16 + sy2 && by < avctx->height;) {
486 dst, prev, linesize, plinesize, &bx, &by,
598 // scale up each sample by 8