OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATE_SHORT_LEN_30MS
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
abs_quant.c
42
int16_t syntOutBuf[LPC_FILTERORDER+
STATE_SHORT_LEN_30MS
];
43
int16_t in_weightedVec[
STATE_SHORT_LEN_30MS
+LPC_FILTERORDER];
47
WebRtcSpl_MemSetW16(syntOutBuf, 0, LPC_FILTERORDER+
STATE_SHORT_LEN_30MS
);
state_construct.c
39
int16_t sampleValVec[2*
STATE_SHORT_LEN_30MS
+LPC_FILTERORDER];
40
int16_t sampleMaVec[2*
STATE_SHORT_LEN_30MS
+LPC_FILTERORDER];
state_search.c
45
int16_t residualLongVec[2*
STATE_SHORT_LEN_30MS
+LPC_FILTERORDER];
46
int16_t sampleMa[2*
STATE_SHORT_LEN_30MS
];
defines.h
39
#define
STATE_SHORT_LEN_30MS
58
126
int16_t idxVec[
STATE_SHORT_LEN_30MS
];
init_decode.c
42
iLBCdec_inst->state_short_len=
STATE_SHORT_LEN_30MS
;
init_encode.c
39
iLBCenc_inst->state_short_len=
STATE_SHORT_LEN_30MS
;
Completed in 65 milliseconds