Home
last modified time | relevance | path

Searched refs:lastLPCVec (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dstructs.h376 double lastLPCVec[UB_LPC_ORDER]; member
Dencode.c705 memcpy(lpcVecs, ISACencUB_obj->lastLPCVec, UB_LPC_ORDER * sizeof(double)); in WebRtcIsac_EncodeUb16()
715 memcpy(ISACencUB_obj->lastLPCVec, in WebRtcIsac_EncodeUb16()
Disac.c411 memcpy(&(instUB->ISACencUB_obj.lastLPCVec), in EncoderInitUb()
1525 memcpy(&(instISAC->instUB.ISACencUB_obj.lastLPCVec), in WebRtcIsac_Control()