Home
last modified time | relevance | path

Searched refs:q15_t (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
Darm_math.h377 typedef int16_t q15_t; typedef
469 static __INLINE q15_t clip_q63_to_q15( in clip_q63_to_q15()
473 ((0x7FFF ^ ((q15_t) (x >> 63)))) : (q15_t) (x >> 15); in clip_q63_to_q15()
489 static __INLINE q15_t clip_q31_to_q15( in clip_q31_to_q15()
493 ((0x7FFF ^ ((q15_t) (x >> 31)))) : (q15_t) x; in clip_q31_to_q15()
593 q15_t in, in arm_recip_q15()
594 q15_t * dst, in arm_recip_q15()
595 q15_t * pRecipTable) in arm_recip_q15()
625 tempVal = (q15_t) (((q31_t) in * out) >> 15); in arm_recip_q15()
628 out = (q15_t) (((q31_t) out * tempVal) >> 14); in arm_recip_q15()
[all …]
Darm_common_tables.h47 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 …]
/device/google/contexthub/firmware/external/arm/
Darm_common_tables.c14881 const q15_t twiddleCoef_16_q15[24] = {
14914 const q15_t twiddleCoef_32_q15[48] = {
14959 const q15_t twiddleCoef_64_q15[96] = {
15028 const q15_t twiddleCoef_128_q15[192] = {
15145 const q15_t twiddleCoef_256_q15[384] = {
15358 const q15_t twiddleCoef_512_q15[768] = {
15763 const q15_t twiddleCoef_1024_q15[1536] = {
16552 const q15_t twiddleCoef_2048_q15[3072] = {
18109 const q15_t twiddleCoef_4096_q15[6144] =
21193 const q15_t ALIGN4 armRecipTableQ15[64] = {
[all …]