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

/external/chromium_org/third_party/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];
200 int16_t prevLag, prevLpc[LPC_FILTERORDER+1];
206 int16_t old_syntdenum[(LPC_FILTERORDER + 1)*NSUB_MAX];

Completed in 316 milliseconds