Searched refs:CELTDecoder (Results 1 – 3 of 3) sorted by relevance
/external/libopus/celt/ |
D | celt_decoder.c | 111 int size = sizeof(struct CELTDecoder) in opus_custom_decoder_get_size() 119 CELTDecoder *opus_custom_decoder_create(const CELTMode *mode, int channels, int *error) in opus_custom_decoder_create() 122 CELTDecoder *st = (CELTDecoder *)opus_alloc(opus_custom_decoder_get_size(mode, channels)); in opus_custom_decoder_create() 135 int celt_decoder_init(CELTDecoder *st, opus_int32 sampling_rate, int channels) in celt_decoder_init() 148 OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_init(CELTDecoder *st, const CELTMode *mode, int channe… in opus_custom_decoder_init() 174 void opus_custom_decoder_destroy(CELTDecoder *st) in opus_custom_decoder_destroy() 414 static void celt_decode_lost(CELTDecoder * OPUS_RESTRICT st, int N, int LM) in celt_decode_lost() 712 int celt_decode_with_ec(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, 1081 int opus_custom_decode(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int… 1087 int opus_custom_decode_float(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, fl… [all …]
|
D | celt.h | 50 #define CELTDecoder OpusCustomDecoder macro 135 int celt_decoder_init(CELTDecoder *st, opus_int32 sampling_rate, int channels);
|
/external/libopus/src/ |
D | opus_decoder.c | 99 CELTDecoder *celt_dec; in opus_decoder_init() 116 celt_dec = (CELTDecoder*)((char*)st+st->celt_dec_offset); in opus_decoder_init() 204 CELTDecoder *celt_dec; in opus_decode_frame() 233 celt_dec = (CELTDecoder*)((char*)st+st->celt_dec_offset); in opus_decode_frame() 807 CELTDecoder *celt_dec; in opus_decoder_ctl() 810 celt_dec = (CELTDecoder*)((char*)st+st->celt_dec_offset); in opus_decoder_ctl()
|