Lines Matching defs:best
375 int score[4] = { 0, 0, 0, 0 }, best;
406 best = 0;
443 best = score[1] <= score[0];
449 if (score[2] < score[best] && mx == 0 && my == 0) {
450 best = 2;
456 if (best == 1) {
473 s->rd_total += score[best];
475 if (best != 2)
477 ff_copy_bits(&s->pb, reorder_buffer[best][i],
478 count[best][i]);
479 if (best == 0)