Home
last modified time | relevance | path

Searched refs:OPUS_X86_MAY_HAVE_SSE2 (Results 1 – 11 of 11) sorted by relevance

/external/libopus/celt/x86/
Dpitch_sse.h87 #if defined(OPUS_X86_MAY_HAVE_SSE2) && defined(FIXED_POINT)
94 #if defined(OPUS_X86_MAY_HAVE_SSE2) && !defined(FIXED_POINT)
118 #elif ((defined(OPUS_X86_MAY_HAVE_SSE4_1) || defined(OPUS_X86_MAY_HAVE_SSE2)) && defined(FIXED_POIN…
Dx86_celt_map.c75 …(!defined(OPUS_X86_MAY_HAVE_SSE_4_1) && defined(OPUS_X86_MAY_HAVE_SSE2) && !defined(OPUS_X86_PRESU…
154 #if defined(OPUS_X86_MAY_HAVE_SSE2) && !defined(OPUS_X86_PRESUME_SSE2)
Dvq_sse.h30 #if defined(OPUS_X86_MAY_HAVE_SSE2) && !defined(FIXED_POINT)
Dx86cpu.h37 # if defined(OPUS_X86_MAY_HAVE_SSE2)
Dx86cpu.c39 (defined(OPUS_X86_MAY_HAVE_SSE2) && !defined(OPUS_X86_PRESUME_SSE2)) || \
Dpitch_sse2.c41 #if defined(OPUS_X86_MAY_HAVE_SSE2) && defined(FIXED_POINT)
/external/libopus/celt/
Dcpu_support.h47 (defined(OPUS_X86_MAY_HAVE_SSE2) && !defined(OPUS_X86_PRESUME_SSE2)) || \
Dvq.h40 #if (defined(OPUS_X86_MAY_HAVE_SSE2) && !defined(FIXED_POINT))
Dpitch.h41 …|| ((defined(OPUS_X86_MAY_HAVE_SSE4_1) || defined(OPUS_X86_MAY_HAVE_SSE2)) && defined(FIXED_POINT))
/external/libopus/win32/
Dconfig.h41 #define OPUS_X86_MAY_HAVE_SSE2 macro
/external/libopus/
Dconfigure.ac562 [OPUS_X86_MAY_HAVE_SSE2],
574 AS_IF([test x"$OPUS_X86_MAY_HAVE_SSE2" = x"1" && test x"$OPUS_X86_PRESUME_SSE2" != x"1"],
636 AS_IF([test x"$OPUS_X86_MAY_HAVE_SSE2" = x"1"],
638 AC_DEFINE([OPUS_X86_MAY_HAVE_SSE2], 1, [Compiler supports X86 SSE2 Intrinsics]) definition
737 [test x"$OPUS_X86_MAY_HAVE_SSE2" = x"1"])