Searched refs:celt_dec (Results 1 – 1 of 1) sorted by relevance
104 CELTDecoder *celt_dec; in opus_decoder_init() local121 celt_dec = (CELTDecoder*)((char*)st+st->celt_dec_offset); in opus_decoder_init()133 ret = celt_decoder_init(celt_dec, Fs, channels); in opus_decoder_init()136 celt_decoder_ctl(celt_dec, CELT_SET_SIGNALLING(0)); in opus_decoder_init()208 CELTDecoder *celt_dec; in opus_decode_frame() local236 celt_dec = (CELTDecoder*)((char*)st+st->celt_dec_offset); in opus_decode_frame()438 celt_decoder_ctl(celt_dec, CELT_SET_END_BAND(endband)); in opus_decode_frame()439 celt_decoder_ctl(celt_dec, CELT_SET_CHANNELS(st->stream_channels)); in opus_decode_frame()463 celt_decoder_ctl(celt_dec, CELT_SET_START_BAND(0)); in opus_decode_frame()464 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, in opus_decode_frame()[all …]