OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LPC_LOOKBACK
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
simple_lpc_analysis.c
45
is=
LPC_LOOKBACK
+BLOCKL_MAX-iLBCenc_inst->blockl;
52
is =
LPC_LOOKBACK
;
89
is=
LPC_LOOKBACK
+BLOCKL_MAX-iLBCenc_inst->blockl;
91
iLBCenc_inst->lpc_buffer+
LPC_LOOKBACK
+BLOCKL_MAX-is, is);
defines.h
45
#define
LPC_LOOKBACK
60
153
int16_t lpc_buffer[
LPC_LOOKBACK
+ BLOCKL_MAX];
init_encode.c
58
WebRtcSpl_MemSetW16(iLBCenc_inst->lpc_buffer, 0,
LPC_LOOKBACK
+ BLOCKL_MAX);
encode.c
80
residual = &iLBCenc_inst->lpc_buffer[
LPC_LOOKBACK
+BLOCKL_MAX-iLBCenc_inst->blockl];
Completed in 134 milliseconds