Searched refs:ALLPASS_ORDER (Results 1 - 1 of 1) sorted by relevance

/external/speex/libspeex/
H A Dscal.c55 #define ALLPASS_ORDER 20 macro
73 float (*ring)[ALLPASS_ORDER];
100 st->ring = speex_alloc(channels*ALLPASS_ORDER*sizeof(float));
110 for (i=0;i<ALLPASS_ORDER;i++)
185 st->y[i] = alpha*(x[i-ALLPASS_ORDER+order]-beta*x[i-ALLPASS_ORDER+order-1])*st->vorbis_win[st->frame_size+i+order]
186 + x[i-ALLPASS_ORDER]*st->vorbis_win[st->frame_size+i]
209 for (i=0;i<ALLPASS_ORDER;i++)
214 float tmp = alpha*(x[i-ALLPASS_ORDER+order]-beta*x[i-ALLPASS_ORDER
[all...]

Completed in 66 milliseconds