Searched refs:LPC_LOOKBACK (Results 1 – 4 of 4) sorted by relevance
45 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()
45 #define LPC_LOOKBACK 60 macro153 int16_t lpc_buffer[LPC_LOOKBACK + BLOCKL_MAX];
58 WebRtcSpl_MemSetW16(iLBCenc_inst->lpc_buffer, 0, LPC_LOOKBACK + BLOCKL_MAX); in WebRtcIlbcfix_InitEncode()
80 residual = &iLBCenc_inst->lpc_buffer[LPC_LOOKBACK+BLOCKL_MAX-iLBCenc_inst->blockl]; in WebRtcIlbcfix_EncodeImpl()