Searched refs:celt_inner_prod_c (Results 1 – 4 of 4) sorted by relevance
/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 | 160 static OPUS_INLINE opus_val32 celt_inner_prod_c(const opus_val16 *x, in celt_inner_prod_c() function 172 ((void)(arch),celt_inner_prod_c(x, y, N))
|
D | pitch.c | 289 sum = celt_inner_prod_c(_x, _y+i, len); in celt_pitch_xcorr_c() 381 sum = celt_inner_prod_c(x_lp, y+i, len>>1); in pitch_search()
|
D | bands.c | 167 …sum = 1e-27f + celt_inner_prod_c(&X[c*N+(eBands[i]<<LM)], &X[c*N+(eBands[i]<<LM)], (eBands[i+1]-eB… in compute_band_energies()
|