Searched refs:celt_inner_prod_c (Results 1 – 4 of 4) sorted by relevance
/external/libopus/celt/arm/ |
D | arm_celt_map.c | 40 celt_inner_prod_c, /* ARMv4 */ 41 celt_inner_prod_c, /* EDSP */ 42 celt_inner_prod_c, /* Media */
|
D | pitch_neon_intr.c | 69 celt_assert(celt_inner_prod_c(x, y, N) == xy); in celt_inner_prod_neon()
|
/external/libopus/celt/x86/ |
D | x86_celt_map.c | 82 celt_inner_prod_c, /* non-sse */ 83 celt_inner_prod_c, 113 celt_inner_prod_c, /* non-sse */
|
/external/libopus/celt/ |
D | pitch.h | 159 static OPUS_INLINE opus_val32 celt_inner_prod_c(const opus_val16 *x, in celt_inner_prod_c() function 171 ((void)(arch),celt_inner_prod_c(x, y, N))
|