Lines Matching refs:CELTDecoder
115 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…
1191 int opus_custom_decode_float(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, fl…
1216 int opus_custom_decode_float(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, fl…
1221 int opus_custom_decode(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int…
1247 int opus_custom_decoder_ctl(CELTDecoder * OPUS_RESTRICT st, int request, ...)