Searched refs:CBmem (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | filtered_cb_vecs.c | 30 int16_t *CBmem, /* (i) Codebook memory that is filtered to create a in WebRtcIlbcfix_FilteredCbVecs() argument 37 WebRtcSpl_MemSetW16(CBmem+lMem, 0, CB_HALFFILTERLEN); in WebRtcIlbcfix_FilteredCbVecs() 38 WebRtcSpl_MemSetW16(CBmem-CB_HALFFILTERLEN, 0, CB_HALFFILTERLEN); in WebRtcIlbcfix_FilteredCbVecs() 44 CBmem+CB_HALFFILTERLEN+lMem-samples, cbvectors+lMem-samples, in WebRtcIlbcfix_FilteredCbVecs()
|
D | interpolate_samples.c | 24 int16_t *CBmem, /* (i) The CB memory */ in WebRtcIlbcfix_InterpolateSamples() argument 36 ppo = CBmem+lMem-4; in WebRtcIlbcfix_InterpolateSamples() 37 ppi = CBmem+lMem-j-24; in WebRtcIlbcfix_InterpolateSamples()
|
D | cb_mem_energy_augmentation.c | 24 int16_t *CBmem, /* (i) The CB memory */ in WebRtcIlbcfix_CbMemEnergyAugmentation() argument 38 CBmemPtr = CBmem+147; in WebRtcIlbcfix_CbMemEnergyAugmentation()
|
D | interpolate_samples.h | 30 int16_t *CBmem, /* (i) The CB memory */
|
D | filtered_cb_vecs.h | 32 int16_t *CBmem, /* (i) Codebook memory that is filtered to create a
|
D | cb_mem_energy_augmentation.h | 24 int16_t *CBmem, /* (i) The CB memory */
|