Searched refs:clip_q31_to_q15 (Results 1 – 1 of 1) sorted by relevance
489 static __INLINE q15_t clip_q31_to_q15( in clip_q31_to_q15() function849 clip_q31_to_q15((q31_t) ((q15_t) (x >> 16) + (q15_t) y))) << 16) + in __QASX()850 clip_q31_to_q15((q31_t) ((q15_t) x - (q15_t) (y >> 16))); in __QASX()890 clip_q31_to_q15((q31_t) ((q15_t) (x >> 16) - (q15_t) y))) << 16) + in __QSAX()891 clip_q31_to_q15((q31_t) ((q15_t) x + (q15_t) (y >> 16))); in __QSAX()