Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibvpxdec.c221 struct vpx_image *img, *img_alpha; in vpx_decode() local
263 (img_alpha = vpx_codec_get_frame(&ctx->decoder_alpha, &iter_alpha)))) { in vpx_decode()
288 (img->d_w != img_alpha->d_w || in vpx_decode()
289 img->d_h != img_alpha->d_h || in vpx_decode()
290 img->bit_depth != img_alpha->bit_depth)) { in vpx_decode()
294 img_alpha->d_w, img_alpha->d_h, img_alpha->bit_depth); in vpx_decode()
302 ctx->has_alpha_channel ? img_alpha->planes[VPX_PLANE_Y] : NULL; in vpx_decode()
307 ctx->has_alpha_channel ? img_alpha->stride[VPX_PLANE_Y] : 0; in vpx_decode()
309 if (img->fb_priv && (!ctx->has_alpha_channel || img_alpha->fb_priv)) { in vpx_decode()
317 picture->buf[1] = av_buffer_ref(img_alpha->fb_priv); in vpx_decode()
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dmakefile.unix17 %.o: fuzz_utils.h img_alpha.h img_grid.h img_peak.h