Lines Matching refs:MODE_CELT_ONLY
210 mode = MODE_CELT_ONLY; in opus_packet_get_mode()
321 celt_accum = (mode != MODE_CELT_ONLY) && (frame_size >= F10); in opus_decode_frame()
329 (mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY && !st->prev_redundancy) in opus_decode_frame()
330 || (mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) ) in opus_decode_frame()
335 if (mode == MODE_CELT_ONLY) in opus_decode_frame()
341 if (transition && mode == MODE_CELT_ONLY) in opus_decode_frame()
356 …pcm_silk_size = (mode != MODE_CELT_ONLY && !celt_accum) ? IMAX(F10, frame_size)*st->channels : ALL… in opus_decode_frame()
360 if (mode != MODE_CELT_ONLY) in opus_decode_frame()
371 if (st->prev_mode==MODE_CELT_ONLY) in opus_decode_frame()
421 if (!decode_fec && mode != MODE_CELT_ONLY && data != NULL in opus_decode_frame()
450 if (mode != MODE_CELT_ONLY) in opus_decode_frame()
461 if (transition && mode != MODE_CELT_ONLY) in opus_decode_frame()
536 if (mode != MODE_CELT_ONLY && !celt_accum) in opus_decode_frame()
677 … if (frame_size < packet_frame_size || packet_mode == MODE_CELT_ONLY || st->mode == MODE_CELT_ONLY) in opus_decode_native()
897 if (st->prev_mode == MODE_CELT_ONLY) in opus_decoder_ctl()