Searched refs:rawimg_alpha (Results 1 – 1 of 1) sorted by relevance
71 struct vpx_image rawimg_alpha; member380 av_freep(&ctx->rawimg_alpha.planes[VPX_PLANE_U]); in vpx_free()381 av_freep(&ctx->rawimg_alpha.planes[VPX_PLANE_V]); in vpx_free()1545 struct vpx_image *rawimg_alpha = &ctx->rawimg_alpha; in realloc_alpha_uv() local1546 unsigned char **planes = rawimg_alpha->planes; in realloc_alpha_uv()1547 int *stride = rawimg_alpha->stride; in realloc_alpha_uv()1551 width != (int)rawimg_alpha->d_w || in realloc_alpha_uv()1552 height != (int)rawimg_alpha->d_h) { in realloc_alpha_uv()1556 vpx_img_wrap(rawimg_alpha, VPX_IMG_FMT_I420, width, height, 1, in realloc_alpha_uv()1575 struct vpx_image *rawimg_alpha = NULL; in vpx_encode() local[all …]