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

  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 192 int this_rd; local
199 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
201 if (this_rd < best_rd) {
204 best_rd = this_rd;
469 int this_rd; local
486 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, *distortion2);
503 this_rd = (int)(((int64_t)this_rd) * rd_adj / 100);
507 return this_rd;
768 int this_rd = INT_MAX local
1245 int this_rd = 0; local
1309 int this_rd; local
    [all...]
rdopt.c 548 int this_rd; local
566 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
568 if (this_rd < best_rd) {
572 best_rd = this_rd;
653 int this_rd; local
668 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
670 if (this_rd < best_rd) {
672 best_rd = this_rd;
756 int this_rd; local
779 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion)
999 int this_rd; local
1819 int this_rd = INT_MAX; local
2288 int this_rd = INT_MAX; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 74 int64_t this_rd; member in struct:rdcost_block_args
745 if (args->this_rd + rd > args->best_rd) {
768 args->this_rd += rd;
770 if (args->this_rd > args->best_rd) {
978 int64_t this_rd; local
1080 int64_t this_rd; local
1196 int64_t d = INT64_MAX, this_rd = INT64_MAX; local
1245 int64_t this_distortion, this_rd; local
1349 int64_t best_rd = INT64_MAX, this_rd; local
3339 int64_t this_rd = INT64_MAX; local
3852 int64_t this_rd = INT64_MAX; local
4012 int64_t this_rd = INT64_MAX; local
    [all...]
vp9_pickmode.c 2661 int64_t this_rd = 0; local
    [all...]
vp9_encodeframe.c 3393 const int64_t this_rd = pc_tree->split[i]->none.rdcost; local
    [all...]
  /external/libaom/libaom/av1/encoder/
rdopt.c 192 int64_t this_rd; member in struct:rdcost_block_args
3608 int64_t this_rd; local
3696 int64_t this_rd = RDCOST(x->rdmult, s0, 0); local
4197 int64_t temp_sse, this_rd; local
4324 int64_t this_rd = RDCOST(x->rdmult, this_rate, tokenonly_rd_stats.dist); local
4491 int64_t this_rd, this_model_rd; local
4543 int64_t this_rd, this_model_rd; local
4600 const int64_t this_rd = calc_rd_given_intra_angle( local
4780 const int64_t this_rd = RDCOST(x->rdmult, this_rate, rd_stats.dist); local
4843 int64_t this_distortion, this_rd, this_model_rd; local
4940 int64_t this_rd = 0, skip_rd = 0; local
5433 int64_t this_rd = RDCOST(x->rdmult, s0, 0); local
5552 int64_t this_rd = 0; local
5588 int64_t this_rd = 0; local
6100 int64_t this_rd; local
6244 int64_t this_rd; local
6273 int64_t this_rd, best_rd_in, rd_cost[2 * (MAX_ANGLE_DELTA + 2)]; local
6399 int64_t this_rd = local
6458 int64_t best_rd = INT64_MAX, this_rd; local
11599 int64_t distortion2 = 0, best_rd_palette = search_state->best_rd, this_rd, local
12262 const int64_t this_rd = RDCOST(x->rdmult, rd_stats->rate, rd_stats->dist); local
12775 int64_t this_rd = INT64_MAX; local
13337 int64_t this_rd = INT64_MAX; local
13717 int64_t this_rd = INT64_MAX; local
    [all...]

Completed in 320 milliseconds