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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3169 int64_t best_filter_rd[SWITCHABLE_FILTER_CONTEXTS]; local
3209 best_filter_rd[i] = INT64_MAX;
3597 best_filter_rd[i] = MIN(best_filter_rd[i], this_rd);
3687 // cause negative best_filter_rd[] values, which is obviously silly.
3700 best_filter_rd[i] = MIN(best_filter_rd[i], adj_rd);
3806 if (best_filter_rd[i] == INT64_MAX)
3809 best_filter_diff[i] = best_rd - best_filter_rd[i];
3870 int64_t best_filter_rd[SWITCHABLE_FILTER_CONTEXT local
[all...]

Completed in 3366 milliseconds