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

  /external/libvpx/libvpx/vp9/common/
vp9_rtcd_defs.pl 42 $avx2_x86_64 = 'avx2';
134 specialize qw/vp9_block_error avx2 sse2/;
136 specialize qw/vp9_block_error_fp avx2 sse2/;
143 specialize qw/vp9_block_error avx2 msa sse2/;
145 specialize qw/vp9_block_error_fp neon avx2 sse2/;
  /external/flac/libFLAC/include/private/
cpu.h 154 FLAC__bool avx2; member in struct:__anon20617
166 FLAC__bool avx2; member in struct:__anon20618
  /external/flac/libFLAC/
cpu.c 138 info->ia32.avx2 = (flags_ebx & FLAC__CPUINFO_IA32_CPUID_AVX2 ) ? true : false;
154 dfprintf(stderr, " AVX2 ....... %c\n", info->ia32.avx2 ? 'Y' : 'n');
163 info->ia32.avx2 = false;
199 info->x86.avx2 = (flags_ebx & FLAC__CPUINFO_IA32_CPUID_AVX2 ) ? true : false;
211 dfprintf(stderr, " AVX2 ....... %c\n", info->x86.avx2 ? 'Y' : 'n');
220 info->x86.avx2 = false;
272 __cpuidex(cpuinfo, ext, 0); /* for AVX2 detection */
stream_encoder.c     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
noavx-3.s 16 .arch .avx2
noavx-3.l 31 [ ]*16[ ]+\.arch \.avx2
avx2-intel.d 2 #name: i386 AVX2 insns (Intel disassembly)
3 #source: avx2.s
x86-64-avx2-intel.d 2 #name: x86-64 AVX2 insns (Intel disassembly)
3 #source: x86-64-avx2.s
  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp_rtcd_defs.pl 32 $avx2_x86_64 = 'avx2';
369 specialize qw/vpx_convolve8 sse2 ssse3 avx2 neon dspr2 msa vsx/;
372 specialize qw/vpx_convolve8_horiz sse2 ssse3 avx2 neon dspr2 msa vsx/;
375 specialize qw/vpx_convolve8_vert sse2 ssse3 avx2 neon dspr2 msa vsx/;
378 specialize qw/vpx_convolve8_avg sse2 ssse3 avx2 neon dspr2 msa vsx/;
381 specialize qw/vpx_convolve8_avg_horiz sse2 ssse3 avx2 neon dspr2 msa vsx/;
384 specialize qw/vpx_convolve8_avg_vert sse2 ssse3 avx2 neon dspr2 msa vsx/;
404 specialize qw/vpx_highbd_convolve_copy sse2 avx2 neon/;
407 specialize qw/vpx_highbd_convolve_avg sse2 avx2 neon/;
410 specialize qw/vpx_highbd_convolve8 avx2 neon/, "$sse2_x86_64"
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_subpixel_8t_intrin_avx2.c 399 FUN_CONV_1D(horiz, x0_q4, x_step_q4, h, src, , avx2);
400 FUN_CONV_1D(vert, y0_q4, y_step_q4, v, src - src_stride * 3, , avx2);
401 FUN_CONV_1D(avg_horiz, x0_q4, x_step_q4, h, src, avg_, avx2);
402 FUN_CONV_1D(avg_vert, y0_q4, y_step_q4, v, src - src_stride * 3, avg_, avx2);
414 FUN_CONV_2D(, avx2);
415 FUN_CONV_2D(avg_, avx2);
highbd_convolve_avx2.c     [all...]
  /external/skia/src/core/
SkOpts.cpp 20 #define SK_OPTS_NS avx2
  /external/skqp/src/core/
SkOpts.cpp 20 #define SK_OPTS_NS avx2
  /external/libvpx/libvpx/build/make/
rtcd.pl 404 @ALL_ARCHS = filter(qw/mmx sse sse2 sse3 ssse3 sse4_1 avx avx2 avx512/);
407 @ALL_ARCHS = filter(qw/mmx sse sse2 sse3 ssse3 sse4_1 avx avx2 avx512/);
configure.sh     [all...]
  /build/soong/cc/config/
x86_64_device.go 40 "-march=core-avx2",
x86_device.go 53 "-march=core-avx2",
  /external/boringssl/
sources.mk 290 linux-x86_64/crypto/fipsmodule/rsaz-avx2.S\
eureka.mk 346 linux-x86_64/crypto/fipsmodule/rsaz-avx2.S\
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block_amd64.s 13 // The avx2-version is described in an Intel White-Paper:
17 // AVX2 version by Intel, same algorithm as code in Linux kernel:
18 // https://github.com/torvalds/linux/blob/master/arch/x86/crypto/sha256-avx2-asm.S
155 // Definitions for AVX2 version
555 JE avx2
671 avx2: label
    [all...]
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block_amd64.s 13 // The avx2-version is described in an Intel White-Paper:
17 // AVX2 version by Intel, same algorithm as code in Linux kernel:
18 // https://github.com/torvalds/linux/blob/master/arch/x86/crypto/sha256-avx2-asm.S
155 // Definitions for AVX2 version
555 JE avx2
671 avx2: label
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
asm_amd64.s 2108 avx2: label
2293 avx2: label
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_amd64.s 2108 avx2: label
2293 avx2: label
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 939 %if (mmsize == 16 && notcpuflag(sse2)) || (mmsize == 32 && notcpuflag(avx2))
    [all...]

Completed in 623 milliseconds