Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlibvpxenc.c80 struct vpx_image rawimg_alpha; member
440 av_freep(&ctx->rawimg_alpha.planes[VPX_PLANE_U]); in vpx_free()
441 av_freep(&ctx->rawimg_alpha.planes[VPX_PLANE_V]); in vpx_free()
1575 struct vpx_image *rawimg_alpha = &ctx->rawimg_alpha; in realloc_alpha_uv() local
1576 unsigned char **planes = rawimg_alpha->planes; in realloc_alpha_uv()
1577 int *stride = rawimg_alpha->stride; in realloc_alpha_uv()
1581 width != (int)rawimg_alpha->d_w || in realloc_alpha_uv()
1582 height != (int)rawimg_alpha->d_h) { in realloc_alpha_uv()
1586 vpx_img_wrap(rawimg_alpha, VPX_IMG_FMT_I42 in realloc_alpha_uv()
1605 struct vpx_image *rawimg_alpha = NULL; vpx_encode() local
[all...]

Completed in 3 milliseconds