Home
last modified time | relevance | path

Searched refs:decblock (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Ddecode.c40 int16_t *decblock, /* (o) decoded signal block */ in WebRtcIlbcfix_DecodeImpl() argument
229 WEBRTC_SPL_MEMCPY_W16(decblock,data,iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
232 WebRtcIlbcfix_HpOutput(decblock, (int16_t*)WebRtcIlbcfix_kHpOutCoefs, in WebRtcIlbcfix_DecodeImpl()
Ddecode.h29 int16_t *decblock, /* (o) decoded signal block */