Home
last modified time | relevance | path

Searched refs:LPC_LOOKBACK (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dsimple_lpc_analysis.c45 is=LPC_LOOKBACK+BLOCKL_MAX-iLBCenc_inst->blockl; in WebRtcIlbcfix_SimpleLpcAnalysis()
52 is = LPC_LOOKBACK; in WebRtcIlbcfix_SimpleLpcAnalysis()
89 is=LPC_LOOKBACK+BLOCKL_MAX-iLBCenc_inst->blockl; in WebRtcIlbcfix_SimpleLpcAnalysis()
91 iLBCenc_inst->lpc_buffer+LPC_LOOKBACK+BLOCKL_MAX-is, is); in WebRtcIlbcfix_SimpleLpcAnalysis()
Ddefines.h45 #define LPC_LOOKBACK 60 macro
153 int16_t lpc_buffer[LPC_LOOKBACK + BLOCKL_MAX];
Dinit_encode.c58 WebRtcSpl_MemSetW16(iLBCenc_inst->lpc_buffer, 0, LPC_LOOKBACK + BLOCKL_MAX); in WebRtcIlbcfix_InitEncode()
Dencode.c80 residual = &iLBCenc_inst->lpc_buffer[LPC_LOOKBACK+BLOCKL_MAX-iLBCenc_inst->blockl]; in WebRtcIlbcfix_EncodeImpl()