Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dpickcdef.c29 static inline void get_cdef_filter_strengths(CDEF_PICK_METHOD pick_method, in get_cdef_filter_strengths()
77 #define STORE_CDEF_FILTER_STRENGTH(cdef_strength, pick_method, strength_idx) \ argument
88 CDEF_PICK_METHOD pick_method) { in search_one()
125 CDEF_PICK_METHOD pick_method) { in search_one_dual()
175 CDEF_PICK_METHOD pick_method) { in joint_strength_search()
203 CDEF_PICK_METHOD pick_method) { in joint_strength_search_dual()
687 CDEF_PICK_METHOD pick_method) { in cdef_params_init()
844 CDEF_PICK_METHOD pick_method = cpi->sf.lpf_sf.cdef_pick_method; in av1_cdef_search() local
H A Dpickcdef.h114 int pick_method; member