Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/ilbc/
Denhancer_interface.c47 int16_t *enh_bufPtr1; in WebRtcIlbcfix_EnhancerInterface() local
316 enh_bufPtr1=&enh_buf[ENH_BUFL-1-iLBCdec_inst->blockl]; in WebRtcIlbcfix_EnhancerInterface()
319 *enh_bufPtr1 = (int16_t)((*enh_bufPtr1 * win) >> 14); in WebRtcIlbcfix_EnhancerInterface()
320 *enh_bufPtr1 += (int16_t)( in WebRtcIlbcfix_EnhancerInterface()
322 enh_bufPtr1--; in WebRtcIlbcfix_EnhancerInterface()
327 enh_bufPtr1=&enh_buf[ENH_BUFL-iLBCdec_inst->blockl-plc_blockl]; in WebRtcIlbcfix_EnhancerInterface()
328 WEBRTC_SPL_MEMCPY_W16(enh_bufPtr1, plc_pred, plc_blockl); in WebRtcIlbcfix_EnhancerInterface()
339 enh_bufPtr1, in WebRtcIlbcfix_EnhancerInterface()
351 enh_bufPtr1, synt, in WebRtcIlbcfix_EnhancerInterface()