Lines Matching defs:ref
35 AVFrame *ref;
274 AVFrame * const ref = a->ref;
297 qpeg_decode_inter(a, outdata, p->linesize[0], avctx->width, avctx->height, delta, ctable, ref->data[0]);
304 av_frame_unref(ref);
305 if ((ret = av_frame_ref(ref, p)) < 0)
321 av_frame_unref(a->ref);
334 av_frame_free(&a->ref);
345 a->ref = av_frame_alloc();
346 if (!a->ref)