Searched defs:LPC_FILTERORDER (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddefines.h44 #define LPC_FILTERORDER 10 macro
146 int16_t anaMem[LPC_FILTERORDER];
149 int16_t lsfold[LPC_FILTERORDER];
150 int16_t lsfdeqold[LPC_FILTERORDER];
187 int16_t syntMem[LPC_FILTERORDER];
190 int16_t lsfdeqold[LPC_FILTERORDER];
201 int16_t prevLpc[LPC_FILTERORDER+1];
207 int16_t old_syntdenum[(LPC_FILTERORDER + 1)*NSUB_MAX];

Completed in 446 milliseconds