Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dlpc_encode.c41 int16_t lsf[LPC_FILTERORDER * LPC_N_MAX]; in WebRtcIlbcfix_LpcEncode()
42 int16_t lsfdeq[LPC_FILTERORDER * LPC_N_MAX]; in WebRtcIlbcfix_LpcEncode()
Ddefines.h48 #define LPC_N_MAX 2 macro
121 int16_t lsf[LSF_NSPLIT*LPC_N_MAX];
Ddecode.c90 int16_t lsfdeq[LPC_FILTERORDER*LPC_N_MAX]; in WebRtcIlbcfix_DecodeImpl()