Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlibvpxenc.c88 struct FrameListData *alpha_coded_frame_list; member
446 free_frame_list(ctx->alpha_coded_frame_list); in vpx_free()
1773 queue_frames(avctx, &ctx->encoder_alpha, &ctx->alpha_coded_frame_list, NULL); in vpx_encode()
1775 if (ctx->coded_frame_list && ctx->alpha_coded_frame_list) { in vpx_encode()
1777 struct FrameListData *alpha_cx_frame = ctx->alpha_coded_frame_list; in vpx_encode()
1784 ctx->alpha_coded_frame_list = alpha_cx_frame->next; in vpx_encode()

Completed in 4 milliseconds