Searched refs:zdsp_scale_q7 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | q7.c | 368 zdsp_scale_q7(input1, scalar, 0, output, length); in test_zdsp_scale_q7() 383 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_scale_q7, 0p5_15, in_com1, 0x40, ref_scale, 15); 384 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_scale_q7, 0p5_32, in_com1, 0x40, ref_scale, 32); 385 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_scale_q7, 0p5_47, in_com1, 0x40, ref_scale, 47); 386 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_scale_q7, possat, in_maxneg2, 0x80, ref_scale_possat, 33); 387 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_scale_q7, long, in_com1, 0x40, ref_scale, 403 zdsp_scale_q7(output, scalar, 0, output, length); in test_zdsp_scale_q7_in_place()
|
/Zephyr-latest/include/zephyr/dsp/ |
D | basicmath.h | 288 DSP_FUNC_SCOPE void zdsp_scale_q7(const DSP_DATA q7_t *src, q7_t scale_fract, int8_t shift,
|
/Zephyr-latest/subsys/dsp/cmsis/public/ |
D | zdsp_backend.h | 80 static inline void zdsp_scale_q7(const q7_t *src, q7_t scale_fract, int8_t shift, q7_t *dst, in zdsp_scale_q7() function
|
/Zephyr-latest/subsys/dsp/arcmwdt/public/ |
D | zdsp_backend.h | 85 static inline void zdsp_scale_q7(const DSP_DATA q7_t *src, q7_t scale_fract, int8_t shift, in zdsp_scale_q7() function
|