HomeSort by relevance Sort by last modified time
    Searched refs:is_rgb (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dec/
io.c 552 const int is_rgb = WebPIsRGBMode(colorspace); local
566 const int ok = is_rgb ? InitRGBRescaler(io, p) : InitYUVRescaler(io, p);
571 if (is_rgb) {
596 : is_rgb ? EmitAlphaRGB
598 if (is_rgb) {
604 if (is_rgb) {
  /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...]

Completed in 85 milliseconds