OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastLPCVec
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
structs.h
376
double
lastLPCVec
[UB_LPC_ORDER];
encode.c
705
memcpy(lpcVecs, ISACencUB_obj->
lastLPCVec
, UB_LPC_ORDER * sizeof(double));
715
memcpy(ISACencUB_obj->
lastLPCVec
,
[
all
...]
isac.c
411
memcpy(&(instUB->ISACencUB_obj.
lastLPCVec
),
[
all
...]
Completed in 47 milliseconds