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/
Dargb.c57 if (VP8GetCPUInfo(kSSE2)) { in VP8EncDspARGBInit()
Dupsampling.c199 if (VP8GetCPUInfo(kSSE2)) { in WebPInitYUV444Converters()
241 if (VP8GetCPUInfo(kSSE2)) { in WebPInitUpsamplers()
Dcost.c403 if (VP8GetCPUInfo(kSSE2)) { in VP8EncDspCostInit()
Dyuv.c148 if (VP8GetCPUInfo(kSSE2)) { in WebPInitSamplers()
274 if (VP8GetCPUInfo(kSSE2)) { in WebPInitConvertARGBToYUV()
Dcpu.c105 if (feature == kSSE2) { in x86CPUInfo()
Dfilters.c229 if (VP8GetCPUInfo(kSSE2)) { in VP8FiltersInit()
Drescaler.c217 if (VP8GetCPUInfo(kSSE2)) { in WebPRescalerDspInit()
Dalpha_processing.c367 if (VP8GetCPUInfo(kSSE2)) { in WebPInitAlphaProcessing()
Ddsp.h105 kSSE2, enumerator
Dlossless.c617 if (VP8GetCPUInfo(kSSE2)) { in VP8LDspInit()
Dlossless_enc.c1187 if (VP8GetCPUInfo(kSSE2)) { in VP8LEncDspInit()
Denc.c769 if (VP8GetCPUInfo(kSSE2)) { in VP8EncDspInit()
Ddec.c740 if (VP8GetCPUInfo(kSSE2)) { in VP8DspInit()
/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()