Home
last modified time | relevance | path

Searched refs:WebRtc_GetCPUInfo (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Dvector_math_unittest.cc83 if (WebRtc_GetCPUInfo(kSSE2) != 0) { in TEST()
105 if (WebRtc_GetCPUInfo(kSSE2) != 0) { in TEST()
126 if (WebRtc_GetCPUInfo(kSSE2) != 0) { in TEST()
Daec3_common.cc23 if (WebRtc_GetCPUInfo(kSSE2) != 0) { in DetectOptimization()
Dadaptive_fir_filter_erl_unittest.cc56 bool use_sse2 = (WebRtc_GetCPUInfo(kSSE2) != 0); in TEST()
Daec3_fft.cc76 return WebRtc_GetCPUInfo(kSSE2) != 0; in IsSse2Available()
Dfft_data_unittest.cc23 if (WebRtc_GetCPUInfo(kSSE2) != 0) { in TEST()
Dadaptive_fir_filter_unittest.cc182 bool use_sse2 = (WebRtc_GetCPUInfo(kSSE2) != 0); in TEST_P()
254 bool use_sse2 = (WebRtc_GetCPUInfo(kSSE2) != 0); in TEST_P()
Dmatched_filter_unittest.cc96 bool use_sse2 = (WebRtc_GetCPUInfo(kSSE2) != 0); in TEST()
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Dcommon.cc21 if (WebRtc_GetCPUInfo(kSSE2) != 0) { in DetectOptimization()
Dtest_utils.cc112 return WebRtc_GetCPUInfo(kSSE2) != 0; in IsOptimizationAvailable()
/external/webrtc/system_wrappers/include/
Dcpu_features_wrapper.h34 extern WebRtc_CPUInfo WebRtc_GetCPUInfo;
/external/webrtc/common_audio/
Dfir_filter_factory.cc42 if (WebRtc_GetCPUInfo(kSSE2)) { in CreateFirFilter()
/external/webrtc/system_wrappers/source/
Dcpu_features.cc71 WebRtc_CPUInfo WebRtc_GetCPUInfo = GetCPUInfo; variable
/external/webrtc/modules/video_processing/util/
Ddenoiser_filter.cc44 if (WebRtc_GetCPUInfo(kSSE2)) { in Create()
/external/webrtc/modules/desktop_capture/
Ddiffer_block.cc38 bool have_sse2 = WebRtc_GetCPUInfo(kSSE2) != 0; in VectorDifference()
/external/webrtc/common_audio/resampler/
Dsinc_resampler_unittest.cc132 ASSERT_TRUE(WebRtc_GetCPUInfo(kSSE2)); in TEST()
195 ASSERT_TRUE(WebRtc_GetCPUInfo(kSSE2)); in TEST()
Dsinc_resampler.cc136 convolve_proc_ = WebRtc_GetCPUInfo(kSSE2) ? Convolve_SSE : Convolve_C; in InitializeCPUSpecificFeatures()
/external/webrtc/modules/audio_processing/agc2/
Dsignal_classifier.cc29 return WebRtc_GetCPUInfo(kSSE2) != 0; in IsSse2Available()
/external/webrtc/common_audio/third_party/ooura/fft_size_128/
Dooura_fft.cc326 use_sse2_ = (WebRtc_GetCPUInfo(kSSE2) != 0); in OouraFft()