Searched defs:shift_bits (Results 1 – 2 of 2) sorted by relevance
/subsys/dsp/arcmwdt/public/ |
A 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() 172 static inline void zdsp_shift_q15(const DSP_DATA q15_t *src, int8_t shift_bits, DSP_DATA q15_t *dst, in zdsp_shift_q15() 177 static inline void zdsp_shift_q31(const DSP_DATA q31_t *src, int8_t shift_bits, DSP_DATA q31_t *dst, in zdsp_shift_q31()
|
/subsys/dsp/cmsis/public/ |
A 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() 161 static inline void zdsp_shift_q15(const q15_t *src, int8_t shift_bits, q15_t *dst, in zdsp_shift_q15() 166 static inline void zdsp_shift_q31(const q31_t *src, int8_t shift_bits, q31_t *dst, in zdsp_shift_q31()
|
Completed in 38 milliseconds