OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lpc_n
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
simple_lsf_dequant.h
31
int16_t
lpc_n
/* (i) number of LPCs */
simple_lsf_quant.h
34
int16_t
lpc_n
/* (i) number of lsf sets to quantize */
simple_lsf_quant.c
33
int16_t
lpc_n
/* (i) number of lsf sets to quantize */
40
if (
lpc_n
==2) {
lpc_encode.c
48
WebRtcIlbcfix_SimpleLsfQ(lsfdeq, lsf_index, lsf, iLBCenc_inst->
lpc_n
);
51
WebRtcIlbcfix_LsfCheck(lsfdeq, LPC_FILTERORDER, iLBCenc_inst->
lpc_n
);
simple_lsf_dequant.c
29
int16_t
lpc_n
/* (i) number of LPCs */
46
if (
lpc_n
>1) {
init_decode.c
39
iLBCdec_inst->
lpc_n
= LPC_N_30MS;
48
iLBCdec_inst->
lpc_n
= LPC_N_20MS;
init_encode.c
36
iLBCenc_inst->
lpc_n
= LPC_N_30MS;
45
iLBCenc_inst->
lpc_n
= LPC_N_20MS;
simple_lpc_analysis.c
50
for (k = 0; k < iLBCenc_inst->
lpc_n
; k++) {
54
if (k < (iLBCenc_inst->
lpc_n
- 1)) {
defines.h
142
int16_t
lpc_n
;
member in struct:IlbcEncoder_
183
int16_t
lpc_n
;
member in struct:IlbcDecoder_
decode.c
97
WebRtcIlbcfix_SimpleLsfDeQ(lsfdeq, (int16_t*)(iLBCbits_inst->lsf), iLBCdec_inst->
lpc_n
);
98
WebRtcIlbcfix_LsfCheck(lsfdeq, LPC_FILTERORDER, iLBCdec_inst->
lpc_n
);
Completed in 83 milliseconds