HomeSort by relevance Sort by last modified time
    Searched refs:sse2 (Results 76 - 92 of 92) sorted by null

1 2 34

  /external/boringssl/src/crypto/modes/asm/
ghash-x86.pl 134 $sse2=0;
135 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
349 if (!$sse2) {{ # pure-MMX "May" version...
827 if ($sse2) {{
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.c 71 // case the C code is not bit-exact with corresponding sse2 code.
622 unsigned int sse2; local
625 0, &sse2);
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_sad4d_sse2.asm 274 INIT_XMM sse2
highbd_subpel_variance_impl_sse2.asm 1033 INIT_XMM sse2
1037 INIT_XMM sse2
subpel_variance_sse2.asm     [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 574 unsigned int sse2 = 0; local
576 sse2 = VP8_UVSSE(x);
578 if (sse2 * 2 < x->encode_breakout)
    [all...]
onyx_if.c 3419 unsigned int sse2; local
    [all...]
  /bionic/libc/arch-x86/silvermont/string/
sse2-memmove-slm.S 102 .section .text.sse2,"ax",@progbits
sse2-memset-slm.S 145 .section .text.sse2,"ax",@progbits
372 .pushsection .rodata.sse2,"a",@progbits
  /bionic/libc/arch-x86_64/string/
sse2-memmove-slm.S 91 .section .text.sse2,"ax",@progbits
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
sse2.d 3 #name: i386 sse2
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_subpel_variance.asm     [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 1203 check_gcc_machine_option sse2
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 1110 check_gcc_machine_option sse2
    [all...]
  /external/flac/libFLAC/
stream_encoder.c     [all...]
stream_decoder.c 410 if(decoder->private_->cpuinfo.ia32.sse2) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
x86inc.asm 689 %if mmsize == 16 && notcpuflag(sse2)
798 ; implementations, e.g. the SSE2 and SSSE3 versions may have different permutations.

Completed in 3872 milliseconds

1 2 34