Home
last modified time | relevance | path

Searched refs:opus_custom_mode_create (Results 1 – 8 of 8) sorted by relevance

/external/libopus/include/
Dopus_custom.h121 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomMode *opus_custom_mode_create(opus_int32 Fs, i…
/external/libopus/celt/tests/
Dtest_unit_dft.c97 CELTMode *mode = opus_custom_mode_create(48000, 960, NULL); in test1d()
Dtest_unit_mdct.c124 CELTMode *mode = opus_custom_mode_create(48000, 960, NULL); in test1d()
/external/libopus/celt/
Dopus_custom_demo.c73 mode = opus_custom_mode_create(rate, frame_size, NULL); in main()
Dmodes.c224 CELTMode *opus_custom_mode_create(opus_int32 Fs, int frame_size, int *error) in opus_custom_mode_create() function
Dcelt_decoder.c118 celt_assert(st->mode == opus_custom_mode_create(48000, 960, NULL)); in validate_celt_decoder()
152 const CELTMode *mode = opus_custom_mode_create(48000, 960, NULL); in celt_decoder_get_size()
185 ret = opus_custom_decoder_init(st, opus_custom_mode_create(48000, 960, NULL), channels); in celt_decoder_init()
Dcelt_encoder.c132 CELTMode *mode = opus_custom_mode_create(48000, 960, NULL); in celt_encoder_get_size()
212 opus_custom_mode_create(48000, 960, NULL), channels, arch); in celt_encoder_init()
/external/libopus/celt/dump_modes/
Ddump_modes.c332 m[i] = opus_custom_mode_create(Fs, frame, NULL); in main()