Searched refs:zdsp_shift_q7 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | q7.c | 524 zdsp_shift_q7(input1, 1, output, length); in test_zdsp_shift_q7() 539 DEFINE_TEST_VARIANT3(basic_math_q7, zdsp_shift_q7, rand, in_rand, ref_shift, 33); 540 DEFINE_TEST_VARIANT3(basic_math_q7, zdsp_shift_q7, possat, in_maxpos, ref_shift_possat, 33); 541 DEFINE_TEST_VARIANT3(basic_math_q7, zdsp_shift_q7, negsat, in_maxneg, ref_shift_negsat, 33); 555 zdsp_shift_q7(output, 1, output, length); in test_zdsp_shift_q7_in_place()
|
/Zephyr-latest/include/zephyr/dsp/ |
D | basicmath.h | 508 DSP_FUNC_SCOPE void zdsp_shift_q7(const DSP_DATA q7_t *src, int8_t shift_bits, DSP_DATA q7_t *dst,
|
/Zephyr-latest/subsys/dsp/cmsis/public/ |
D | zdsp_backend.h | 157 static inline void zdsp_shift_q7(const q7_t *src, int8_t shift_bits, q7_t *dst, uint32_t block_size) in zdsp_shift_q7() function
|
/Zephyr-latest/subsys/dsp/arcmwdt/public/ |
D | zdsp_backend.h | 167 static inline void zdsp_shift_q7(const DSP_DATA q7_t *src, int8_t shift_bits, DSP_DATA q7_t *dst, in zdsp_shift_q7() function
|