/external/libopus/silk/fixed/ |
corrMatrix_FIX.c | 50 opus_int32 inner_prod; local 58 inner_prod = 0; 60 inner_prod += silk_RSHIFT32( silk_SMULBB( ptr1[ i ], ptr2[i] ), rshifts ); 62 Xt[ lag ] = inner_prod; /* X[:,lag]'*t */
|
/external/speex/libspeex/ |
ltp_sse.h | 38 float inner_prod(const float *a, const float *b, int len) function
|
ltp_bfin.h | 37 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);
|
ltp_arm4.h | 36 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);
|
ltp.c | 59 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);
|