Home | History | Annotate | Download | only in encoder

Lines Matching refs:best_idx

679   int idx, best_idx = -1;
717 best_idx = idx;
746 best_idx = 4;
755 if (best_idx < 4 && best_idx >= 0) {
756 br += search_step[best_idx].row;
757 bc += search_step[best_idx].col;
758 } else if (best_idx == 4) {
763 if (iters_per_step > 1 && best_idx != -1)
771 best_idx = -1;