Home
last modified time | relevance | path

Searched defs:celt_inner_prod (Results 1 – 3 of 3) sorted by relevance

/external/libopus/celt/x86/
Dpitch_sse.h104 #define celt_inner_prod(x, y, N, arch) \ macro
109 #define celt_inner_prod(x, y, N, arch) \ macro
114 #define celt_inner_prod(x, y, N, arch) \ macro
127 #define celt_inner_prod(x, y, N, arch) \ macro
/external/libopus/celt/arm/
Dpitch_arm.h41 # define celt_inner_prod(x, y, N, arch) ((void)(arch), PRESUME_NEON(celt_inner_prod)(x, y, N)) macro
50 # define celt_inner_prod(x, y, N, arch) ((*CELT_INNER_PROD_IMPL[(arch)&OPUS_ARCHMASK])(x, y, N)) macro
53 # define celt_inner_prod(x, y, N, arch) ((void)(arch), celt_inner_prod_neon(x, y, N)) macro
/external/libopus/celt/
Dpitch.h170 # define celt_inner_prod(x, y, N, arch) \ macro