Home
last modified time | relevance | path

Searched refs:skip_hor (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/encoder/
Drdopt.c8377 const int switchable_ctx[2], const int skip_ver, const int skip_hor, in find_best_non_dual_interp_filter() argument
8387 if ((skip_hor & skip_ver) != cpi->default_interp_skip_flags) { in find_best_non_dual_interp_filter()
8420 switchable_ctx, (skip_hor & skip_ver), rate, dist); in find_best_non_dual_interp_filter()
8439 skip_hor == cpi->default_interp_skip_flags)) { in find_best_non_dual_interp_filter()
8452 skip_pred = (skip_hor & skip_ver); in find_best_non_dual_interp_filter()
8455 int skip_pred = (skip_hor & skip_ver); in find_best_non_dual_interp_filter()
8728 int skip_hor = cpi->default_interp_skip_flags; in interpolation_filter_search() local
8737 skip_hor = 0; in interpolation_filter_search()
8755 skip_hor = skip_hor & skip_hor_plane; in interpolation_filter_search()
8758 assert(skip_hor != 2); in interpolation_filter_search()
[all …]