Searched refs:red_to_blue (Results 1 – 1 of 1) sorted by relevance
891 uint8_t red_to_blue, in TransformColorBlue() argument897 new_blue -= ColorTransformDelta(red_to_blue, red); in TransformColorBlue()979 int green_to_blue, int red_to_blue, const int accumulated_blue_histo[256], in GetPredictionCostCrossColorBlue() argument988 ++histo[TransformColorBlue(green_to_blue, red_to_blue, argb[ix])]; in GetPredictionCostCrossColorBlue()998 if ((uint8_t)red_to_blue == prev_x.red_to_blue_) { in GetPredictionCostCrossColorBlue()1001 if ((uint8_t)red_to_blue == prev_y.red_to_blue_) { in GetPredictionCostCrossColorBlue()1007 if (red_to_blue == 0) { in GetPredictionCostCrossColorBlue()1037 int red_to_blue; in GetBestGreenRedToBlue() local1038 for (red_to_blue = min_red_to_blue; in GetBestGreenRedToBlue()1039 red_to_blue <= max_red_to_blue && in GetBestGreenRedToBlue()[all …]