OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALIGN16_END
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/aec/
aec_rdft.h
24
# define
ALIGN16_END
27
# define
ALIGN16_END
__attribute__((aligned(16)))
aec_core_sse2.c
230
static const ALIGN16_BEG int float_exponent_mask[4]
ALIGN16_END
=
232
static const ALIGN16_BEG int eight_biased_exponent[4]
ALIGN16_END
=
234
static const ALIGN16_BEG int implicit_leading_one[4]
ALIGN16_END
=
244
static const ALIGN16_BEG int mantissa_mask[4]
ALIGN16_END
=
246
static const ALIGN16_BEG int zero_biased_exponent_is_one[4]
ALIGN16_END
=
254
static const ALIGN16_BEG float
ALIGN16_END
C5[4] =
256
static const ALIGN16_BEG float
ALIGN16_END
C4[4] =
258
static const ALIGN16_BEG float
ALIGN16_END
C3[4] =
260
static const ALIGN16_BEG float
ALIGN16_END
C2[4] =
262
static const ALIGN16_BEG float
ALIGN16_END
C1[4]
[
all
...]
Completed in 31 milliseconds