Searched refs:best_cur_score (Results 1 – 1 of 1) sorted by relevance
663 score_t best_cur_score = MAX_COST; in TrellisQuantizeBlock() local691 if (score < best_cur_score) { in TrellisQuantizeBlock()692 best_cur_score = score; in TrellisQuantizeBlock()700 ss_cur[m].score = best_cur_score; in TrellisQuantizeBlock()707 const score_t score = best_cur_score + last_pos_score; in TrellisQuantizeBlock()