Searched defs:best_inter_rd (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3077 int64_t best_inter_rd = INT64_MAX; local
3441 if (!comp_pred && !mode_excluded && this_rd < best_inter_rd) {
3442 best_inter_rd = this_rd;
3685 int64_t best_inter_rd = INT64_MAX; local
4101 this_rd < best_inter_rd) {
4102 best_inter_rd = this_rd;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3154 int64_t best_inter_rd = INT64_MAX; local
3523 if (!comp_pred && !mode_excluded && this_rd < best_inter_rd) {
3524 best_inter_rd = this_rd;
3783 int64_t best_inter_rd = INT64_MAX; local
4236 this_rd < best_inter_rd) {
4237 best_inter_rd = this_rd;

Completed in 91 milliseconds