Searched refs:speex_realloc (Results 1 – 4 of 4) sorted by relevance
/external/speex/libspeex/ |
D | buffer.c | 169 st->data = speex_realloc(st->data, len); in speex_buffer_resize() 173 st->data = speex_realloc(st->data, len); in speex_buffer_resize()
|
D | bits.c | 118 char *tmp = (char*)speex_realloc(bits->chars, nchars); in speex_bits_read_from() 166 char *tmp = (char*)speex_realloc(bits->chars, (bits->nbBits>>LOG2_BITS_PER_CHAR)+nchars+1); in speex_bits_read_whole_bytes() 239 char *tmp = (char*)speex_realloc(bits->chars, new_nchars); in speex_bits_pack()
|
D | os_support.h | 71 static inline void *speex_realloc (void *ptr, int size) in speex_realloc() function
|
D | resample.c | 67 static void *speex_realloc (void *ptr, int size) {return realloc(ptr, size);} in speex_realloc() function 589 …st->sinc_table = (spx_word16_t *)speex_realloc(st->sinc_table,st->filt_len*st->den_rate*sizeof(spx… in update_filter() 615 …st->sinc_table = (spx_word16_t *)speex_realloc(st->sinc_table,(st->filt_len*st->oversample+8)*size… in update_filter() 649 …st->mem = (spx_word16_t*)speex_realloc(st->mem, st->nb_channels*st->mem_alloc_size * sizeof(spx_wo… in update_filter() 662 …st->mem = (spx_word16_t*)speex_realloc(st->mem, st->nb_channels*st->mem_alloc_size * sizeof(spx_wo… in update_filter()
|