OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lsfdeq
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
simple_lsf_dequant.h
29
int16_t *
lsfdeq
, /* (o) dequantized lsf coefficients */
simple_lsf_quant.c
28
int16_t *
lsfdeq
, /* (o) dequantized lsf coefficients
37
WebRtcIlbcfix_SplitVq(
lsfdeq
, index, lsf,
42
WebRtcIlbcfix_SplitVq(
lsfdeq
+ LPC_FILTERORDER, index + LSF_NSPLIT,
decoder_interpolate_lsf.h
32
int16_t *
lsfdeq
, /* (i) dequantized lsf coefficients */
lpc_encode.c
42
int16_t
lsfdeq
[LPC_FILTERORDER * LPC_N_MAX];
local
48
WebRtcIlbcfix_SimpleLsfQ(
lsfdeq
, lsf_index, lsf, iLBCenc_inst->lpc_n);
51
WebRtcIlbcfix_LsfCheck(
lsfdeq
, LPC_FILTERORDER, iLBCenc_inst->lpc_n);
56
lsf,
lsfdeq
, iLBCenc_inst->lsfold,
simple_lsf_quant.h
29
int16_t *
lsfdeq
, /* (o) dequantized lsf coefficients
simple_interpolate_lsf.h
36
int16_t *
lsfdeq
, /* (i) the dequantized lsf coefficients Q13 */
decoder_interpolate_lsf.c
32
int16_t *
lsfdeq
, /* (i) dequantized lsf coefficients */
41
lsfdeq2 =
lsfdeq
+ length;
47
WebRtcIlbcfix_LspInterpolate2PolyDec(lp, (*iLBCdec_inst).lsfdeqold,
lsfdeq
,
56
WebRtcIlbcfix_LspInterpolate2PolyDec(lp,
lsfdeq
, lsfdeq2,
67
WebRtcIlbcfix_LspInterpolate2PolyDec(lp, iLBCdec_inst->lsfdeqold,
lsfdeq
,
81
WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold,
lsfdeq
, length);
simple_lsf_dequant.c
27
int16_t *
lsfdeq
, /* (o) dequantized lsf coefficients */
39
lsfdeq
[pos + j] = WebRtcIlbcfix_kLsfCb[cb_pos + j + index[i] *
52
lsfdeq
[LPC_FILTERORDER + pos + j] = WebRtcIlbcfix_kLsfCb[
simple_interpolate_lsf.c
36
int16_t *
lsfdeq
, /* (i) the dequantized lsf coefficients Q13 */
53
lsfdeq2 =
lsfdeq
+ length;
61
WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeqold,
lsfdeq
,
81
WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp,
lsfdeq
, lsfdeq2,
107
WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeqold,
lsfdeq
,
126
WEBRTC_SPL_MEMCPY_W16(lsfdeqold,
lsfdeq
, length);
decode.c
90
int16_t
lsfdeq
[LPC_FILTERORDER*LPC_N_MAX];
local
97
WebRtcIlbcfix_SimpleLsfDeQ(
lsfdeq
, (int16_t*)(iLBCbits_inst->lsf), iLBCdec_inst->lpc_n);
98
WebRtcIlbcfix_LsfCheck(
lsfdeq
, LPC_FILTERORDER, iLBCdec_inst->lpc_n);
100
lsfdeq
, LPC_FILTERORDER, iLBCdec_inst);
Completed in 61 milliseconds