Home
last modified time | relevance | path

Searched defs:call_filter (Results 1 – 4 of 4) sorted by relevance

/external/libaom/test/
Dlpf_test.cc148 void call_filter(uint16_t *s, LOOP_PARAM, int bd, hbdloop_op_t op) { in call_filter() function
156 void call_filter(uint8_t *s, LOOP_PARAM, int bd, loop_op_t op) { in call_filter() function
/external/python/jinja/src/jinja2/
Denvironment.py469 def call_filter( member in Environment
/external/rust/crates/rusqlite/src/
Dsession.rs696 unsafe extern "C" fn call_filter<F, C>(p_ctx: *mut c_void, tbl_str: *const c_char) -> c_int in call_filter() function
/external/libchrome/third_party/jinja2/
Denvironment.py438 def call_filter(self, name, value, args=None, kwargs=None, member in Environment