Home
last modified time | relevance | path

Searched refs:OPUS_X86_PRESUME_SSE (Results 1 – 6 of 6) sorted by relevance

/external/libopus/win32/
Dconfig.h47 #define OPUS_X86_PRESUME_SSE 1 macro
56 …fined(OPUS_X86_PRESUME_SSE4_1) || !defined(OPUS_X86_PRESUME_SSE2) || !defined(OPUS_X86_PRESUME_SSE)
/external/libopus/celt/x86/
Dpitch_sse.h61 #elif defined(OPUS_X86_PRESUME_SSE) && !defined(FIXED_POINT)
112 #elif defined(OPUS_X86_PRESUME_SSE) && !defined(FIXED_POINT)
156 #if defined(OPUS_X86_PRESUME_SSE)
Dx86cpu.c38 #if (defined(OPUS_X86_MAY_HAVE_SSE) && !defined(OPUS_X86_PRESUME_SSE)) || \
Dx86_celt_map.c93 #if defined(OPUS_X86_MAY_HAVE_SSE) && !defined(OPUS_X86_PRESUME_SSE)
/external/libopus/celt/
Dcpu_support.h46 #elif (defined(OPUS_X86_MAY_HAVE_SSE) && !defined(OPUS_X86_PRESUME_SSE)) || \
/external/libopus/
Dconfigure.ac542 [OPUS_X86_PRESUME_SSE],
553 AS_IF([test x"$OPUS_X86_MAY_HAVE_SSE" = x"1" && test x"$OPUS_X86_PRESUME_SSE" != x"1"],
628 AS_IF([test x"$OPUS_X86_PRESUME_SSE" = x"1"],
629 … [AC_DEFINE([OPUS_X86_PRESUME_SSE], 1, [Define if binary requires SSE intrinsics support])], definition