Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.c391 float best_diff = MAX_DIFF_COST; in GetBestPredictorForTile() local
425 if (cur_diff < best_diff) { in GetBestPredictorForTile()
426 best_diff = cur_diff; in GetBestPredictorForTile()
698 float best_diff = MAX_DIFF_COST; in GetBestColorTransformForTile() local
746 if (cur_diff < best_diff) { in GetBestColorTransformForTile()
747 best_diff = cur_diff; in GetBestColorTransformForTile()
751 best_diff = MAX_DIFF_COST; in GetBestColorTransformForTile()
793 if (cur_diff < best_diff) { in GetBestColorTransformForTile()
794 best_diff = cur_diff; in GetBestColorTransformForTile()