rdopt.c | 663 int this_rd; local 681 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion); 683 if (this_rd < best_rd) 688 best_rd = this_rd; 778 int this_rd; local 797 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion); 799 if (this_rd < best_rd) 802 best_rd = this_rd; 884 int this_rd; local 909 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion) 1161 int this_rd; local 2019 int this_rd = INT_MAX; local 2521 int this_rd = INT_MAX; local [all...] |