Home
last modified time | relevance | path

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

/external/libopus/celt/x86/
Dpitch_sse.h157 # 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/libopus/celt/mips/
Dpitch_mipsr1.h38 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/
Dpitch.h154 # define dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) \ macro