Lines Matching defs:off
360 int off = 0, stride = 1, width, shift, ret = 0;
417 off = av_clip(s->cur_scan - 1, 0, stride - 1);
419 cur += off;
423 ret = ls_decode_line(state, s, last, cur, t, width, stride, off, 8);
426 ret = ls_decode_line(state, s, last, cur, t, width, stride, off, 16);
487 for (x = off; x + 2 < w; x += 3) {
493 for (x = off; x + 2 < w; x += 3) {
499 for (x = off; x + 2 < w; x += 3) {
507 for (x = off; x + 2 < w; x += 3) {
532 for (x = off; x < w; x += stride)