Lines Matching refs:q7_t
22 static inline void zdsp_mult_q7(const DSP_DATA q7_t *src_a, const DSP_DATA q7_t *src_b, in zdsp_mult_q7()
23 DSP_DATA q7_t *dst, uint32_t block_size) in zdsp_mult_q7()
43 static inline void zdsp_add_q7(const DSP_DATA q7_t *src_a, const DSP_DATA q7_t *src_b, in zdsp_add_q7()
44 DSP_DATA q7_t *dst, uint32_t block_size) in zdsp_add_q7()
64 static inline void zdsp_sub_q7(const DSP_DATA q7_t *src_a, const DSP_DATA q7_t *src_b, in zdsp_sub_q7()
65 DSP_DATA q7_t *dst, uint32_t block_size) in zdsp_sub_q7()
85 static inline void zdsp_scale_q7(const DSP_DATA q7_t *src, q7_t scale_fract, int8_t shift, in zdsp_scale_q7()
86 DSP_DATA q7_t *dst, uint32_t block_size) in zdsp_scale_q7()
107 static inline void zdsp_abs_q7(const DSP_DATA q7_t *src, DSP_DATA q7_t *dst, uint32_t block_size) in zdsp_abs_q7()
125 static inline void zdsp_negate_q7(const DSP_DATA q7_t *src, DSP_DATA q7_t *dst, uint32_t block_size) in zdsp_negate_q7()
145 static inline void zdsp_dot_prod_q7(const DSP_DATA q7_t *src_a, const DSP_DATA q7_t *src_b, in zdsp_dot_prod_q7()
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()
183 static inline void zdsp_offset_q7(const DSP_DATA q7_t *src, q7_t offset, DSP_DATA q7_t *dst, in zdsp_offset_q7()
204 static inline void zdsp_clip_q7(const DSP_DATA q7_t *src, DSP_DATA q7_t *dst, q7_t low, q7_t high, in zdsp_clip_q7()