HomeSort by relevance Sort by last modified time
    Searched refs:best_rd (Results 1 - 2 of 2) 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
704 if (best_rd <= cpi->rd_threshes[mode_index])
    [all...]
rdopt.c 641 int best_rd = INT_MAX; local
683 if (this_rd < best_rd)
688 best_rd = this_rd;
700 return best_rd;
704 int *rate_y, int *Distortion, int best_rd)
753 if(total_rd >= (int64_t)best_rd)
757 if(total_rd >= (int64_t)best_rd)
777 int best_rd = INT_MAX; local
799 if (this_rd < best_rd)
802 best_rd = this_rd
875 int best_rd = INT_MAX; local
    [all...]

Completed in 20 milliseconds