Searched refs:TransformColorRed (Results 1 - 3 of 3) sorted by relevance

/external/webp/src/dsp/
H A Dlossless_enc_mips_dsp_r2.c217 static WEBP_INLINE uint8_t TransformColorRed(uint8_t green_to_red, function
254 ++histo[TransformColorRed(green_to_red, *p_argb)];
H A Dlossless_enc.c768 static WEBP_INLINE uint8_t TransformColorRed(uint8_t green_to_red, function
802 ++histo[TransformColorRed(green_to_red, argb[x])];
/external/opencv3/3rdparty/libwebp/dsp/
H A Dlossless.c828 static WEBP_INLINE uint8_t TransformColorRed(uint8_t green_to_red, function
912 ++histo[TransformColorRed(green_to_red, argb[ix])]; // red.

Completed in 186 milliseconds