Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dquant.c483 score_t cur_score = MAX_COST; in TrellisQuantizeBlock() local
523 if (score < cur_score) { in TrellisQuantizeBlock()
524 cur_score = score; in TrellisQuantizeBlock()