Home
last modified time | relevance | path

Searched refs:ENH_BUFL (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Denhancer_interface.c82 (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()
316 enh_bufPtr1=&enh_buf[ENH_BUFL-1-iLBCdec_inst->blockl]; in WebRtcIlbcfix_EnhancerInterface()
327 enh_bufPtr1=&enh_buf[ENH_BUFL-iLBCdec_inst->blockl-plc_blockl]; in WebRtcIlbcfix_EnhancerInterface()
370 ENH_BUFL, in WebRtcIlbcfix_EnhancerInterface()
Ddefines.h85 #define ENH_BUFL (ENH_NBLOCKS_TOT)*ENH_BLOCKL macro
215 int16_t enh_buf[ENH_BUFL+ENH_BUFL_FILTEROVERHEAD];
Dinit_decode.c88 WebRtcSpl_MemSetW16(iLBCdec_inst->enh_buf, 0, (ENH_BUFL+ENH_BUFL_FILTEROVERHEAD)); in WebRtcIlbcfix_InitDecode()
Dilbc.c273 WebRtcSpl_MemSetW16(((IlbcDecoder*)iLBCdec_inst)->enh_buf, 0, ENH_BUFL); in WebRtcIlbcfix_NetEqPlc()