Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/ilbc/
Denhancer_interface.c43 int16_t *enh_buf; in WebRtcIlbcfix_EnhancerInterface() local
77 enh_buf=iLBCdec_inst->enh_buf; in WebRtcIlbcfix_EnhancerInterface()
81 memmove(enh_buf, &enh_buf[iLBCdec_inst->blockl], in WebRtcIlbcfix_EnhancerInterface()
82 (ENH_BUFL - iLBCdec_inst->blockl) * sizeof(*enh_buf)); in WebRtcIlbcfix_EnhancerInterface()
84 WEBRTC_SPL_MEMCPY_W16(&enh_buf[ENH_BUFL-iLBCdec_inst->blockl], in, in WebRtcIlbcfix_EnhancerInterface()
105 enh_buf+ENH_BUFL-inLen, /* Input samples */ in WebRtcIlbcfix_EnhancerInterface()
226 plc_pred, &enh_buf[ENH_BUFL-iLBCdec_inst->blockl-plc_blockl+lag], in WebRtcIlbcfix_EnhancerInterface()
255 &enh_buf[ENH_BUFL-iLBCdec_inst->blockl-plc_blockl], plc_blockl); in WebRtcIlbcfix_EnhancerInterface()
262 &enh_buf[ENH_BUFL-iLBCdec_inst->blockl-plc_blockl], in WebRtcIlbcfix_EnhancerInterface()
263 &enh_buf[ENH_BUFL-iLBCdec_inst->blockl-plc_blockl], in WebRtcIlbcfix_EnhancerInterface()
[all …]
Dinit_decode.c88 WebRtcSpl_MemSetW16(iLBCdec_inst->enh_buf, 0, (ENH_BUFL+ENH_BUFL_FILTEROVERHEAD)); in WebRtcIlbcfix_InitDecode()
Ddefines.h219 int16_t enh_buf[ENH_BUFL + ENH_BUFL_FILTEROVERHEAD]; member
Ddecode_residual.c48 …int16_t *reverseDecresidual = iLBCdec_inst->enh_buf; /* Reversed decoded data, used for decoding b… in WebRtcIlbcfix_DecodeResidual()
Dilbc.c277 WebRtcSpl_MemSetW16(((IlbcDecoder*)iLBCdec_inst)->enh_buf, 0, ENH_BUFL); in WebRtcIlbcfix_NetEqPlc()