Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.c890 static WEBP_INLINE uint8_t TransformColorBlue(uint8_t green_to_blue, in TransformColorBlue() argument
896 new_blue -= ColorTransformDelta(green_to_blue, green); in TransformColorBlue()
979 int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256], in GetPredictionCostCrossColorBlue() argument
988 ++histo[TransformColorBlue(green_to_blue, red_to_blue, argb[ix])]; in GetPredictionCostCrossColorBlue()
992 if ((uint8_t)green_to_blue == prev_x.green_to_blue_) { in GetPredictionCostCrossColorBlue()
995 if ((uint8_t)green_to_blue == prev_y.green_to_blue_) { in GetPredictionCostCrossColorBlue()
1004 if (green_to_blue == 0) { in GetPredictionCostCrossColorBlue()
1032 int green_to_blue; in GetBestGreenRedToBlue() local
1033 for (green_to_blue = min_green_to_blue; in GetBestGreenRedToBlue()
1034 green_to_blue <= max_green_to_blue && in GetBestGreenRedToBlue()
[all …]