OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lagWindow
(Results
1 - 4
of
4
) sorted by null
/external/speex/libspeex/
sb_celp.h
63
const spx_word16_t *
lagWindow
; /**< Auto-correlation window */
nb_celp.h
84
const spx_word16_t *
lagWindow
; /**< Window applied to auto-correlation */
sb_celp.c
240
st->
lagWindow
= lag_window;
404
autocorr[i] = MULT16_16_Q14(autocorr[i],st->
lagWindow
[i]);
[
all
...]
nb_celp.c
169
st->
lagWindow
= lag_window;
317
autocorr[i] = MULT16_16_Q14(autocorr[i],st->
lagWindow
[i]);
[
all
...]
Completed in 177 milliseconds