Searched defs:celt_inner_prod (Results 1 – 4 of 4) sorted by relevance
/external/libopus/celt/x86/ |
D | pitch_sse.h | 104 #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/ |
D | pitch_arm.h | 41 # 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/rnnoise/src/ |
D | pitch.h | 136 static OPUS_INLINE opus_val32 celt_inner_prod(const opus_val16 *x, in celt_inner_prod() function
|
/external/libopus/celt/ |
D | pitch.h | 170 # define celt_inner_prod(x, y, N, arch) \ macro
|