Searched refs:lsfdeqold (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | simple_interpolate_lsf.c | 41 int16_t *lsfdeqold, /* (i) the dequantized lsf coefficients of the in WebRtcIlbcfix_SimpleInterpolateLsf() argument 63 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeqold, lsfdeq, in WebRtcIlbcfix_SimpleInterpolateLsf() 102 WEBRTC_SPL_MEMCPY_W16(lsfdeqold, lsfdeq2, length); in WebRtcIlbcfix_SimpleInterpolateLsf() 109 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeqold, lsfdeq, in WebRtcIlbcfix_SimpleInterpolateLsf() 128 WEBRTC_SPL_MEMCPY_W16(lsfdeqold, lsfdeq, length); in WebRtcIlbcfix_SimpleInterpolateLsf()
|
D | decoder_interpolate_lsf.c | 49 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, (*iLBCdec_inst).lsfdeqold, lsfdeq, in WebRtcIlbcfix_DecoderInterpolateLsp() 69 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, iLBCdec_inst->lsfdeqold, lsfdeq, in WebRtcIlbcfix_DecoderInterpolateLsp() 81 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold, lsfdeq2, length); in WebRtcIlbcfix_DecoderInterpolateLsp() 83 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold, lsfdeq, length); in WebRtcIlbcfix_DecoderInterpolateLsp()
|
D | defines.h | 156 int16_t lsfdeqold[LPC_FILTERORDER]; member 195 int16_t lsfdeqold[LPC_FILTERORDER]; member
|
D | simple_interpolate_lsf.h | 41 int16_t* lsfdeqold, /* (i) the dequantized lsf coefficients of the
|
D | lpc_encode.c | 59 iLBCenc_inst->lsfdeqold, LPC_FILTERORDER, iLBCenc_inst); in WebRtcIlbcfix_LpcEncode()
|
D | init_encode.c | 59 WEBRTC_SPL_MEMCPY_W16(iLBCenc_inst->lsfdeqold, WebRtcIlbcfix_kLsfMean, LPC_FILTERORDER); in WebRtcIlbcfix_InitEncode()
|
D | init_decode.c | 60 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold, WebRtcIlbcfix_kLsfMean, LPC_FILTERORDER); in WebRtcIlbcfix_InitDecode()
|