Lines Matching refs:MODE_CELT_ONLY
190 mode = MODE_CELT_ONLY; in opus_packet_get_mode()
298 celt_accum = (mode != MODE_CELT_ONLY) && (frame_size >= F10); in opus_decode_frame()
306 (mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY && !st->prev_redundancy) in opus_decode_frame()
307 || (mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) ) in opus_decode_frame()
312 if (mode == MODE_CELT_ONLY) in opus_decode_frame()
318 if (transition && mode == MODE_CELT_ONLY) in opus_decode_frame()
333 …pcm_silk_size = (mode != MODE_CELT_ONLY && !celt_accum) ? IMAX(F10, frame_size)*st->channels : ALL… in opus_decode_frame()
337 if (mode != MODE_CELT_ONLY) in opus_decode_frame()
348 if (st->prev_mode==MODE_CELT_ONLY) in opus_decode_frame()
398 if (!decode_fec && mode != MODE_CELT_ONLY && data != NULL in opus_decode_frame()
427 if (mode != MODE_CELT_ONLY) in opus_decode_frame()
461 if (transition && mode != MODE_CELT_ONLY) in opus_decode_frame()
508 if (mode != MODE_CELT_ONLY && !celt_accum) in opus_decode_frame()
648 … if (frame_size < packet_frame_size || packet_mode == MODE_CELT_ONLY || st->mode == MODE_CELT_ONLY) in opus_decode_native()
866 if (st->prev_mode == MODE_CELT_ONLY) in opus_decoder_ctl()