Searched refs:cur_diff_max (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c948 float cur_diff_max = MAX_DIFF_COST; local
958 cur_diff_max = GetPredictionCostCrossColorRed(
963 if (cur_diff_min < cur_diff_max) {
/external/webp/src/dsp/
H A Dlossless.c939 float cur_diff_max = MAX_DIFF_COST; local
949 cur_diff_max = GetPredictionCostCrossColorRed(
954 if (cur_diff_min < cur_diff_max) {

Completed in 134 milliseconds