Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/ilbc/
Ddecoder_interpolate_lsf.c32 int16_t *lsfdeq, /* (i) dequantized lsf coefficients */ in WebRtcIlbcfix_DecoderInterpolateLsp() argument
41 lsfdeq2 = lsfdeq + length; in WebRtcIlbcfix_DecoderInterpolateLsp()
47 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, (*iLBCdec_inst).lsfdeqold, lsfdeq, in WebRtcIlbcfix_DecoderInterpolateLsp()
56 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, lsfdeq, lsfdeq2, in WebRtcIlbcfix_DecoderInterpolateLsp()
67 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, iLBCdec_inst->lsfdeqold, lsfdeq, in WebRtcIlbcfix_DecoderInterpolateLsp()
81 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold, lsfdeq, length); in WebRtcIlbcfix_DecoderInterpolateLsp()
Dsimple_interpolate_lsf.c36 int16_t *lsfdeq, /* (i) the dequantized lsf coefficients Q13 */ in WebRtcIlbcfix_SimpleInterpolateLsf() argument
53 lsfdeq2 = lsfdeq + length; in WebRtcIlbcfix_SimpleInterpolateLsf()
61 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeqold, lsfdeq, in WebRtcIlbcfix_SimpleInterpolateLsf()
81 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeq, lsfdeq2, in WebRtcIlbcfix_SimpleInterpolateLsf()
107 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeqold, lsfdeq, in WebRtcIlbcfix_SimpleInterpolateLsf()
126 WEBRTC_SPL_MEMCPY_W16(lsfdeqold, lsfdeq, length); in WebRtcIlbcfix_SimpleInterpolateLsf()
Dlpc_encode.c42 int16_t lsfdeq[LPC_FILTERORDER * LPC_N_MAX]; in WebRtcIlbcfix_LpcEncode() local
48 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()
56 lsf, lsfdeq, iLBCenc_inst->lsfold, in WebRtcIlbcfix_LpcEncode()
Dsimple_lsf_quant.c28 int16_t *lsfdeq, /* (o) dequantized lsf coefficients in WebRtcIlbcfix_SimpleLsfQ() argument
37 WebRtcIlbcfix_SplitVq( lsfdeq, index, lsf, in WebRtcIlbcfix_SimpleLsfQ()
42 WebRtcIlbcfix_SplitVq( lsfdeq + LPC_FILTERORDER, index + LSF_NSPLIT, in WebRtcIlbcfix_SimpleLsfQ()
Dsimple_lsf_dequant.c27 int16_t *lsfdeq, /* (o) dequantized lsf coefficients */ in WebRtcIlbcfix_SimpleLsfDeQ() argument
39 lsfdeq[pos + j] = WebRtcIlbcfix_kLsfCb[cb_pos + j + index[i] * in WebRtcIlbcfix_SimpleLsfDeQ()
52 lsfdeq[LPC_FILTERORDER + pos + j] = WebRtcIlbcfix_kLsfCb[ in WebRtcIlbcfix_SimpleLsfDeQ()
Ddecode.c97 int16_t lsfdeq[LPC_FILTERORDER*LPC_N_MAX]; in WebRtcIlbcfix_DecodeImpl() local
104 WebRtcIlbcfix_SimpleLsfDeQ(lsfdeq, (int16_t*)(iLBCbits_inst->lsf), iLBCdec_inst->lpc_n); in WebRtcIlbcfix_DecodeImpl()
105 WebRtcIlbcfix_LsfCheck(lsfdeq, LPC_FILTERORDER, iLBCdec_inst->lpc_n); in WebRtcIlbcfix_DecodeImpl()
107 lsfdeq, LPC_FILTERORDER, iLBCdec_inst); in WebRtcIlbcfix_DecodeImpl()
Dsimple_lsf_dequant.h29 int16_t* lsfdeq, /* (o) dequantized lsf coefficients */
Dsimple_lsf_quant.h29 int16_t* lsfdeq, /* (o) dequantized lsf coefficients
Ddecoder_interpolate_lsf.h32 int16_t* lsfdeq, /* (i) dequantized lsf coefficients */
Dsimple_interpolate_lsf.h36 int16_t* lsfdeq, /* (i) the dequantized lsf coefficients Q13 */