Searched defs:ALIGN16_END (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_processing/aec/
H A Daec_rdft.h24 # define ALIGN16_END macro
27 # define ALIGN16_END __attribute__((aligned(16))) macro
H A Daec_core_sse2.c230 static const ALIGN16_BEG int float_exponent_mask[4] ALIGN16_END = local
232 static const ALIGN16_BEG int eight_biased_exponent[4] ALIGN16_END = local
234 static const ALIGN16_BEG int implicit_leading_one[4] ALIGN16_END = local
244 static const ALIGN16_BEG int mantissa_mask[4] ALIGN16_END = local
246 static const ALIGN16_BEG int zero_biased_exponent_is_one[4] ALIGN16_END = local
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 C
302 static const ALIGN16_BEG float max_input[4] ALIGN16_END = local
304 static const ALIGN16_BEG float min_input[4] ALIGN16_END = local
309 static const ALIGN16_BEG float half[4] ALIGN16_END = local
314 static const ALIGN16_BEG int float_exponent_bias[4] ALIGN16_END = local
324 static const ALIGN16_BEG float C2[4] ALIGN16_END = local
326 static const ALIGN16_BEG float C1[4] ALIGN16_END = local
328 static const ALIGN16_BEG float C0[4] ALIGN16_END = local
[all...]

Completed in 103 milliseconds