Lines Matching refs:q31_t
29 static inline void zdsp_mult_q31(const q31_t *src_a, const q31_t *src_b, q31_t *dst, in zdsp_mult_q31()
49 static inline void zdsp_add_q31(const q31_t *src_a, const q31_t *src_b, q31_t *dst, in zdsp_add_q31()
69 static inline void zdsp_sub_q31(const q31_t *src_a, const q31_t *src_b, q31_t *dst, in zdsp_sub_q31()
90 static inline void zdsp_scale_q31(const q31_t *src, q31_t scale_fract, int8_t shift, q31_t *dst, in zdsp_scale_q31()
110 static inline void zdsp_abs_q31(const q31_t *src, q31_t *dst, uint32_t block_size) in zdsp_abs_q31()
127 static inline void zdsp_negate_q31(const q31_t *src, q31_t *dst, uint32_t block_size) in zdsp_negate_q31()
137 q31_t *dst) in zdsp_dot_prod_q7()
146 static inline void zdsp_dot_prod_q31(const q31_t *src_a, const q31_t *src_b, uint32_t block_size, in zdsp_dot_prod_q31()
166 static inline void zdsp_shift_q31(const q31_t *src, int8_t shift_bits, q31_t *dst, in zdsp_shift_q31()
180 static inline void zdsp_offset_q31(const q31_t *src, q31_t offset, q31_t *dst, uint32_t block_size) in zdsp_offset_q31()
200 static inline void zdsp_clip_q31(const q31_t *src, q31_t *dst, q31_t low, q31_t high, in zdsp_clip_q31()