Searched refs:lsfold (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | simple_interpolate_lsf.c | 37 int16_t *lsfold, /* (i) the unquantized lsf coefficients of in WebRtcIlbcfix_SimpleInterpolateLsf() argument 67 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfold, lsf, in WebRtcIlbcfix_SimpleInterpolateLsf() 99 WEBRTC_SPL_MEMCPY_W16(lsfold, lsf2, length); in WebRtcIlbcfix_SimpleInterpolateLsf() 113 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfold, lsf, in WebRtcIlbcfix_SimpleInterpolateLsf() 125 WEBRTC_SPL_MEMCPY_W16(lsfold, lsf, length); in WebRtcIlbcfix_SimpleInterpolateLsf()
|
D | simple_interpolate_lsf.h | 37 int16_t *lsfold, /* (i) the unquantized lsf coefficients of
|
D | lpc_encode.c | 56 lsf, lsfdeq, iLBCenc_inst->lsfold, in WebRtcIlbcfix_LpcEncode()
|
D | init_encode.c | 56 WEBRTC_SPL_MEMCPY_W16(iLBCenc_inst->lsfold, WebRtcIlbcfix_kLsfMean, LPC_FILTERORDER); in WebRtcIlbcfix_InitEncode()
|
D | defines.h | 149 int16_t lsfold[LPC_FILTERORDER]; member
|