Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmss2.c605 FFSWAP(uint8_t *, c->pal_pic, c->last_pal_pic); in mss2_decode_frame()
812 av_freep(&ctx->c.last_pal_pic); in mss2_decode_end()
829 c->last_pal_pic = av_mallocz(c->pal_stride * avctx->height); in mss2_decode_init()
830 if (!c->pal_pic || !c->last_pal_pic || !ctx->last_pic) { in mss2_decode_init()
H A Dmss12.h81 uint8_t *last_pal_pic; member
H A Dmss12.c337 c->last_pal_pic + j * c->pal_stride + x, in copy_rectangles()
358 src = c->last_pal_pic + x + y * c->pal_stride; in motion_compensation()

Completed in 3 milliseconds