Searched refs:nonref (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsvq1dec.c66 int nonref; // 1 if the current frame won't be referenced member in struct:SVQ1Context
523 s->nonref = 0;
529 s->nonref = 1;
646 if ((avctx->skip_frame >= AVDISCARD_NONREF && s->nonref) ||
652 result = ff_get_buffer(avctx, cur, s->nonref ? 0 : AV_GET_BUFFER_FLAG_REF);
724 if (!s->nonref) {

Completed in 57 milliseconds