Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dsanm.c278 uint16_t *frm0, *frm1, *frm2; member
454 av_freep(&ctx->frm1); in destroy_buffers()
467 av_fast_padded_mallocz(&ctx->frm1, &ctx->frm1_size, ctx->buf_size); in init_buffers()
473 if (!ctx->frm0 || !ctx->frm1 || !ctx->frm2 || in init_buffers()
485 FFSWAP(uint16_t*, ctx->frm1, ctx->frm2); in rotate_bufs()
665 memset(ctx->frm1, 0, ctx->height * stride); in old_codec37()
671 memset(ctx->frm1, 0, ctx->frm1_size); in old_codec37()
867 uint8_t *prev1 = (uint8_t *)ctx->frm1; in old_codec47()
931 memcpy(ctx->frm0, ctx->frm1, ctx->pitch * ctx->height); in old_codec47()
1181 ctx->frm1 in codec2subblock()
[all...]
H A Dkmvc.c53 uint8_t frm0[320 * 200], frm1[320 * 200]; member
374 c->prev = c->frm1; in decode_init()

Completed in 4 milliseconds