OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lsftmp
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
lsf_interpolate_to_poly_dec.c
35
int16_t
lsftmp
[LPC_FILTERORDER];
local
38
WebRtcIlbcfix_Interpolate(
lsftmp
, lsf1, lsf2, coef, length);
41
WebRtcIlbcfix_Lsf2Poly(a,
lsftmp
);
lsf_interpolate_to_poly_enc.c
37
int16_t
lsftmp
[LPC_FILTERORDER];
local
40
WebRtcIlbcfix_Interpolate(
lsftmp
, lsf1, lsf2, coef, length);
43
WebRtcIlbcfix_Lsf2Poly(a,
lsftmp
);
Completed in 34 milliseconds