Home
last modified time | relevance | path

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

/external/speex/libspeexdsp/
Dscal.c59 #define ALLPASS_ORDER 20 macro
77 float (*ring)[ALLPASS_ORDER];
104 st->ring = speex_alloc(channels*ALLPASS_ORDER*sizeof(float)); in speex_decorrelate_new()
114 for (i=0;i<ALLPASS_ORDER;i++) in speex_decorrelate_new()
189 …st->y[i] = alpha*(x[i-ALLPASS_ORDER+order]-beta*x[i-ALLPASS_ORDER+order-1])*st->vorbis_win[st->fra… in speex_decorrelate()
190 + x[i-ALLPASS_ORDER]*st->vorbis_win[st->frame_size+i] in speex_decorrelate()
213 for (i=0;i<ALLPASS_ORDER;i++) in speex_decorrelate()
218 …float tmp = alpha*(x[i-ALLPASS_ORDER+order]-beta*x[i-ALLPASS_ORDER+order-1])*st->vorbis_win[i+ord… in speex_decorrelate()
219 + x[i-ALLPASS_ORDER]*st->vorbis_win[i] in speex_decorrelate()