Searched refs:enh_buf (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | enhancer_interface.c | 43 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 …]
|
D | init_decode.c | 88 WebRtcSpl_MemSetW16(iLBCdec_inst->enh_buf, 0, (ENH_BUFL+ENH_BUFL_FILTEROVERHEAD)); in WebRtcIlbcfix_InitDecode()
|
D | defines.h | 219 int16_t enh_buf[ENH_BUFL + ENH_BUFL_FILTEROVERHEAD]; member
|
D | decode_residual.c | 48 …int16_t *reverseDecresidual = iLBCdec_inst->enh_buf; /* Reversed decoded data, used for decoding b… in WebRtcIlbcfix_DecodeResidual()
|
D | ilbc.c | 277 WebRtcSpl_MemSetW16(((IlbcDecoder*)iLBCdec_inst)->enh_buf, 0, ENH_BUFL); in WebRtcIlbcfix_NetEqPlc()
|