Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc.c566 float best_diff = MAX_DIFF_COST; in GetBestPredictorForTile() local
600 if (cur_diff < best_diff) { in GetBestPredictorForTile()
604 best_diff = cur_diff; in GetBestPredictorForTile()
838 float best_diff = GetPredictionCostCrossColorRed( in GetBestGreenToRed() local
852 if (cur_diff < best_diff) { in GetBestGreenToRed()
853 best_diff = cur_diff; in GetBestGreenToRed()
922 float best_diff = GetPredictionCostCrossColorBlue( in GetBestGreenRedToBlue() local
935 if (cur_diff < best_diff) { in GetBestGreenRedToBlue()
936 best_diff = cur_diff; in GetBestGreenRedToBlue()
/external/opencv3/3rdparty/libwebp/dsp/
Dlossless.c534 float best_diff = MAX_DIFF_COST; in GetBestPredictorForTile() local
568 if (cur_diff < best_diff) { in GetBestPredictorForTile()
569 best_diff = cur_diff; in GetBestPredictorForTile()
881 float best_diff = MAX_DIFF_COST; in GetBestColorTransformForTile() local
925 if (cur_diff < best_diff) { in GetBestColorTransformForTile()
926 best_diff = cur_diff; in GetBestColorTransformForTile()
930 best_diff = MAX_DIFF_COST; in GetBestColorTransformForTile()
965 if (cur_diff < best_diff) { in GetBestColorTransformForTile()
966 best_diff = cur_diff; in GetBestColorTransformForTile()