Lines Matching defs:src
80 static inline void zdsp_scale_q7(const q7_t *src, q7_t scale_fract, int8_t shift, q7_t *dst, in zdsp_scale_q7()
85 static inline void zdsp_scale_q15(const q15_t *src, q15_t scale_fract, int8_t shift, q15_t *dst, in zdsp_scale_q15()
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()
96 static inline void zdsp_scale_f32(const float32_t *src, float32_t scale, float32_t *dst, in zdsp_scale_f32()
102 static inline void zdsp_abs_q7(const q7_t *src, q7_t *dst, uint32_t block_size) in zdsp_abs_q7()
106 static inline void zdsp_abs_q15(const q15_t *src, q15_t *dst, uint32_t block_size) in zdsp_abs_q15()
110 static inline void zdsp_abs_q31(const q31_t *src, q31_t *dst, uint32_t block_size) in zdsp_abs_q31()
114 static inline void zdsp_abs_f32(const float32_t *src, float32_t *dst, uint32_t block_size) in zdsp_abs_f32()
119 static inline void zdsp_negate_q7(const q7_t *src, q7_t *dst, uint32_t block_size) in zdsp_negate_q7()
123 static inline void zdsp_negate_q15(const q15_t *src, q15_t *dst, uint32_t block_size) in zdsp_negate_q15()
127 static inline void zdsp_negate_q31(const q31_t *src, q31_t *dst, uint32_t block_size) in zdsp_negate_q31()
131 static inline void zdsp_negate_f32(const float32_t *src, float32_t *dst, uint32_t block_size) in zdsp_negate_f32()
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()
172 static inline void zdsp_offset_q7(const q7_t *src, q7_t offset, q7_t *dst, uint32_t block_size) in zdsp_offset_q7()
176 static inline void zdsp_offset_q15(const q15_t *src, q15_t offset, q15_t *dst, uint32_t block_size) in zdsp_offset_q15()
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()
184 static inline void zdsp_offset_f32(const float32_t *src, float32_t offset, float32_t *dst, in zdsp_offset_f32()
190 static inline void zdsp_clip_q7(const q7_t *src, q7_t *dst, q7_t low, q7_t high, in zdsp_clip_q7()
195 static inline void zdsp_clip_q15(const q15_t *src, q15_t *dst, q15_t low, q15_t high, in zdsp_clip_q15()
200 static inline void zdsp_clip_q31(const q31_t *src, q31_t *dst, q31_t low, q31_t high, in zdsp_clip_q31()
205 static inline void zdsp_clip_f32(const float32_t *src, float32_t *dst, float32_t low, in zdsp_clip_f32()
259 static inline void zdsp_not_u8(const uint8_t *src, uint8_t *dst, uint32_t block_size) in zdsp_not_u8()
263 static inline void zdsp_not_u16(const uint16_t *src, uint16_t *dst, uint32_t block_size) in zdsp_not_u16()
267 static inline void zdsp_not_u32(const uint32_t *src, uint32_t *dst, uint32_t block_size) in zdsp_not_u32()