Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dquant_enc.c1276 score_t best_i4_score = MAX_COST; in RefineUsingDistortion() local
1285 if (score < best_i4_score) { in RefineUsingDistortion()
1287 best_i4_score = score; in RefineUsingDistortion()
1292 score_i4 += best_i4_score; in RefineUsingDistortion()