Searched refs:best_cur_score (Results 1 – 1 of 1) sorted by relevance
664 score_t best_cur_score = MAX_COST; in TrellisQuantizeBlock() local692 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()