Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dsimple_lsf_quant.c33 int16_t lpc_n /* (i) number of lsf sets to quantize */ in WebRtcIlbcfix_SimpleLsfQ() argument
40 if (lpc_n==2) { in WebRtcIlbcfix_SimpleLsfQ()
Dlpc_encode.c48 WebRtcIlbcfix_SimpleLsfQ(lsfdeq, lsf_index, lsf, iLBCenc_inst->lpc_n); in WebRtcIlbcfix_LpcEncode()
51 WebRtcIlbcfix_LsfCheck(lsfdeq, LPC_FILTERORDER, iLBCenc_inst->lpc_n); in WebRtcIlbcfix_LpcEncode()
Dsimple_lsf_dequant.c29 int16_t lpc_n /* (i) number of LPCs */ in WebRtcIlbcfix_SimpleLsfDeQ() argument
46 if (lpc_n>1) { in WebRtcIlbcfix_SimpleLsfDeQ()
Dinit_encode.c36 iLBCenc_inst->lpc_n = LPC_N_30MS; in WebRtcIlbcfix_InitEncode()
45 iLBCenc_inst->lpc_n = LPC_N_20MS; in WebRtcIlbcfix_InitEncode()
Dsimple_lpc_analysis.c50 for (k = 0; k < iLBCenc_inst->lpc_n; k++) { in WebRtcIlbcfix_SimpleLpcAnalysis()
54 if (k < (iLBCenc_inst->lpc_n - 1)) { in WebRtcIlbcfix_SimpleLpcAnalysis()
Dinit_decode.c39 iLBCdec_inst->lpc_n = LPC_N_30MS; in WebRtcIlbcfix_InitDecode()
48 iLBCdec_inst->lpc_n = LPC_N_20MS; in WebRtcIlbcfix_InitDecode()
Ddefines.h142 int16_t lpc_n; member
183 int16_t lpc_n; member
Dsimple_lsf_dequant.h31 int16_t lpc_n /* (i) number of LPCs */
Dsimple_lsf_quant.h34 int16_t lpc_n /* (i) number of lsf sets to quantize */
Ddecode.c97 WebRtcIlbcfix_SimpleLsfDeQ(lsfdeq, (int16_t*)(iLBCbits_inst->lsf), iLBCdec_inst->lpc_n); in WebRtcIlbcfix_DecodeImpl()
98 WebRtcIlbcfix_LsfCheck(lsfdeq, LPC_FILTERORDER, iLBCdec_inst->lpc_n); in WebRtcIlbcfix_DecodeImpl()