OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lsfold
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
simple_interpolate_lsf.c
37
int16_t *
lsfold
, /* (i) the unquantized lsf coefficients of
67
WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp,
lsfold
, lsf,
99
WEBRTC_SPL_MEMCPY_W16(
lsfold
, lsf2, length);
113
WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp,
lsfold
, lsf,
125
WEBRTC_SPL_MEMCPY_W16(
lsfold
, lsf, length);
simple_interpolate_lsf.h
37
int16_t *
lsfold
, /* (i) the unquantized lsf coefficients of
init_encode.c
56
WEBRTC_SPL_MEMCPY_W16(iLBCenc_inst->
lsfold
, WebRtcIlbcfix_kLsfMean, LPC_FILTERORDER);
lpc_encode.c
56
lsf, lsfdeq, iLBCenc_inst->
lsfold
,
defines.h
149
int16_t
lsfold
[LPC_FILTERORDER];
member in struct:IlbcEncoder_
Completed in 185 milliseconds