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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3147 int64_t best_filter_rd[SWITCHABLE_FILTER_CONTEXTS]; local
3186 best_filter_rd[i] = INT64_MAX;
3533 best_filter_rd[i] = MIN(best_filter_rd[i], this_rd);
3630 best_filter_rd[i] = MIN(best_filter_rd[i], adj_rd);
3713 if (best_filter_rd[i] == INT64_MAX)
3716 best_filter_diff[i] = best_rd - best_filter_rd[i];
3777 int64_t best_filter_rd[SWITCHABLE_FILTER_CONTEXTS]; local
3814 best_filter_rd[
[all...]

Completed in 299 milliseconds