Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dio.c552 const int is_rgb = WebPIsRGBMode(colorspace); in CustomSetup() local
566 const int ok = is_rgb ? InitRGBRescaler(io, p) : InitYUVRescaler(io, p); in CustomSetup()
571 if (is_rgb) { in CustomSetup()
596 : is_rgb ? EmitAlphaRGB in CustomSetup()
598 if (is_rgb) { in CustomSetup()
604 if (is_rgb) { 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
515 is_rgb = 1; in merge_presub_sources()
520 is_rgb = 0; in merge_presub_sources()
543 free_source = rc_pair_alloc_source(dst_full, is_rgb, is_alpha, in merge_presub_sources()
558 free_source = rc_pair_alloc_source(dst_full, is_rgb, in merge_presub_sources()