Home
last modified time | relevance | path

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

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