Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dquant_enc.c664 score_t best_cur_score = MAX_COST; in TrellisQuantizeBlock() local
692 if (score < best_cur_score) { in TrellisQuantizeBlock()
693 best_cur_score = score; in TrellisQuantizeBlock()
701 ss_cur[m].score = best_cur_score; in TrellisQuantizeBlock()
708 const score_t score = best_cur_score + last_pos_score; in TrellisQuantizeBlock()