Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Drestoration.h291 void decode_xq(const int *xqd, int *xq, const sgr_params_type *params);
Drestoration.c623 void decode_xq(const int *xqd, int *xq, const sgr_params_type *params) { in decode_xq() function
917 decode_xq(xqd, xq, params); in apply_selfguided_restoration_c()
/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c597 decode_xq(xqd, xq, params); in apply_selfguided_restoration_sse4_1()
Dselfguided_avx2.c647 decode_xq(xqd, xq, params); in apply_selfguided_restoration_avx2()
/external/libaom/libaom/av1/encoder/
Dpickrst.c335 decode_xq(xqd, xq, params); in get_pixel_proj_error()
/external/libaom/libaom/av1/common/arm/
Dselfguided_neon.c1425 decode_xq(xqd, xq, params); in apply_selfguided_restoration_neon()