Lines Matching defs:ref
254 const int *runend, const int *ref)
257 int run_off = *ref++;
271 run_off += *ref++;
275 run_off += *ref++;
335 run_off -= *--ref;
351 run_off += *ref++;
352 run_off += *ref++;
402 int *runs, *ref = NULL, *runend;
408 ref = av_malloc_array(runsize, sizeof(ref[0]));
409 if (!runs || !ref) {
413 ref[0] = avctx->width;
414 ref[1] = 0;
415 ref[2] = 0;
424 ref);
438 runend, ref);
446 put_line(dst, stride, avctx->width, ref);
449 FFSWAP(int *, runs, ref);
456 av_free(ref);