Home
last modified time | relevance | path

Searched refs:speex_free (Results 1 – 13 of 13) sorted by relevance

/external/speex/libspeexdsp/
Dscal.c282 speex_free(st->wola_mem); in speex_decorrelate_destroy()
283 speex_free(st->curve); in speex_decorrelate_destroy()
285 speex_free(st->buff); in speex_decorrelate_destroy()
286 speex_free(st->ring); in speex_decorrelate_destroy()
287 speex_free(st->ringID); in speex_decorrelate_destroy()
288 speex_free(st->alpha); in speex_decorrelate_destroy()
289 speex_free(st->vorbis_win); in speex_decorrelate_destroy()
290 speex_free(st->order); in speex_decorrelate_destroy()
291 speex_free(st->y); in speex_decorrelate_destroy()
292 speex_free(st); in speex_decorrelate_destroy()
Dfilterbank.c124 speex_free(bank->bank_left); in filterbank_destroy()
125 speex_free(bank->bank_right); in filterbank_destroy()
126 speex_free(bank->filter_left); in filterbank_destroy()
127 speex_free(bank->filter_right); in filterbank_destroy()
129 speex_free(bank->scaling); in filterbank_destroy()
131 speex_free(bank); in filterbank_destroy()
Dpreprocess.c531 speex_free(st->frame); in speex_preprocess_state_destroy()
532 speex_free(st->ft); in speex_preprocess_state_destroy()
533 speex_free(st->ps); in speex_preprocess_state_destroy()
534 speex_free(st->gain2); in speex_preprocess_state_destroy()
535 speex_free(st->gain_floor); in speex_preprocess_state_destroy()
536 speex_free(st->window); in speex_preprocess_state_destroy()
537 speex_free(st->noise); in speex_preprocess_state_destroy()
538 speex_free(st->reverb_estimate); in speex_preprocess_state_destroy()
539 speex_free(st->old_ps); in speex_preprocess_state_destroy()
540 speex_free(st->gain); in speex_preprocess_state_destroy()
[all …]
Dmdf.c593 speex_free(st->e); in speex_echo_state_destroy()
594 speex_free(st->x); in speex_echo_state_destroy()
595 speex_free(st->input); in speex_echo_state_destroy()
596 speex_free(st->y); in speex_echo_state_destroy()
597 speex_free(st->last_y); in speex_echo_state_destroy()
598 speex_free(st->Yf); in speex_echo_state_destroy()
599 speex_free(st->Rf); in speex_echo_state_destroy()
600 speex_free(st->Xf); in speex_echo_state_destroy()
601 speex_free(st->Yh); in speex_echo_state_destroy()
602 speex_free(st->Eh); in speex_echo_state_destroy()
[all …]
Dfftwrap.c95 speex_free(table); in spx_fft_destroy()
153 speex_free(table); in spx_fft_destroy()
204 speex_free(t); in spx_fft_destroy()
251 speex_free(table); in spx_fft_destroy()
319 speex_free(table); in spx_fft_destroy()
Dbuffer.c64 speex_free(st->data); in speex_buffer_destroy()
65 speex_free(st); in speex_buffer_destroy()
Djitter.c305 speex_free(jitter->packets[i].data); in jitter_buffer_reset()
329 speex_free(jitter); in jitter_buffer_destroy()
384 speex_free(jitter->packets[i].data); in jitter_buffer_put()
434 speex_free(jitter->packets[i].data); in jitter_buffer_put()
605 speex_free(jitter->packets[i].data); in jitter_buffer_get()
695 speex_free(jitter->packets[i].data); in jitter_buffer_get_another()
Dkiss_fftr.h46 #define kiss_fftr_free speex_free
Dkiss_fft.h95 #define kiss_fft_free speex_free
Dos_support.h79 static inline void speex_free (void *ptr) in speex_free() function
Dresample.c68 static void speex_free (void *ptr) {free(ptr);} in speex_free() function
851 speex_free(st->mem); in speex_resampler_destroy()
852 speex_free(st->sinc_table); in speex_resampler_destroy()
853 speex_free(st->last_sample); in speex_resampler_destroy()
854 speex_free(st->magic_samples); in speex_resampler_destroy()
855 speex_free(st->samp_frac_num); in speex_resampler_destroy()
856 speex_free(st); in speex_resampler_destroy()
Dsmallft.c1257 speex_free(l->trigcache); in spx_drft_clear()
1259 speex_free(l->splitcache); in spx_drft_clear()
/external/speex/ti/
Dos_support_custom.h114 static inline void speex_free (void *ptr) in speex_free() function