Searched refs:LPC_LOOKBACK (Results 1 – 4 of 4) sorted by relevance
47 is=LPC_LOOKBACK+BLOCKL_MAX-iLBCenc_inst->blockl; in WebRtcIlbcfix_SimpleLpcAnalysis()54 is = LPC_LOOKBACK; in WebRtcIlbcfix_SimpleLpcAnalysis()91 is=LPC_LOOKBACK+BLOCKL_MAX-iLBCenc_inst->blockl; in WebRtcIlbcfix_SimpleLpcAnalysis()93 iLBCenc_inst->lpc_buffer+LPC_LOOKBACK+BLOCKL_MAX-is, is); in WebRtcIlbcfix_SimpleLpcAnalysis()
46 #define LPC_LOOKBACK 60 macro159 int16_t lpc_buffer[LPC_LOOKBACK + BLOCKL_MAX];
60 WebRtcSpl_MemSetW16(iLBCenc_inst->lpc_buffer, 0, LPC_LOOKBACK + BLOCKL_MAX); in WebRtcIlbcfix_InitEncode()
85 residual = &iLBCenc_inst->lpc_buffer[LPC_LOOKBACK+BLOCKL_MAX-iLBCenc_inst->blockl]; in WebRtcIlbcfix_EncodeImpl()