HomeSort by relevance Sort by last modified time
    Searched refs:ENH_BUFL (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
enhancer_interface.c 82 (ENH_BUFL - iLBCdec_inst->blockl) * sizeof(*enh_buf));
84 WEBRTC_SPL_MEMCPY_W16(&enh_buf[ENH_BUFL-iLBCdec_inst->blockl], in,
105 enh_buf+ENH_BUFL-inLen, /* Input samples */
226 plc_pred, &enh_buf[ENH_BUFL-iLBCdec_inst->blockl-plc_blockl+lag],
255 &enh_buf[ENH_BUFL-iLBCdec_inst->blockl-plc_blockl], plc_blockl);
262 &enh_buf[ENH_BUFL-iLBCdec_inst->blockl-plc_blockl],
263 &enh_buf[ENH_BUFL-iLBCdec_inst->blockl-plc_blockl],
316 enh_bufPtr1=&enh_buf[ENH_BUFL-1-iLBCdec_inst->blockl];
327 enh_bufPtr1=&enh_buf[ENH_BUFL-iLBCdec_inst->blockl-plc_blockl];
370 ENH_BUFL,
    [all...]
defines.h 85 #define ENH_BUFL (ENH_NBLOCKS_TOT)*ENH_BLOCKL
215 int16_t enh_buf[ENH_BUFL+ENH_BUFL_FILTEROVERHEAD];
init_decode.c 88 WebRtcSpl_MemSetW16(iLBCdec_inst->enh_buf, 0, (ENH_BUFL+ENH_BUFL_FILTEROVERHEAD));
ilbc.c 273 WebRtcSpl_MemSetW16(((IlbcDecoder*)iLBCdec_inst)->enh_buf, 0, ENH_BUFL);

Completed in 653 milliseconds