Home
last modified time | relevance | path

Searched refs:CELTDecoder (Results 1 – 3 of 3) sorted by relevance

/external/libopus/celt/
Dcelt_decoder.c115 void validate_celt_decoder(CELTDecoder *st) in validate_celt_decoder()
152 int size = sizeof(struct CELTDecoder) in opus_custom_decoder_get_size()
160 CELTDecoder *opus_custom_decoder_create(const CELTMode *mode, int channels, int *error) in opus_custom_decoder_create()
163 CELTDecoder *st = (CELTDecoder *)opus_alloc(opus_custom_decoder_get_size(mode, channels)); in opus_custom_decoder_create()
176 int celt_decoder_init(CELTDecoder *st, opus_int32 sampling_rate, int channels) in celt_decoder_init()
189 OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_init(CELTDecoder *st, const CELTMode *mode, int channe… in opus_custom_decoder_init()
220 void opus_custom_decoder_destroy(CELTDecoder *st) in opus_custom_decoder_destroy()
496 static void celt_decode_lost(CELTDecoder * OPUS_RESTRICT st, int N, int LM) in celt_decode_lost()
814 int celt_decode_with_ec(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data,
1185 int opus_custom_decode(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int…
[all …]
Dcelt.h50 #define CELTDecoder OpusCustomDecoder macro
150 int celt_decoder_init(CELTDecoder *st, opus_int32 sampling_rate, int channels);
213 void validate_celt_decoder(CELTDecoder *st);
/external/libopus/src/
Dopus_decoder.c119 CELTDecoder *celt_dec; in opus_decoder_init()
136 celt_dec = (CELTDecoder*)((char*)st+st->celt_dec_offset); in opus_decoder_init()
224 CELTDecoder *celt_dec; in opus_decode_frame()
254 celt_dec = (CELTDecoder*)((char*)st+st->celt_dec_offset); in opus_decode_frame()
838 CELTDecoder *celt_dec; in opus_decoder_ctl()
841 celt_dec = (CELTDecoder*)((char*)st+st->celt_dec_offset); in opus_decoder_ctl()