Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dkgv1dec.c36 uint16_t *last_frame_buffer; member
44 av_freep(&c->last_frame_buffer); in decode_flush()
70 av_freep(&c->last_frame_buffer); in decode_frame()
77 c->last_frame_buffer = av_mallocz(avctx->width * avctx->height * 2); in decode_frame()
78 if (!c->frame_buffer || !c->last_frame_buffer) { in decode_frame()
89 prev = (uint8_t*)c->last_frame_buffer; in decode_frame()
159 FFSWAP(uint16_t *, c->frame_buffer, c->last_frame_buffer); in decode_frame()
H A D4xm.c143 uint16_t *last_frame_buffer; member
364 start = f->last_frame_buffer; in decode_p_block()
443 src = f->last_frame_buffer; in decode_p_frame()
965 FFSWAP(uint16_t *, f->frame_buffer, f->last_frame_buffer); in decode_frame()
980 av_freep(&f->last_frame_buffer); in decode_end()
1012 f->last_frame_buffer = av_mallocz(avctx->width * avctx->height * 2); in decode_init()
1013 if (!f->frame_buffer || !f->last_frame_buffer) in decode_init()

Completed in 2 milliseconds