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

  /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 646 int best_rd = INT_MAX; local
688 if (this_rd < best_rd)
693 best_rd = this_rd;
705 return best_rd;
709 int *rate_y, int *Distortion, int best_rd)
758 if(total_rd >= (int64_t)best_rd)
762 if(total_rd >= (int64_t)best_rd)
782 int best_rd = INT_MAX; local
804 if (this_rd < best_rd)
807 best_rd = this_rd
880 int best_rd = INT_MAX; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 560 int64_t best_rd; member in struct:rdcost_block_args
616 if (rd > args->best_rd) {
1010 int64_t best_rd = rd_thresh; local
1328 int64_t best_rd = INT64_MAX, this_rd; local
1681 int64_t best_rd = INT64_MAX; local
2644 int64_t rd, best_rd = INT64_MAX; local
3105 int64_t best_rd = best_rd_so_far; local
    [all...]

Completed in 43 milliseconds