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()
178 int green_to_blue, in CollectColorBlueTransforms_MIPSdspR2() argument
182 const int gtb = (green_to_blue << 16) | (green_to_blue & 0xffff); in CollectColorBlueTransforms_MIPSdspR2()
215 ++histo[TransformColorBlue(green_to_blue, red_to_blue, *p_argb)]; in CollectColorBlueTransforms_MIPSdspR2()
Dlossless.h132 int green_to_blue, int red_to_blue, int histo[]);
150 int green_to_blue, int red_to_blue,
Dlossless_enc_sse2.c86 int green_to_blue, int red_to_blue, in CollectColorBlueTransforms_SSE2() argument
92 0, CST_5b(green_to_blue), 0, CST_5b(green_to_blue), in CollectColorBlueTransforms_SSE2()
93 0, CST_5b(green_to_blue), 0, CST_5b(green_to_blue)); in CollectColorBlueTransforms_SSE2()
130 green_to_blue, red_to_blue, histo); in CollectColorBlueTransforms_SSE2()
Dlossless_enc.c544 static WEBP_INLINE uint8_t TransformColorBlue(uint8_t green_to_blue, in TransformColorBlue() argument
550 new_blue -= ColorTransformDelta(green_to_blue, green); in TransformColorBlue()
569 int green_to_blue, int red_to_blue, in VP8LCollectColorBlueTransforms_C() argument
574 ++histo[TransformColorBlue(green_to_blue, red_to_blue, argb[x])]; in VP8LCollectColorBlueTransforms_C()
/external/webp/src/enc/
Dpredictor_enc.c594 int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256]) { in GetPredictionCostCrossColorBlue() argument
599 green_to_blue, red_to_blue, histo); in GetPredictionCostCrossColorBlue()
602 if ((uint8_t)green_to_blue == prev_x.green_to_blue_) { in GetPredictionCostCrossColorBlue()
605 if ((uint8_t)green_to_blue == prev_y.green_to_blue_) { in GetPredictionCostCrossColorBlue()
614 if (green_to_blue == 0) { in GetPredictionCostCrossColorBlue()