Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/include/
Dcpu_features_wrapper.h22 kSSE2, enumerator
/external/webrtc/webrtc/modules/video_processing/util/
Ddenoiser_filter.cc32 if (WebRtc_GetCPUInfo(kSSE2)) { in Create()
/external/webrtc/webrtc/system_wrappers/source/
Dcpu_features.cc55 if (feature == kSSE2) { in GetCPUInfo()
/external/webrtc/webrtc/modules/desktop_capture/
Ddiffer_block.cc46 bool have_sse2 = WebRtc_GetCPUInfo(kSSE2) != 0; in BlockDifference()
/external/webp/src/dsp/
Dyuv.c94 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
280 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
Dcost.c399 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
Dupsampling.c237 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
282 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
Dcpu.c139 if (feature == kSSE2) { in x86CPUInfo()
Dssim.c154 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
Drescaler.c217 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
Dfilters.c258 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
Dalpha_processing.c435 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
Ddsp.h209 kSSE2, enumerator
Dlossless.c622 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
Dlossless_enc.c961 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
Denc.c777 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
Ddec.c811 if (VP8GetCPUInfo(kSSE2)) { in WEBP_DSP_INIT_FUNC()
/external/webrtc/webrtc/common_audio/
Dfir_filter.cc53 if (WebRtc_GetCPUInfo(kSSE2)) { in Create()
/external/webrtc/webrtc/common_audio/resampler/
Dsinc_resampler_unittest.cc130 ASSERT_TRUE(WebRtc_GetCPUInfo(kSSE2)); in TEST()
192 ASSERT_TRUE(WebRtc_GetCPUInfo(kSSE2)); in TEST()
Dsinc_resampler.cc133 convolve_proc_ = WebRtc_GetCPUInfo(kSSE2) ? Convolve_SSE : Convolve_C; in InitializeCPUSpecificFeatures()
/external/webrtc/webrtc/modules/video_processing/
Dcontent_analysis.cc39 if (WebRtc_GetCPUInfo(kSSE2)) { in VPMContentAnalysis()
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_rdft.c575 if (WebRtc_GetCPUInfo(kSSE2)) { in aec_rdft_init()
Daec_core.c1514 if (WebRtc_GetCPUInfo(kSSE2)) { in WebRtcAec_CreateAec()