OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prevLpc
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
init_decode.c
75
iLBCdec_inst->
prevLpc
[0] = 4096;
76
WebRtcSpl_MemSetW16(iLBCdec_inst->
prevLpc
+1, 0, LPC_FILTERORDER);
defines.h
201
int16_t
prevLpc
[LPC_FILTERORDER+1];
do_plc.c
284
WEBRTC_SPL_MEMCPY_W16(PLClpc, (*iLBCdec_inst).
prevLpc
, LPC_FILTERORDER+1);
301
WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->
prevLpc
, PLClpc, (LPC_FILTERORDER+1));
Completed in 48 milliseconds