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

  /external/webp/src/dec/
io_dec.c 550 const int is_rgb = WebPIsRGBMode(colorspace); local
564 const int ok = is_rgb ? InitRGBRescaler(io, p) : InitYUVRescaler(io, p);
569 if (is_rgb) {
593 : is_rgb ? EmitAlphaRGB
595 if (is_rgb) {
601 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...]
  /external/webp/src/enc/
picture_csp_enc.c 844 const int is_rgb = (r_ptr < b_ptr); // otherwise it's bgr local
    [all...]

Completed in 105 milliseconds