Lines Matching refs:q15_t
27 static inline void zdsp_mult_q15(const DSP_DATA q15_t *src_a, const DSP_DATA q15_t *src_b, in zdsp_mult_q15()
28 DSP_DATA q15_t *dst, uint32_t block_size) in zdsp_mult_q15()
48 static inline void zdsp_add_q15(const DSP_DATA q15_t *src_a, const DSP_DATA q15_t *src_b, in zdsp_add_q15()
49 DSP_DATA q15_t *dst, uint32_t block_size) in zdsp_add_q15()
69 static inline void zdsp_sub_q15(const DSP_DATA q15_t *src_a, const DSP_DATA q15_t *src_b, in zdsp_sub_q15()
70 DSP_DATA q15_t *dst, uint32_t block_size) in zdsp_sub_q15()
90 static inline void zdsp_scale_q15(const DSP_DATA q15_t *src, q15_t scale_fract, int8_t shift, in zdsp_scale_q15()
91 DSP_DATA q15_t *dst, uint32_t block_size) in zdsp_scale_q15()
111 static inline void zdsp_abs_q15(const DSP_DATA q15_t *src, DSP_DATA q15_t *dst, uint32_t block_size) in zdsp_abs_q15()
129 static inline void zdsp_negate_q15(const DSP_DATA q15_t *src, DSP_DATA q15_t *dst, in zdsp_negate_q15()
150 static inline void zdsp_dot_prod_q15(const DSP_DATA q15_t *src_a, const DSP_DATA q15_t *src_b, in zdsp_dot_prod_q15()
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()
188 static inline void zdsp_offset_q15(const DSP_DATA q15_t *src, q15_t offset, DSP_DATA q15_t *dst, in zdsp_offset_q15()
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()
210 q15_t high, uint32_t num_samples) in zdsp_clip_q15()