Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc_mips_dsp_r2.c163 static WEBP_INLINE uint8_t TransformColorBlue(uint8_t green_to_blue, in TransformColorBlue() function
212 ++histo[TransformColorBlue(green_to_blue, red_to_blue, *p_argb)]; in CollectColorBlueTransforms()
Dlossless_enc.c776 static WEBP_INLINE uint8_t TransformColorBlue(uint8_t green_to_blue, in TransformColorBlue() function
868 ++histo[TransformColorBlue(green_to_blue, red_to_blue, argb[x])]; in VP8LCollectColorBlueTransforms_C()
/external/opencv3/3rdparty/libwebp/dsp/
Dlossless.c836 static WEBP_INLINE uint8_t TransformColorBlue(uint8_t green_to_blue, in TransformColorBlue() function
942 ++histo[TransformColorBlue(green_to_blue, red_to_blue, argb[ix])]; in GetBestColorTransformForTile()