Searched refs:decode_xq (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | restoration.h | 291 void decode_xq(const int *xqd, int *xq, const sgr_params_type *params);
|
D | restoration.c | 623 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/ |
D | selfguided_sse4.c | 597 decode_xq(xqd, xq, params); in apply_selfguided_restoration_sse4_1()
|
D | selfguided_avx2.c | 647 decode_xq(xqd, xq, params); in apply_selfguided_restoration_avx2()
|
/external/libaom/libaom/av1/encoder/ |
D | pickrst.c | 335 decode_xq(xqd, xq, params); in get_pixel_proj_error()
|
/external/libaom/libaom/av1/common/arm/ |
D | selfguided_neon.c | 1425 decode_xq(xqd, xq, params); in apply_selfguided_restoration_neon()
|