Searched refs:q15_t (Results 1 – 4 of 4) sorted by relevance
383 typedef int16_t q15_t; typedef475 static __INLINE q15_t clip_q63_to_q15( in clip_q63_to_q15()479 ((0x7FFF ^ ((q15_t) (x >> 63)))) : (q15_t) (x >> 15); in clip_q63_to_q15()495 static __INLINE q15_t clip_q31_to_q15( in clip_q31_to_q15()499 ((0x7FFF ^ ((q15_t) (x >> 31)))) : (q15_t) x; in clip_q31_to_q15()599 q15_t in, in arm_recip_q15()600 q15_t * dst, in arm_recip_q15()601 q15_t * pRecipTable) in arm_recip_q15()631 tempVal = (q15_t) (((q31_t) in * out) >> 15); in arm_recip_q15()634 out = (q15_t) (((q31_t) out * tempVal) >> 14); in arm_recip_q15()[all …]
47 extern const q15_t armRecipTableQ15[64];70 extern const q15_t twiddleCoef_16_q15[24];71 extern const q15_t twiddleCoef_32_q15[48];72 extern const q15_t twiddleCoef_64_q15[96];73 extern const q15_t twiddleCoef_128_q15[192];74 extern const q15_t twiddleCoef_256_q15[384];75 extern const q15_t twiddleCoef_512_q15[768];76 extern const q15_t twiddleCoef_1024_q15[1536];77 extern const q15_t twiddleCoef_2048_q15[3072];78 extern const q15_t twiddleCoef_4096_q15[6144];[all …]
392 typedef int16_t q15_t; typedef494 static __INLINE q15_t clip_q63_to_q15( in clip_q63_to_q15()498 ((0x7FFF ^ ((q15_t) (x >> 63)))) : (q15_t) (x >> 15); in clip_q63_to_q15()514 static __INLINE q15_t clip_q31_to_q15( in clip_q31_to_q15()518 ((0x7FFF ^ ((q15_t) (x >> 31)))) : (q15_t) x; in clip_q31_to_q15()615 q15_t in, in arm_recip_q15()616 q15_t * dst, in arm_recip_q15()617 q15_t * pRecipTable) in arm_recip_q15()619 q15_t out = 0; in arm_recip_q15()650 out = (q15_t) (((q31_t) out * tempVal) >> 14); in arm_recip_q15()[all …]