Home
last modified time | relevance | path

Searched refs:cbvectors (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dcb_search.c76 int16_t cbvectors[CB_MEML + 1]; /* Adding one extra position for in WebRtcIlbcfix_CbSearch() local
135 WebRtcIlbcfix_FilteredCbVecs(cbvectors, buf, lMem, WebRtcIlbcfix_kFilterRange[block]); in WebRtcIlbcfix_CbSearch()
146 WebRtcIlbcfix_InterpolateSamples(interpSamplesFilt, cbvectors, lMem); in WebRtcIlbcfix_CbSearch()
153 WebRtcIlbcfix_CbMemEnergyAugmentation(interpSamplesFilt, cbvectors, scale, in WebRtcIlbcfix_CbSearch()
160 WebRtcIlbcfix_CbMemEnergy(range, buf, cbvectors, lMem, in WebRtcIlbcfix_CbSearch()
167 WebRtcIlbcfix_CbMemEnergy(range, buf, cbvectors, lMem, in WebRtcIlbcfix_CbSearch()
246 WebRtcIlbcfix_AugmentedCbCorr(target, cbvectors + lMem, in WebRtcIlbcfix_CbSearch()
255 cb_vecPtr = cbvectors+lMem-20-i; in WebRtcIlbcfix_CbSearch()
263 cb_vecPtr = cbvectors+lMem-lTarget-sInd; in WebRtcIlbcfix_CbSearch()
302 pp=cbvectors+lMem-lTarget- in WebRtcIlbcfix_CbSearch()
[all …]
Dfiltered_cb_vecs.c29 int16_t *cbvectors, /* (o) Codebook vector for the higher section */ in WebRtcIlbcfix_FilteredCbVecs() argument
39 WebRtcSpl_MemSetW16(cbvectors, 0, lMem-samples); in WebRtcIlbcfix_FilteredCbVecs()
44 CBmem+CB_HALFFILTERLEN+lMem-samples, cbvectors+lMem-samples, in WebRtcIlbcfix_FilteredCbVecs()
Dfiltered_cb_vecs.h31 int16_t *cbvectors, /* (o) Codebook vector for the higher section */