Searched refs:FIXED_T (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/bluez/sbc/
H A Dsbc_primitives_armv6.c109 ((void (*)(int16_t *, int32_t *, const FIXED_T*)) \
265 ((void (*)(int16_t *, int32_t *, const FIXED_T*)) \
H A Dsbc_primitives_iwmmxt.c43 const FIXED_T *consts)
116 const FIXED_T *consts)
H A Dsbc_primitives_mmx.c42 const FIXED_T *consts)
108 const FIXED_T *consts)
H A Dsbc_tables.h143 #define FIXED_T int32_t /* data type for fixed point constants */ macro
147 #define FIXED_T int16_t /* data type for fixed point constants */ macro
160 ((sizeof(FIXED_T) * CHAR_BIT - 1) - SBC_FIXED_EXTRA_BITS + 1)
162 ((FIXED_A) 1 << (sizeof(FIXED_T) * CHAR_BIT - 1)) + 0.5)
164 static const FIXED_T _sbc_proto_fixed4[40] = {
210 ((sizeof(FIXED_T) * CHAR_BIT - 1) + SBC_FIXED_EXTRA_BITS)
212 ((FIXED_A) 1 << (sizeof(FIXED_T) * CHAR_BIT - 1)) + 0.5)
214 static const FIXED_T cos_table_fixed_4[32] = {
238 ((sizeof(FIXED_T) * CHAR_BIT - 1) - SBC_FIXED_EXTRA_BITS + 1)
240 ((FIXED_A) 1 << (sizeof(FIXED_T) * CHAR_BI
[all...]
H A Dsbc_primitives.c60 const FIXED_T *consts)
63 FIXED_T t2[4];
118 const FIXED_T *consts)
121 FIXED_T t2[8];
H A Dsbc_primitives_neon.c42 const FIXED_T *consts)
102 const FIXED_T *consts)

Completed in 132 milliseconds