Home
last modified time | relevance | path

Searched defs:allow_interp_mask (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libaom/av1/common/
H A Dfilter.h282 uint16_t *allow_interp_mask, DUAL_FILTER_TYPE filt_type) { in reset_interp_filter_allowed_mask()
287 static inline void set_interp_filter_allowed_mask(uint16_t *allow_interp_mask, in set_interp_filter_allowed_mask()
293 uint16_t allow_interp_mask, DUAL_FILTER_TYPE filt_type) { in get_interp_filter_allowed_mask()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dinterp_search.c312 const int skip_pred, uint16_t allow_interp_mask, int is_w4_or_h4) { in find_best_interp_rd_facade()