Searched refs:speex_realloc (Results 1 – 4 of 4) sorted by relevance
169 st->data = speex_realloc(st->data, len); in speex_buffer_resize()173 st->data = speex_realloc(st->data, len); in speex_buffer_resize()
71 static inline void *speex_realloc (void *ptr, int size) in speex_realloc() function
67 static void *speex_realloc (void *ptr, int size) {return realloc(ptr, size);} in speex_realloc() function650 …spx_word16_t *sinc_table = (spx_word16_t *)speex_realloc(st->sinc_table,min_sinc_table_length*size… in update_filter()704 …else if (!(mem = (spx_word16_t*)speex_realloc(st->mem, st->nb_channels*min_alloc_size * sizeof(*me… in update_filter()
105 static inline void *speex_realloc (void *ptr, int size) in speex_realloc() function