HomeSort by relevance Sort by last modified time
    Searched refs:this_rd (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 156 int this_rd; local
163 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
165 if (this_rd < best_rd)
169 best_rd = this_rd;
489 int this_rd; local
506 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, *distortion2);
518 this_rd = ((int64_t)this_rd) * rd_adj / 100;
522 return this_rd;
701 int this_rd = INT_MAX local
1186 int this_rd = 0; local
1253 int this_rd; local
    [all...]
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...]

Completed in 1945 milliseconds