Home
last modified time | relevance | path

Searched refs:kSSE2 (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/src/system_wrappers/interface/
Dcpu_features_wrapper.h22 kSSE2, enumerator
/external/webrtc/src/system_wrappers/source/
Dcpu_features.cc57 if (feature == kSSE2) { in GetCPUInfo()
/external/webp/src/dsp/
Dcpu.c51 if (feature == kSSE2) { in x86CPUInfo()
Dupsampling.c327 if (VP8GetCPUInfo(kSSE2)) { in WebPInitUpsamplers()
347 if (VP8GetCPUInfo(kSSE2)) { in WebPInitPremultiply()
Ddsp.h41 kSSE2, enumerator
Denc.c734 if (VP8GetCPUInfo(kSSE2)) { in VP8EncDspInit()
Ddec.c719 if (VP8GetCPUInfo(kSSE2)) { in VP8DspInit()
/external/webrtc/src/modules/audio_processing/aec/
Daec_rdft.c579 if (WebRtc_GetCPUInfo(kSSE2)) { in aec_rdft_init()
Daec_core.c519 if (WebRtc_GetCPUInfo(kSSE2)) { in WebRtcAec_InitAec()