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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Deacmv.c40 AVFrame *last2_frame; ///< second-last member in struct:CmvContext
52 s->last2_frame = av_frame_alloc();
53 if (!s->last_frame || !s->last2_frame) {
55 av_frame_free(&s->last2_frame);
115 if (s->last2_frame->data[0])
117 s->last2_frame->data[0], s->last2_frame->linesize[0],
148 av_frame_unref(s->last2_frame);
217 av_frame_unref(s->last2_frame);
218 av_frame_move_ref(s->last2_frame,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Deacmv.c39 AVFrame last2_frame; ///< second-last member in struct:CmvContext
100 if (s->last2_frame.data[0])
102 s->last2_frame.data[0], s->last2_frame.linesize[0],
168 if (s->last2_frame.data[0])
169 avctx->release_buffer(avctx, &s->last2_frame);
170 FFSWAP(AVFrame, s->last_frame, s->last2_frame);
205 if (s->last2_frame.data[0])
206 s->avctx->release_buffer(avctx, &s->last2_frame);

Completed in 28 milliseconds