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.c1187 score_t best_i4_score = MAX_COST; in RefineUsingDistortion() local
1196 if (score < best_i4_score) { in RefineUsingDistortion()
1198 best_i4_score = score; in RefineUsingDistortion()
1203 score_i4 += best_i4_score; in RefineUsingDistortion()