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

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

Completed in 210 milliseconds