Searched refs:kSSE2 (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dcpu_features_wrapper.h22 kSSE2, enumerator in enum:__anon16147
/external/webrtc/src/system_wrappers/interface/
H A Dcpu_features_wrapper.h22 kSSE2, enumerator in enum:__anon33515
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddiffer_block.cc44 bool have_sse2 = WebRtc_GetCPUInfo(kSSE2) != 0;
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcpu_features.cc55 if (feature == kSSE2) {
/external/webrtc/src/system_wrappers/source/
H A Dcpu_features.cc57 if (feature == kSSE2) {
/external/chromium_org/third_party/libwebp/dsp/
H A Dcpu.c80 if (feature == kSSE2) {
H A Dyuv.c142 if (VP8GetCPUInfo(kSSE2)) {
H A Ddsp.h68 kSSE2, enumerator in enum:__anon13258
H A Dupsampling.c209 if (VP8GetCPUInfo(kSSE2)) {
H A Ddec.c717 if (VP8GetCPUInfo(kSSE2)) {
H A Denc.c720 if (VP8GetCPUInfo(kSSE2)) {
/external/chromium_org/third_party/webrtc/common_audio/
H A Dfir_filter.cc53 if (WebRtc_GetCPUInfo(kSSE2)) {
/external/webp/src/dsp/
H A Dcpu.c80 if (feature == kSSE2) {
H A Dyuv.c142 if (VP8GetCPUInfo(kSSE2)) {
H A Ddsp.h68 kSSE2, enumerator in enum:__anon33355
H A Dupsampling.c209 if (VP8GetCPUInfo(kSSE2)) {
H A Ddec.c717 if (VP8GetCPUInfo(kSSE2)) {
H A Denc.c720 if (VP8GetCPUInfo(kSSE2)) {
/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dsinc_resampler_unittest.cc129 ASSERT_TRUE(WebRtc_GetCPUInfo(kSSE2));
191 ASSERT_TRUE(WebRtc_GetCPUInfo(kSSE2));
H A Dsinc_resampler.cc129 convolve_proc_ = WebRtc_GetCPUInfo(kSSE2) ? Convolve_SSE : Convolve_C;
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dcontent_analysis.cc39 if (WebRtc_GetCPUInfo(kSSE2)) {
/external/chromium_org/third_party/libwebp/enc/
H A Dcost.c589 if (VP8GetCPUInfo(kSSE2)) {
/external/webp/src/enc/
H A Dcost.c589 if (VP8GetCPUInfo(kSSE2)) {
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_rdft.c575 if (WebRtc_GetCPUInfo(kSSE2)) {
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_rdft.c579 if (WebRtc_GetCPUInfo(kSSE2)) {

Completed in 1420 milliseconds

12