Searched refs:zdsp_clip_q15 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | q15.c | 825 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/ |
D | basicmath.h | 906 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/ |
D | zdsp_backend.h | 195 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/ |
D | zdsp_backend.h | 209 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
|