OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lsfdeq2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
decoder_interpolate_lsf.c
38
int16_t lp[LPC_FILTERORDER + 1], *
lsfdeq2
;
local
40
lsfdeq2
= lsfdeq + length;
55
WebRtcIlbcfix_LspInterpolate2PolyDec(lp, lsfdeq,
lsfdeq2
,
78
WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold,
lsfdeq2
, length);
simple_interpolate_lsf.c
47
int16_t *lsf2, *
lsfdeq2
;
local
52
lsfdeq2
= lsfdeq + length;
80
WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeq,
lsfdeq2
,
99
WEBRTC_SPL_MEMCPY_W16(lsfdeqold,
lsfdeq2
, length);
Completed in 65 milliseconds