Searched defs:enh_buf (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Denhancer_interface.c42 int16_t *enh_buf, *enh_period; local
72 enh_buf=iLBCdec_inst->enh_buf;
76 memmove(enh_buf, &enh_buf[iLBCdec_inst->blockl],
77 (ENH_BUFL - iLBCdec_inst->blockl) * sizeof(*enh_buf));
79 WEBRTC_SPL_MEMCPY_W16(&enh_buf[ENH_BUFL-iLBCdec_inst->blockl], in,
100 enh_buf+ENH_BUFL-inLen, /* Input samples */
229 plc_pred, &enh_buf[ENH_BUFL-iLBCdec_inst->blockl-plc_blockl+lag],
258 &enh_buf[ENH_BUF
[all...]
H A Ddefines.h214 int16_t enh_buf[ENH_BUFL+ENH_BUFL_FILTEROVERHEAD]; member in struct:iLBC_Dec_Inst_t_

Completed in 81 milliseconds