Home
last modified time | relevance | path

Searched refs:zdsp_clip_q15 (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/subsys/dsp/basicmath/src/
Dq15.c825 zdsp_clip_q15(input, output, min, max, length); in test_zdsp_clip_q15()
836 DEFINE_TEST_VARIANT5(basic_math_q15, zdsp_clip_q15, c000_f333, in_clip, ref_clip1,
838 DEFINE_TEST_VARIANT5(basic_math_q15, zdsp_clip_q15, c000_4000, in_clip, ref_clip2,
840 DEFINE_TEST_VARIANT5(basic_math_q15, zdsp_clip_q15, 0ccd_4000, in_clip, ref_clip3,
856 zdsp_clip_q15(output, output, min, max, length); in test_zdsp_clip_q15_in_place()
/Zephyr-latest/include/zephyr/dsp/
Dbasicmath.h906 DSP_FUNC_SCOPE void zdsp_clip_q15(const DSP_DATA q15_t *src, DSP_DATA q15_t *dst, q15_t low,
/Zephyr-latest/subsys/dsp/cmsis/public/
Dzdsp_backend.h195 static inline void zdsp_clip_q15(const q15_t *src, q15_t *dst, q15_t low, q15_t high, in zdsp_clip_q15() function
/Zephyr-latest/subsys/dsp/arcmwdt/public/
Dzdsp_backend.h209 static inline void zdsp_clip_q15(const DSP_DATA q15_t *src, DSP_DATA q15_t *dst, q15_t low, in zdsp_clip_q15() function