OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quantLen
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
abs_quant.c
39
size_t
quantLen
[2];
52
/* Perform the quantization loop in two sections of length
quantLen
[i],
57
quantLen
[0]=SUBL;
58
quantLen
[1]=iLBCenc_inst->state_short_len-SUBL;
60
quantLen
[0]=iLBCenc_inst->state_short_len-SUBL;
61
quantLen
[1]=SUBL;
68
weightDenum, LPC_FILTERORDER+1,
quantLen
[0]);
70
&in[
quantLen
[0]], &in_weighted[
quantLen
[0]],
71
&weightDenum[LPC_FILTERORDER+1], LPC_FILTERORDER+1,
quantLen
[1])
[
all
...]
abs_quant_loop.c
36
size_t *
quantLen
= quantLenIN;
40
for(k2=0;k2<
quantLen
[k1];k2++){
Completed in 373 milliseconds