D | zdsp_backend.h | 190 static inline void zdsp_clip_q7(const q7_t *src, q7_t *dst, q7_t low, q7_t high, in zdsp_clip_q7() argument 193 arm_clip_q7(src, dst, low, high, num_samples); 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() argument 198 arm_clip_q15(src, dst, low, high, num_samples); 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() argument 203 arm_clip_q31(src, dst, low, high, num_samples); 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() argument 208 arm_clip_f32(src, dst, low, high, num_samples); in zdsp_clip_f32()
|