Home | History | Annotate | Download | only in encoder

Lines Matching refs:this_rd

627         int this_rd;
644 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
646 if (this_rd < best_rd)
651 best_rd = this_rd;
741 int this_rd;
755 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
757 if (this_rd < best_rd)
760 best_rd = this_rd;
818 int this_rd;
833 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
835 if (this_rd < best_rd)
837 best_rd = this_rd;
1094 int this_rd;
1236 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
1238 if (this_rd < best_label_rd)
1244 best_label_rd = this_rd;
1858 int this_rd = INT_MAX;
1994 this_rd = INT_MAX;
2025 this_rd = INT_MAX;
2281 this_rd = RDCOST(x->rdmult, x->rddiv, rate2,
2356 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, distortion2);
2360 //all_rds[mode_index] = this_rd;
2364 if ((x->e_mbd.mode_info_context->mbmi.ref_frame == INTRA_FRAME) && (this_rd < *returnintra))
2366 *returnintra = this_rd ;
2370 if (this_rd < best_rd || x->skip)
2389 best_rd = this_rd;