Searched refs:lsfdeq (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | decoder_interpolate_lsf.c | 32 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()
|
D | simple_interpolate_lsf.c | 36 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()
|
D | lpc_encode.c | 42 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()
|
D | simple_lsf_quant.c | 28 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()
|
D | simple_lsf_dequant.c | 27 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()
|
D | decode.c | 97 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()
|
D | simple_lsf_dequant.h | 29 int16_t* lsfdeq, /* (o) dequantized lsf coefficients */
|
D | simple_lsf_quant.h | 29 int16_t* lsfdeq, /* (o) dequantized lsf coefficients
|
D | decoder_interpolate_lsf.h | 32 int16_t* lsfdeq, /* (i) dequantized lsf coefficients */
|
D | simple_interpolate_lsf.h | 36 int16_t* lsfdeq, /* (i) the dequantized lsf coefficients Q13 */
|