Home
last modified time | relevance | path

Searched refs:WebRtcIlbcfix_kLsfMean (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dinit_encode.c56 WEBRTC_SPL_MEMCPY_W16(iLBCenc_inst->lsfold, WebRtcIlbcfix_kLsfMean, LPC_FILTERORDER); in WebRtcIlbcfix_InitEncode()
57 WEBRTC_SPL_MEMCPY_W16(iLBCenc_inst->lsfdeqold, WebRtcIlbcfix_kLsfMean, LPC_FILTERORDER); in WebRtcIlbcfix_InitEncode()
Dconstants.h48 extern const int16_t WebRtcIlbcfix_kLsfMean[];
Dconstants.c437 const int16_t WebRtcIlbcfix_kLsfMean[LPC_FILTERORDER] = { variable
Dinit_decode.c58 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold, WebRtcIlbcfix_kLsfMean, LPC_FILTERORDER); in WebRtcIlbcfix_InitDecode()