Searched refs:prevLpc (Results 1 – 3 of 3) sorted by relevance
75 iLBCdec_inst->prevLpc[0] = 4096; in WebRtcIlbcfix_InitDecode()76 WebRtcSpl_MemSetW16(iLBCdec_inst->prevLpc+1, 0, LPC_FILTERORDER); in WebRtcIlbcfix_InitDecode()
284 WEBRTC_SPL_MEMCPY_W16(PLClpc, (*iLBCdec_inst).prevLpc, LPC_FILTERORDER+1); in WebRtcIlbcfix_DoThePlc()301 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->prevLpc, PLClpc, (LPC_FILTERORDER+1)); in WebRtcIlbcfix_DoThePlc()
201 int16_t prevLpc[LPC_FILTERORDER+1]; member