Searched refs:opus_custom_mode_create (Results 1 – 8 of 8) sorted by relevance
/external/libopus/include/ |
D | opus_custom.h | 121 OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT OpusCustomMode *opus_custom_mode_create(opus_int32 Fs, i…
|
/external/libopus/celt/tests/ |
D | test_unit_dft.c | 97 CELTMode *mode = opus_custom_mode_create(48000, 960, NULL); in test1d()
|
D | test_unit_mdct.c | 124 CELTMode *mode = opus_custom_mode_create(48000, 960, NULL); in test1d()
|
/external/libopus/celt/ |
D | opus_custom_demo.c | 73 mode = opus_custom_mode_create(rate, frame_size, NULL); in main()
|
D | modes.c | 224 CELTMode *opus_custom_mode_create(opus_int32 Fs, int frame_size, int *error) in opus_custom_mode_create() function
|
D | celt_decoder.c | 118 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()
|
D | celt_encoder.c | 132 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/ |
D | dump_modes.c | 332 m[i] = opus_custom_mode_create(Fs, frame, NULL); in main()
|