HomeSort by relevance Sort by last modified time
    Searched defs:inner_prod (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/opus/src/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/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/chromium_org/third_party/speex/libspeex/
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);

Completed in 1103 milliseconds