Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Denhancer_interface.c56 int16_t *plc_pred; in WebRtcIlbcfix_EnhancerInterface() local
75 plc_pred = downsampled; /* Reuse memory since plc_pred[ENH_BLOCKL] and in WebRtcIlbcfix_EnhancerInterface()
222 WEBRTC_SPL_MEMCPY_W16(plc_pred, &in[lag-plc_blockl], plc_blockl); in WebRtcIlbcfix_EnhancerInterface()
224 WEBRTC_SPL_MEMCPY_W16(&plc_pred[plc_blockl-lag], in, lag); in WebRtcIlbcfix_EnhancerInterface()
226 plc_pred, &enh_buf[ENH_BUFL-iLBCdec_inst->blockl-plc_blockl+lag], in WebRtcIlbcfix_EnhancerInterface()
235 WEBRTC_SPL_MEMCPY_W16(&plc_pred[pos-lag], in, lag); in WebRtcIlbcfix_EnhancerInterface()
238 WEBRTC_SPL_MEMCPY_W16(plc_pred, &in[lag-pos], pos); in WebRtcIlbcfix_EnhancerInterface()
256 max16=WebRtcSpl_MaxAbsValueW16(plc_pred, plc_blockl); in WebRtcIlbcfix_EnhancerInterface()
265 tmp1 = WebRtcSpl_DotProductWithScale(plc_pred, plc_pred, in WebRtcIlbcfix_EnhancerInterface()
286 WebRtcSpl_ScaleVector(plc_pred, plc_pred, SqrtEnChange, plc_blockl-16, in WebRtcIlbcfix_EnhancerInterface()
[all …]