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

/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_common.h17 #define ALIGN16_BEG __declspec(align(16)) macro
20 #define ALIGN16_BEG macro
24 extern ALIGN16_BEG const float ALIGN16_END WebRtcAec_sqrtHanning[65];
25 extern ALIGN16_BEG const float ALIGN16_END WebRtcAec_weightCurve[65];
26 extern ALIGN16_BEG const float ALIGN16_END WebRtcAec_overDriveCurve[65];
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_rdft.h23 # define ALIGN16_BEG __declspec(align(16)) macro
26 # define ALIGN16_BEG macro

Completed in 110 milliseconds