Searched refs:color_code (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c831 static WEBP_INLINE void ColorCodeToMultipliers(uint32_t color_code, argument
833 m->green_to_red_ = (color_code >> 0) & 0xff;
834 m->green_to_blue_ = (color_code >> 8) & 0xff;
835 m->red_to_blue_ = (color_code >> 16) & 0xff;
/external/webp/src/dsp/
H A Dlossless.c822 static WEBP_INLINE void ColorCodeToMultipliers(uint32_t color_code, argument
824 m->green_to_red_ = (color_code >> 0) & 0xff;
825 m->green_to_blue_ = (color_code >> 8) & 0xff;
826 m->red_to_blue_ = (color_code >> 16) & 0xff;

Completed in 253 milliseconds