Home
last modified time | relevance | path

Searched refs:green_to_blue (Results 1 – 5 of 5) 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() argument
169 new_blue -= ColorTransformDelta(green_to_blue, green); in TransformColorBlue()
176 int green_to_blue, int red_to_blue, in CollectColorBlueTransforms() argument
179 const int gtb = (green_to_blue << 16) | (green_to_blue & 0xffff); in CollectColorBlueTransforms()
212 ++histo[TransformColorBlue(green_to_blue, red_to_blue, *p_argb)]; in CollectColorBlueTransforms()
Dlossless.h132 int green_to_blue, int red_to_blue, int histo[]);
150 int green_to_blue, int red_to_blue,
Dlossless_enc.c542 static WEBP_INLINE uint8_t TransformColorBlue(uint8_t green_to_blue, in TransformColorBlue() argument
548 new_blue -= ColorTransformDelta(green_to_blue, green); in TransformColorBlue()
567 int green_to_blue, int red_to_blue, in VP8LCollectColorBlueTransforms_C() argument
572 ++histo[TransformColorBlue(green_to_blue, red_to_blue, argb[x])]; in VP8LCollectColorBlueTransforms_C()
Dlossless_enc_sse2.c85 int green_to_blue, int red_to_blue, in CollectColorBlueTransforms() argument
91 0, CST_5b(green_to_blue), 0, CST_5b(green_to_blue), in CollectColorBlueTransforms()
92 0, CST_5b(green_to_blue), 0, CST_5b(green_to_blue)); in CollectColorBlueTransforms()
129 green_to_blue, red_to_blue, histo); in CollectColorBlueTransforms()
/external/webp/src/enc/
Dpredictor_enc.c574 int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256]) { in GetPredictionCostCrossColorBlue() argument
579 green_to_blue, red_to_blue, histo); in GetPredictionCostCrossColorBlue()
582 if ((uint8_t)green_to_blue == prev_x.green_to_blue_) { in GetPredictionCostCrossColorBlue()
585 if ((uint8_t)green_to_blue == prev_y.green_to_blue_) { in GetPredictionCostCrossColorBlue()
594 if (green_to_blue == 0) { in GetPredictionCostCrossColorBlue()