HomeSort by relevance Sort by last modified time
    Searched refs:this_rd (Results 1 - 3 of 3) 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;
702 int this_rd = INT_MAX local
1187 int this_rd = 0; local
1254 int this_rd; local
    [all...]
rdopt.c 668 int this_rd; local
686 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
688 if (this_rd < best_rd)
693 best_rd = this_rd;
783 int this_rd; local
802 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
804 if (this_rd < best_rd)
807 best_rd = this_rd;
889 int this_rd; local
914 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion)
1166 int this_rd; local
2023 int this_rd = INT_MAX; local
2534 int this_rd = INT_MAX; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1038 int64_t this_rd; local
1165 int64_t d = INT64_MAX, this_rd = INT64_MAX; local
1217 int64_t this_distortion, this_rd; local
1328 int64_t best_rd = INT64_MAX, this_rd; local
1369 int64_t this_rd; local
2640 int64_t this_rd = 0; local
3212 int64_t this_rd = INT64_MAX; local
    [all...]

Completed in 33 milliseconds