HomeSort by relevance Sort by last modified time
    Searched refs:kSSE2 (Results 1 - 23 of 23) sorted by null

  /external/webrtc/webrtc/system_wrappers/include/
cpu_features_wrapper.h 22 kSSE2,
  /external/webrtc/webrtc/modules/desktop_capture/
differ_block.cc 46 bool have_sse2 = WebRtc_GetCPUInfo(kSSE2) != 0;
  /external/webrtc/webrtc/modules/video_processing/util/
denoiser_filter.cc 32 if (WebRtc_GetCPUInfo(kSSE2)) {
  /external/webrtc/webrtc/system_wrappers/source/
cpu_features.cc 55 if (feature == kSSE2) {
  /external/webp/src/dsp/
argb.c 57 if (VP8GetCPUInfo(kSSE2)) {
cost.c 403 if (VP8GetCPUInfo(kSSE2)) {
cpu.c 139 if (feature == kSSE2) {
upsampling.c 199 if (VP8GetCPUInfo(kSSE2)) {
242 if (VP8GetCPUInfo(kSSE2)) {
yuv.c 150 if (VP8GetCPUInfo(kSSE2)) {
330 if (VP8GetCPUInfo(kSSE2)) {
filters.c 252 if (VP8GetCPUInfo(kSSE2)) {
rescaler.c 218 if (VP8GetCPUInfo(kSSE2)) {
dsp.h 133 kSSE2,
alpha_processing.c 376 if (VP8GetCPUInfo(kSSE2)) {
enc.c 818 if (VP8GetCPUInfo(kSSE2)) {
895 if (VP8GetCPUInfo(kSSE2)) {
dec.c 764 if (VP8GetCPUInfo(kSSE2)) {
lossless.c 639 if (VP8GetCPUInfo(kSSE2)) {
lossless_enc.c     [all...]
  /external/webrtc/webrtc/common_audio/
fir_filter.cc 53 if (WebRtc_GetCPUInfo(kSSE2)) {
  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler_unittest.cc 130 ASSERT_TRUE(WebRtc_GetCPUInfo(kSSE2));
192 ASSERT_TRUE(WebRtc_GetCPUInfo(kSSE2));
sinc_resampler.cc 133 convolve_proc_ = WebRtc_GetCPUInfo(kSSE2) ? Convolve_SSE : Convolve_C;
  /external/webrtc/webrtc/modules/video_processing/
content_analysis.cc 39 if (WebRtc_GetCPUInfo(kSSE2)) {
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft.c 575 if (WebRtc_GetCPUInfo(kSSE2)) {
aec_core.c     [all...]

Completed in 648 milliseconds