/external/libvpx/libvpx/vp9/encoder/ |
vp9_pickmode.c | 222 int64_t best_rd = INT64_MAX; local 304 if (best_rd < ((int64_t)rd_threshes[mode_idx[this_mode]] * 322 if (RDCOST(x->rdmult, x->rddiv, rate_mv + rate_mode, 0) > best_rd) 398 if (this_rd < best_rd) { 399 best_rd = this_rd; 417 if (best_rd > inter_mode_thresh) { 429 if (this_rd + intra_mode_cost < best_rd) { 430 best_rd = this_rd;
|
vp9_rdopt.c | 78 int64_t best_rd; member in struct:rdcost_block_args 693 if (args->this_rd > args->best_rd) { 748 args.best_rd = ref_best_rd; 810 int64_t best_rd = INT64_MAX; local 837 if (rd[n][1] < best_rd) { 839 best_rd = rd[n][1]; 894 int64_t best_rd = INT64_MAX; local 1051 int64_t best_rd = rd_thresh; local 1363 int64_t best_rd = INT64_MAX, this_rd; local 1758 int64_t best_rd = INT64_MAX; local 2717 int64_t rd, best_rd = INT64_MAX; local 3142 int64_t best_rd = best_rd_so_far; local 3771 int64_t best_rd = best_rd_so_far; local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
pickinter.c | 146 int best_rd = INT_MAX; local 165 if (this_rd < best_rd) 169 best_rd = this_rd; 176 return best_rd; 586 int best_rd = INT_MAX; local 715 if (best_rd <= x->rd_threshes[mode_index]) [all...] |
rdopt.c | 642 int best_rd = INT_MAX; local 684 if (this_rd < best_rd) 689 best_rd = this_rd; 701 return best_rd; 705 int *rate_y, int *Distortion, int best_rd) 754 if(total_rd >= (int64_t)best_rd) 758 if(total_rd >= (int64_t)best_rd) 778 int best_rd = INT_MAX; local 800 if (this_rd < best_rd) 803 best_rd = this_rd 876 int best_rd = INT_MAX; local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_pickmode.c | 433 int64_t best_rd = INT64_MAX; local 555 if (rd_less_than_thresh(best_rd, mode_rd_thresh, 564 &rate_mv, best_rd)) 672 if (this_rd < best_rd || x->skip) { 673 best_rd = this_rd; 697 if (best_rd < INT64_MAX) 720 if (!x->skip && best_rd > inter_mode_thresh && 748 if (this_rd + intra_mode_cost < best_rd) { 749 best_rd = this_rd;
|
vp9_rdopt.c | 75 int64_t best_rd; member in struct:rdcost_block_args 445 if (args->this_rd > args->best_rd) { 462 args.best_rd = ref_best_rd; 527 int64_t best_rd = INT64_MAX; local 564 if (rd[n][1] < best_rd) { 566 best_rd = rd[n][1]; 645 int64_t best_rd = rd_thresh; local 711 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd) 726 if (RDCOST(x->rdmult, x->rddiv, ratey, distortion) >= best_rd) 737 if (this_rd < best_rd) { 954 int64_t best_rd = INT64_MAX, this_rd; local 1331 int64_t best_rd = INT64_MAX; local 2155 int64_t rd, tmp_rd, best_rd = INT64_MAX; local 2568 int64_t best_rd = best_rd_so_far; local 3325 int64_t best_rd = best_rd_so_far; local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
pickinter.c | 146 int best_rd = INT_MAX; local 165 if (this_rd < best_rd) 169 best_rd = this_rd; 176 return best_rd; 583 int best_rd = INT_MAX; local 705 if (best_rd <= x->rd_threshes[mode_index]) [all...] |
rdopt.c | 643 int best_rd = INT_MAX; local 685 if (this_rd < best_rd) 690 best_rd = this_rd; 702 return best_rd; 706 int *rate_y, int *Distortion, int best_rd) 755 if(total_rd >= (int64_t)best_rd) 759 if(total_rd >= (int64_t)best_rd) 779 int best_rd = INT_MAX; local 801 if (this_rd < best_rd) 804 best_rd = this_rd 877 int best_rd = INT_MAX; local [all...] |