Home
last modified time | relevance | path

Searched refs:is_alpha (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dec/
Dio.c520 const int is_alpha = WebPIsAlphaMode(colorspace); in CustomSetup() local
526 if (!WebPIoInitFromOptions(p->options, io, is_alpha ? MODE_YUV : MODE_YUVA)) { in CustomSetup()
529 if (is_alpha && WebPIsPremultipliedMode(colorspace)) { in CustomSetup()
558 if (is_alpha) { // need transparency output in CustomSetup()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c507 unsigned int srcp_src, srcp_regs, is_rgb, is_alpha; in merge_presub_sources() local
516 is_alpha = 0; in merge_presub_sources()
521 is_alpha = 1; in merge_presub_sources()
543 free_source = rc_pair_alloc_source(dst_full, is_rgb, is_alpha, in merge_presub_sources()
559 is_alpha, temp.File, temp.Index); in merge_presub_sources()
/external/opencv3/3rdparty/libwebp/dec/
Dio.c542 const int is_alpha = WebPIsAlphaMode(colorspace); in CustomSetup() local
548 if (!WebPIoInitFromOptions(p->options, io, is_alpha ? MODE_YUV : MODE_YUVA)) { in CustomSetup()
577 if (is_alpha) { // need transparency output in CustomSetup()