OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lsfdeq2
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
decoder_interpolate_lsf.c
39
int16_t lp[LPC_FILTERORDER + 1], *
lsfdeq2
;
local
41
lsfdeq2
= lsfdeq + length;
56
WebRtcIlbcfix_LspInterpolate2PolyDec(lp, lsfdeq,
lsfdeq2
,
79
WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold,
lsfdeq2
, length);
simple_interpolate_lsf.c
48
int16_t *lsf2, *
lsfdeq2
;
local
53
lsfdeq2
= lsfdeq + length;
81
WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeq,
lsfdeq2
,
100
WEBRTC_SPL_MEMCPY_W16(lsfdeqold,
lsfdeq2
, length);
Completed in 86 milliseconds