Lines Matching refs:MODE_CELT_ONLY
194 mode = MODE_CELT_ONLY; in opus_packet_get_mode()
301 (mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY && !st->prev_redundancy) in opus_decode_frame()
302 || (mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) ) in opus_decode_frame()
307 if (mode == MODE_CELT_ONLY) in opus_decode_frame()
313 if (transition && mode == MODE_CELT_ONLY) in opus_decode_frame()
328 pcm_silk_size = (mode != MODE_CELT_ONLY) ? IMAX(F10, frame_size)*st->channels : ALLOC_NONE; in opus_decode_frame()
332 if (mode != MODE_CELT_ONLY) in opus_decode_frame()
337 if (st->prev_mode==MODE_CELT_ONLY) in opus_decode_frame()
387 if (!decode_fec && mode != MODE_CELT_ONLY && data != NULL in opus_decode_frame()
416 if (mode != MODE_CELT_ONLY) in opus_decode_frame()
450 if (transition && mode != MODE_CELT_ONLY) in opus_decode_frame()
494 if (mode != MODE_CELT_ONLY) in opus_decode_frame()
634 … if (frame_size < packet_frame_size || packet_mode == MODE_CELT_ONLY || st->mode == MODE_CELT_ONLY) in opus_decode_native()
834 if (st->prev_mode == MODE_CELT_ONLY) in opus_decoder_ctl()