Searched refs:inner_prod (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | speexdec.c | 671 static float inner_prod(const float *x, const float *y, int len) in inner_prod() function 697 corr[0][i] = inner_prod(exc, exc - pitch - 3 + i, len); in interp_pitch() 756 iexc0_mag = sqrtf(1000.f + inner_prod(iexc, iexc, nsf)); in multicomb() 757 iexc1_mag = sqrtf(1000.f + inner_prod(iexc + nsf, iexc + nsf, nsf)); in multicomb() 758 exc_mag = sqrtf(1.f + inner_prod(exc, exc, nsf)); in multicomb() 759 corr0 = inner_prod(iexc, exc, nsf); in multicomb() 760 corr1 = inner_prod(iexc + nsf, exc, nsf); in multicomb()
|
Completed in 3 milliseconds