Home
last modified time | relevance | path

Searched refs:opus_free (Results 1 – 15 of 15) sorted by relevance

/external/libopus/celt/
Dmodes.c429 opus_free((opus_int16*)mode->eBands); in opus_custom_mode_destroy()
430 opus_free((unsigned char*)mode->allocVectors); in opus_custom_mode_destroy()
432 opus_free((opus_val16*)mode->window); in opus_custom_mode_destroy()
433 opus_free((opus_int16*)mode->logN); in opus_custom_mode_destroy()
435 opus_free((opus_int16*)mode->cache.index); in opus_custom_mode_destroy()
436 opus_free((unsigned char*)mode->cache.bits); in opus_custom_mode_destroy()
437 opus_free((unsigned char*)mode->cache.caps); in opus_custom_mode_destroy()
440 opus_free((CELTMode *)mode); in opus_custom_mode_destroy()
Dos_support.h64 static OPUS_INLINE void opus_free (void *ptr) in opus_free() function
Dkiss_fft.c512 opus_free((opus_int16*)cfg->bitrev); in opus_fft_free()
514 opus_free((kiss_twiddle_cpx*)cfg->twiddles); in opus_fft_free()
515 opus_free((kiss_fft_state*)cfg); in opus_fft_free()
Dmdct.c112 opus_free((kiss_twiddle_scalar*)l->trig); in clt_mdct_clear()
Dcelt_decoder.c222 opus_free(st); in opus_custom_decoder_destroy()
Dcelt_encoder.c222 opus_free(st); in opus_custom_encoder_destroy()
/external/libopus/tests/
Dtest_opus_projection.c183 opus_free(input_val16); in test_simple_matrix()
184 opus_free(output_int16); in test_simple_matrix()
185 opus_free(output_val16); in test_simple_matrix()
186 opus_free(simple_matrix); in test_simple_matrix()
232 opus_free(matrix); in test_creation_arguments()
338 opus_free(matrix); in test_encode_decode()
/external/libopus/src/
Dopus_projection_decoder.c204 opus_free(st); in opus_projection_decoder_create()
256 opus_free(st); in opus_projection_decoder_destroy()
Dopus_projection_encoder.c336 opus_free(st); in opus_projection_ambisonics_encoder_create()
377 opus_free(st); in opus_projection_encoder_destroy()
Dopus_multistream_decoder.c143 opus_free(st); in opus_multistream_decoder_create()
548 opus_free(st); in opus_multistream_decoder_destroy()
Dopus_multistream_encoder.c614 opus_free(st); in opus_multistream_encoder_create()
659 opus_free(st); in opus_multistream_surround_encoder_create()
1327 opus_free(st); in opus_multistream_encoder_destroy()
Drepacketizer.c58 opus_free(rp); in opus_repacketizer_destroy()
Dopus_decoder.c182 opus_free(st); in opus_decoder_create()
968 opus_free(st); in opus_decoder_destroy()
Dopus_encoder.c540 opus_free(st); in opus_encoder_create()
2754 opus_free(st); in opus_encoder_destroy()
/external/libopus/celt/arm/
Dcelt_fft_ne10.c107 opus_free(st->arch_fft); in opus_fft_free_arm_neon()