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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
enhancer_interface.c 42 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_BUFL-iLBCdec_inst->blockl-plc_blockl], plc_blockl)
    [all...]
init_decode.c 88 WebRtcSpl_MemSetW16(iLBCdec_inst->enh_buf, 0, (ENH_BUFL+ENH_BUFL_FILTEROVERHEAD));
defines.h 214 int16_t enh_buf[ENH_BUFL+ENH_BUFL_FILTEROVERHEAD]; member in struct:iLBC_Dec_Inst_t_
decode_residual.c 46 int16_t *reverseDecresidual = iLBCdec_inst->enh_buf; /* Reversed decoded data, used for decoding backwards in time (reuse memory in state) */
ilbc.c 248 WebRtcSpl_MemSetW16(((iLBC_Dec_Inst_t*)iLBCdec_inst)->enh_buf, 0, ENH_BUFL);

Completed in 1754 milliseconds