Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlibvpxdec.c224 struct vpx_image *img, *img_alpha; in vpx_decode() local
266 (img_alpha = vpx_codec_get_frame(&ctx->decoder_alpha, &iter_alpha)))) { in vpx_decode()
291 (img->d_w != img_alpha->d_w || in vpx_decode()
292 img->d_h != img_alpha->d_h || in vpx_decode()
293 img->bit_depth != img_alpha->bit_depth)) { in vpx_decode()
297 img_alpha->d_w, img_alpha->d_h, img_alpha->bit_depth); in vpx_decode()
305 ctx->has_alpha_channel ? img_alpha->planes[VPX_PLANE_Y] : NULL; in vpx_decode()
310 ctx->has_alpha_channel ? img_alpha in vpx_decode()
[all...]

Completed in 1 milliseconds