HomeSort by relevance Sort by last modified time
    Searched defs:best_rd (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 183 int best_rd = INT_MAX; local
201 if (this_rd < best_rd) {
204 best_rd = this_rd;
211 return best_rd;
573 int best_rd = INT_MAX; local
771 if (best_rd <= x->rd_threshes[mode_index]) continue;
    [all...]
rdopt.c 527 int best_rd = INT_MAX; local
568 if (this_rd < best_rd) {
572 best_rd = this_rd;
584 return best_rd;
588 int *Distortion, int best_rd) {
634 if (total_rd >= (int64_t)best_rd) break;
637 if (total_rd >= (int64_t)best_rd) return INT_MAX;
652 int best_rd = INT_MAX; local
670 if (this_rd < best_rd) {
672 best_rd = this_rd
748 int best_rd = INT_MAX; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 2622 int64_t best_rd = INT64_MAX; local
    [all...]
vp9_rdopt.c 75 int64_t best_rd; member in struct:rdcost_block_args
745 if (args->this_rd + rd > args->best_rd) {
770 if (args->this_rd > args->best_rd) {
788 args.best_rd = ref_best_rd;
845 int64_t best_rd = ref_best_rd; local
866 txfm_rd_in_plane(cpi, x, &r[n][0], &d[n], &s[n], &sse[n], best_rd, 0, bs, n,
898 if (rd[n][1] < best_rd) {
900 best_rd = rd[n][1];
954 int64_t best_rd = rd_thresh; local
1349 int64_t best_rd = INT64_MAX, this_rd; local
1914 int64_t best_rd = INT64_MAX; local
2614 int64_t rd, tmp_rd, best_rd = INT64_MAX; local
3170 int64_t best_rd = best_rd_so_far; local
3950 int64_t best_rd = best_rd_so_far; local
    [all...]
  /external/libaom/libaom/av1/encoder/
rdopt.c 193 int64_t best_rd; member in struct:rdcost_block_args
692 int64_t best_rd; member in struct:InterModeSearchState
3085 int64_t best_rd = INT64_MAX; local
3770 int64_t best_rd = INT64_MAX; local
6458 int64_t best_rd = INT64_MAX, this_rd; local
7605 int64_t rd, best_rd = INT64_MAX; local
7677 int64_t rd, best_rd = INT64_MAX; local
7746 int64_t best_rd = INT64_MAX; local
9388 int64_t best_rd = INT64_MAX; local
10213 int64_t best_rd = INT64_MAX; local
12332 int64_t best_rd; local
    [all...]

Completed in 445 milliseconds