28 #ifndef CELT_LPC_SSE_H 29 #define CELT_LPC_SSE_H 35 #if defined(OPUS_X86_MAY_HAVE_SSE4_1) && defined(FIXED_POINT) 36 #define OVERRIDE_CELT_FIR 47 #if defined(OPUS_X86_PRESUME_SSE4_1) 48 #define celt_fir(x, num, y, N, ord, mem, arch) \ 49 ((void)arch, celt_fir_sse4_1(x, num, y, N, ord, mem, arch)) 62 # define celt_fir(x, num, y, N, ord, mem, arch) \ 63 ((*CELT_FIR_IMPL[(arch) & OPUS_ARCHMASK])(x, num, y, N, ord, mem, arch)) #define OPUS_ARCHMASK
Definition: cpu_support.h:63
float opus_val16
Definition: arch.h:148
void
Definition: AVFoundationCFSoftLinking.h:81
EGLSurface EGLint x
Definition: eglext.h:950
EGLSurface EGLint EGLint y
Definition: eglext.h:950
#define N
Definition: gcc-loops.cpp:14
string arch
Definition: runtests.py:65