Searched defs:shift_bits (Results 1 – 3 of 3) sorted by relevance
/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() 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()
|
/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() 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()
|
/Zephyr-latest/drivers/dai/intel/dmic/ |
D | dmic.h | 198 const int shift_bits) in q_multsr_sat_32x32()
|