Lines Matching refs:q31_t
32 static inline void zdsp_mult_q31(const DSP_DATA q31_t *src_a, const DSP_DATA q31_t *src_b, in zdsp_mult_q31()
33 DSP_DATA q31_t *dst, uint32_t block_size) in zdsp_mult_q31()
53 static inline void zdsp_add_q31(const DSP_DATA q31_t *src_a, const DSP_DATA q31_t *src_b, in zdsp_add_q31()
54 DSP_DATA q31_t *dst, uint32_t block_size) in zdsp_add_q31()
74 static inline void zdsp_sub_q31(const DSP_DATA q31_t *src_a, const DSP_DATA q31_t *src_b, in zdsp_sub_q31()
75 DSP_DATA q31_t *dst, uint32_t block_size) in zdsp_sub_q31()
95 static inline void zdsp_scale_q31(const DSP_DATA q31_t *src, q31_t scale_fract, int8_t shift, in zdsp_scale_q31()
96 DSP_DATA q31_t *dst, uint32_t block_size) in zdsp_scale_q31()
115 static inline void zdsp_abs_q31(const DSP_DATA q31_t *src, DSP_DATA q31_t *dst, uint32_t block_size) in zdsp_abs_q31()
134 static inline void zdsp_negate_q31(const DSP_DATA q31_t *src, DSP_DATA q31_t *dst, in zdsp_negate_q31()
146 uint32_t block_size, DSP_DATA q31_t *dst) in zdsp_dot_prod_q7()
155 static inline void zdsp_dot_prod_q31(const DSP_DATA q31_t *src_a, const DSP_DATA q31_t *src_b, in zdsp_dot_prod_q31()
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()
193 static inline void zdsp_offset_q31(const DSP_DATA q31_t *src, q31_t offset, DSP_DATA q31_t *dst, in zdsp_offset_q31()
214 static inline void zdsp_clip_q31(const DSP_DATA q31_t *src, DSP_DATA q31_t *dst, q31_t low, in zdsp_clip_q31()
215 q31_t high, uint32_t num_samples) in zdsp_clip_q31()