Searched defs:dual_inner_prod (Results 1 – 5 of 5) sorted by relevance
/external/libopus/celt/arm/ |
D | pitch_arm.h | 42 # define dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) ((void)(arch), PRESUME_NEON(dual_inner_p… macro 62 # define dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) ((*DUAL_INNER_PROD_IMPL[(arch)&OPUS_ARCH… macro 65 # define dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) ((void)(arch), dual_inner_prod_neon(x, y… macro
|
/external/libopus/celt/x86/ |
D | pitch_sse.h | 157 # define dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) \ macro 172 #define dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) \ macro
|
/external/rnnoise/src/ |
D | pitch.h | 119 static OPUS_INLINE void dual_inner_prod(const opus_val16 *x, const opus_val16 *y01, const opus_val1… in dual_inner_prod() function
|
/external/libopus/celt/mips/ |
D | pitch_mipsr1.h | 38 static inline void dual_inner_prod(const opus_val16 *x, const opus_val16 *y01, const opus_val16 *y0… in dual_inner_prod() function
|
/external/libopus/celt/ |
D | pitch.h | 153 # define dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) \ macro
|