OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:enh_buf
(Results
1 - 2
of
2
) 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
...]
defines.h
214
int16_t
enh_buf
[ENH_BUFL+ENH_BUFL_FILTEROVERHEAD];
member in struct:iLBC_Dec_Inst_t_
Completed in 423 milliseconds