Searched defs:inner_prod (Results 1 - 4 of 4) sorted by relevance

/external/speex/libspeex/
H A Dltp_sse.h38 float inner_prod(const float *a, const float *b, int len) function
H A Dltp_arm4.h36 spx_word32_t inner_prod(const spx_word16_t *x, const spx_word16_t *y, int len) function
94 //corr[nb_pitch-1-i]=inner_prod(x, _y+i, len);
H A Dltp_bfin.h37 spx_word32_t inner_prod(const spx_word16_t *x, const spx_word16_t *y, int len) function
91 "LOOP inner_prod%= LC1 = P3 >> 1;\n\t"
92 "LOOP_BEGIN inner_prod%=;\n\t"
95 "LOOP_END inner_prod%=;\n\t"
178 energy[0]=inner_prod(sw-start, sw-start, len);
179 e0=inner_prod(sw, sw, len);
H A Dltp.c59 spx_word32_t inner_prod(const spx_word16_t *x, const spx_word16_t *y, int len) function
85 /*corr[nb_pitch-1-i]=inner_prod(x, _y+i, len);*/
148 corr[nb_pitch-1-i]=inner_prod(_x, _y+i, len);
230 energy[0]=inner_prod(sw-start, sw-start, len);
231 e0=inner_prod(sw, sw, len);
440 corr[i]=inner_prod(x[i],new_target,nsf);
443 A[i][j]=A[j][i]=inner_prod(x[i],x[j],nsf);
522 err = inner_prod(new_target, new_target, nsf);

Completed in 342 milliseconds