OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opus_free
(Results
1 - 11
of
11
) sorted by null
/external/libopus/celt/
os_support.h
45
/** Opus wrapper for malloc(). To do your own dynamic allocation, all you need to do is replace this function and
opus_free
*/
64
static OPUS_INLINE void
opus_free
(void *ptr)
function
modes.c
425
opus_free
((opus_int16*)mode->eBands);
426
opus_free
((opus_int16*)mode->allocVectors);
428
opus_free
((opus_val16*)mode->window);
429
opus_free
((opus_int16*)mode->logN);
431
opus_free
((opus_int16*)mode->cache.index);
432
opus_free
((unsigned char*)mode->cache.bits);
433
opus_free
((unsigned char*)mode->cache.caps);
436
opus_free
((CELTMode *)mode);
mdct.c
99
opus_free
((kiss_twiddle_scalar*)l->trig);
kiss_fft.c
600
opus_free
((opus_int16*)cfg->bitrev);
602
opus_free
((kiss_twiddle_cpx*)cfg->twiddles);
603
opus_free
((kiss_fft_state*)cfg);
celt_decoder.c
174
opus_free
(st);
[
all
...]
celt_encoder.c
222
opus_free
(st);
[
all
...]
/external/libopus/src/
opus_multistream_decoder.c
140
opus_free
(st);
536
opus_free
(st);
repacketizer.c
58
opus_free
(rp);
opus_multistream_encoder.c
549
opus_free
(st);
586
opus_free
(st);
[
all
...]
opus_decoder.c
166
opus_free
(st);
885
opus_free
(st);
opus_encoder.c
500
opus_free
(st);
[
all
...]
Completed in 82 milliseconds