Searched refs:celt_dec (Results 1 – 1 of 1) sorted by relevance
101 CELTDecoder *celt_dec; in opus_decoder_init() local118 celt_dec = (CELTDecoder*)((char*)st+st->celt_dec_offset); in opus_decoder_init()131 ret = celt_decoder_init(celt_dec, Fs, channels); in opus_decoder_init()134 celt_decoder_ctl(celt_dec, CELT_SET_SIGNALLING(0)); in opus_decoder_init()206 CELTDecoder *celt_dec; in opus_decode_frame() local234 celt_dec = (CELTDecoder*)((char*)st+st->celt_dec_offset); in opus_decode_frame()418 celt_decoder_ctl(celt_dec, CELT_SET_END_BAND(endband)); in opus_decode_frame()419 celt_decoder_ctl(celt_dec, CELT_SET_CHANNELS(st->stream_channels)); in opus_decode_frame()443 celt_decoder_ctl(celt_dec, CELT_SET_START_BAND(0)); in opus_decode_frame()444 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, in opus_decode_frame()[all …]