/external/chromium_org/third_party/libwebp/dec/ |
io.c | 541 const int is_rgb = WebPIsRGBMode(colorspace); local 553 const int ok = is_rgb ? InitRGBRescaler(io, p) : InitYUVRescaler(io, p); 558 if (is_rgb) { 582 : is_rgb ? EmitAlphaRGB 587 if (is_rgb) {
|
/external/webp/src/dec/ |
io.c | 541 const int is_rgb = WebPIsRGBMode(colorspace); local 553 const int ok = is_rgb ? InitRGBRescaler(io, p) : InitYUVRescaler(io, p); 558 if (is_rgb) { 582 : is_rgb ? EmitAlphaRGB 587 if (is_rgb) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_pair_schedule.c | 507 unsigned int srcp_src, srcp_regs, is_rgb, is_alpha; local 515 is_rgb = 1; 520 is_rgb = 0; 543 free_source = rc_pair_alloc_source(dst_full, is_rgb, is_alpha, 558 free_source = rc_pair_alloc_source(dst_full, is_rgb, [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_pair_schedule.c | 507 unsigned int srcp_src, srcp_regs, is_rgb, is_alpha; local 515 is_rgb = 1; 520 is_rgb = 0; 543 free_source = rc_pair_alloc_source(dst_full, is_rgb, is_alpha, 558 free_source = rc_pair_alloc_source(dst_full, is_rgb, [all...] |