OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enh_buf
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
enhancer_interface.c
43
int16_t *
enh_buf
;
local
77
enh_buf
=iLBCdec_inst->
enh_buf
;
81
memmove(
enh_buf
, &
enh_buf
[iLBCdec_inst->blockl],
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)
[
all
...]
init_decode.c
88
WebRtcSpl_MemSetW16(iLBCdec_inst->
enh_buf
, 0, (ENH_BUFL+ENH_BUFL_FILTEROVERHEAD));
defines.h
215
int16_t
enh_buf
[ENH_BUFL+ENH_BUFL_FILTEROVERHEAD];
member in struct:IlbcDecoder_
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
273
WebRtcSpl_MemSetW16(((IlbcDecoder*)iLBCdec_inst)->
enh_buf
, 0, ENH_BUFL);
Completed in 52 milliseconds