Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpredictor_enc.c638 int red_to_blue_best = 0; in GetBestGreenRedToBlue() local
643 green_to_blue_best, red_to_blue_best, accumulated_blue_histo); in GetBestGreenRedToBlue()
650 const int red_to_blue_cur = offset[axis][1] * delta + red_to_blue_best; in GetBestGreenRedToBlue()
657 red_to_blue_best = red_to_blue_cur; in GetBestGreenRedToBlue()
664 if (delta == 2 && green_to_blue_best == 0 && red_to_blue_best == 0) { in GetBestGreenRedToBlue()
670 best_tx->red_to_blue_ = red_to_blue_best & 0xff; in GetBestGreenRedToBlue()