Searched refs:CELTDecoder (Results 1 – 3 of 3) sorted by relevance
/external/libopus/celt/ |
D | celt.h | 50 #define CELTDecoder OpusCustomDecoder macro 150 int celt_decoder_init(CELTDecoder *st, opus_int32 sampling_rate, int channels); 213 void validate_celt_decoder(CELTDecoder *st);
|
D | celt_decoder.c | 115 void validate_celt_decoder(CELTDecoder *st) in validate_celt_decoder() 158 int size = sizeof(struct CELTDecoder) in opus_custom_decoder_get_size() 166 CELTDecoder *opus_custom_decoder_create(const CELTMode *mode, int channels, int *error) in opus_custom_decoder_create() 169 CELTDecoder *st = (CELTDecoder *)opus_alloc(opus_custom_decoder_get_size(mode, channels)); in opus_custom_decoder_create() 182 int celt_decoder_init(CELTDecoder *st, opus_int32 sampling_rate, int channels) in celt_decoder_init() 195 OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_init(CELTDecoder *st, const CELTMode *mode, int channe… in opus_custom_decoder_init() 226 void opus_custom_decoder_destroy(CELTDecoder *st) in opus_custom_decoder_destroy() 502 static void celt_decode_lost(CELTDecoder * OPUS_RESTRICT st, int N, int LM) in celt_decode_lost() 820 int celt_decode_with_ec(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, 1191 int opus_custom_decode(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int… [all …]
|
/external/libopus/src/ |
D | opus_decoder.c | 119 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()
|