Home
last modified time | relevance | path

Searched refs:TransformColorBlue (Results 1 – 2 of 2) 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
215 ++histo[TransformColorBlue(green_to_blue, red_to_blue, *p_argb)]; in CollectColorBlueTransforms_MIPSdspR2()
Dlossless_enc.c544 static WEBP_INLINE uint8_t TransformColorBlue(uint8_t green_to_blue, in TransformColorBlue() function
574 ++histo[TransformColorBlue(green_to_blue, red_to_blue, argb[x])]; in VP8LCollectColorBlueTransforms_C()