Home
last modified time | relevance | path

Searched refs:speex_realloc (Results 1 – 4 of 4) sorted by relevance

/external/speex/libspeex/
Dbuffer.c169 st->data = speex_realloc(st->data, len); in speex_buffer_resize()
173 st->data = speex_realloc(st->data, len); in speex_buffer_resize()
Dbits.c118 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()
Dos_support.h71 static inline void *speex_realloc (void *ptr, int size) in speex_realloc() function
Dresample.c67 static void *speex_realloc (void *ptr, int size) {return realloc(ptr, size);} in speex_realloc() function
599 …st->sinc_table = (spx_word16_t *)speex_realloc(st->sinc_table,st->filt_len*st->den_rate*sizeof(spx… in update_filter()
625 …st->sinc_table = (spx_word16_t *)speex_realloc(st->sinc_table,(st->filt_len*st->oversample+8)*size… in update_filter()
659 …st->mem = (spx_word16_t*)speex_realloc(st->mem, st->nb_channels*st->mem_alloc_size * sizeof(spx_wo… in update_filter()
672 …st->mem = (spx_word16_t*)speex_realloc(st->mem, st->nb_channels*st->mem_alloc_size * sizeof(spx_wo… in update_filter()