OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:speex_free
(Results
1 - 17
of
17
) sorted by null
/external/speex/libspeex/
kiss_fft.h
95
#define kiss_fft_free
speex_free
kiss_fftr.h
46
#define kiss_fftr_free
speex_free
scal.c
278
speex_free
(st->wola_mem);
279
speex_free
(st->curve);
281
speex_free
(st->buff);
282
speex_free
(st->ring);
283
speex_free
(st->ringID);
284
speex_free
(st->alpha);
285
speex_free
(st->vorbis_win);
286
speex_free
(st->order);
287
speex_free
(st->y);
288
speex_free
(st)
[
all
...]
filterbank.c
124
speex_free
(bank->bank_left);
125
speex_free
(bank->bank_right);
126
speex_free
(bank->filter_left);
127
speex_free
(bank->filter_right);
129
speex_free
(bank->scaling);
131
speex_free
(bank);
mdf.c
593
speex_free
(st->e);
594
speex_free
(st->x);
595
speex_free
(st->input);
596
speex_free
(st->y);
597
speex_free
(st->last_y);
598
speex_free
(st->Yf);
599
speex_free
(st->Rf);
600
speex_free
(st->Xf);
601
speex_free
(st->Yh);
602
speex_free
(st->Eh)
[
all
...]
preprocess.c
535
speex_free
(st->frame);
536
speex_free
(st->ft);
537
speex_free
(st->ps);
538
speex_free
(st->gain2);
539
speex_free
(st->gain_floor);
540
speex_free
(st->window);
541
speex_free
(st->noise);
542
speex_free
(st->reverb_estimate);
543
speex_free
(st->old_ps);
544
speex_free
(st->gain)
[
all
...]
buffer.c
64
speex_free
(st->data);
65
speex_free
(st);
speex_header.c
184
speex_free
(le_header);
199
speex_free
(ptr);
os_support.h
48
/** Speex wrapper for calloc. To do your own dynamic allocation, all you need to do is replace this function, speex_realloc and
speex_free
69
/** Speex wrapper for realloc. To do your own dynamic allocation, all you need to do is replace this function, speex_alloc and
speex_free
*/
79
static inline void
speex_free
(void *ptr)
function
85
/** Same as
speex_free
, except that the area is only needed inside a Speex call (might cause problem with wideband though) */
sb_celp.c
284
speex_free
(st->high);
286
speex_free
(st->h0_mem);
287
speex_free
(st->h1_mem);
289
speex_free
(st->old_lsp);
290
speex_free
(st->old_qlsp);
291
speex_free
(st->interp_qlpc);
292
speex_free
(st->pi_gain);
293
speex_free
(st->exc_rms);
295
speex_free
(st->mem_sp);
296
speex_free
(st->mem_sp2)
[
all
...]
fftwrap.c
95
speex_free
(table);
153
speex_free
(table);
200
speex_free
(table);
268
speex_free
(table);
nb_celp.c
222
speex_free
(st->winBuf);
223
speex_free
(st->excBuf);
224
speex_free
(st->old_qlsp);
225
speex_free
(st->swBuf);
227
speex_free
(st->old_lsp);
228
speex_free
(st->mem_sp);
229
speex_free
(st->mem_sw);
230
speex_free
(st->mem_sw_whole);
231
speex_free
(st->mem_exc);
232
speex_free
(st->mem_exc2)
[
all
...]
jitter.c
307
speex_free
(jitter->packets[i].data);
331
speex_free
(jitter);
386
speex_free
(jitter->packets[i].data);
436
speex_free
(jitter->packets[i].data);
609
speex_free
(jitter->packets[i].data);
699
speex_free
(jitter->packets[i].data);
resample.c
68
static void
speex_free
(void *ptr) {free(ptr);}
function
794
speex_free
(st->mem);
795
speex_free
(st->sinc_table);
796
speex_free
(st->last_sample);
797
speex_free
(st->magic_samples);
798
speex_free
(st->samp_frac_num);
799
speex_free
(st);
[
all
...]
bits.c
88
speex_free
(bits->chars);
stereo.c
104
speex_free
(stereo);
smallft.c
1257
speex_free
(l->trigcache);
1259
speex_free
(l->splitcache);
Completed in 539 milliseconds