Lines Matching refs:MODE_CELT_ONLY
287 } else if (mode == MODE_CELT_ONLY) in gen_toc()
721 if (!useInBandFEC || PacketLoss_perc == 0 || mode == MODE_CELT_ONLY) in decide_fec()
825 } else if (mode == MODE_CELT_ONLY) { in compute_equiv_rate()
999 st->user_forced_mode = MODE_CELT_ONLY; in encode_multiframe_packet()
1183 else if (st->prev_mode == MODE_CELT_ONLY) in opus_encode_native()
1237 tocmode = MODE_CELT_ONLY; in opus_encode_native()
1266 else if (tocmode==MODE_CELT_ONLY&&bw==OPUS_BANDWIDTH_MEDIUMBAND) in opus_encode_native()
1344 st->mode = MODE_CELT_ONLY; in opus_encode_native()
1352 st->mode = MODE_CELT_ONLY; in opus_encode_native()
1356 if (st->prev_mode==MODE_CELT_ONLY) in opus_encode_native()
1357 st->mode = MODE_CELT_ONLY; in opus_encode_native()
1378 if (st->prev_mode == MODE_CELT_ONLY) in opus_encode_native()
1383 st->mode = (equiv_rate >= threshold) ? MODE_CELT_ONLY: MODE_SILK_ONLY; in opus_encode_native()
1402 st->mode = MODE_CELT_ONLY; in opus_encode_native()
1408 if (st->mode != MODE_CELT_ONLY && frame_size < st->Fs/100) in opus_encode_native()
1409 st->mode = MODE_CELT_ONLY; in opus_encode_native()
1411 st->mode = MODE_CELT_ONLY; in opus_encode_native()
1414 ((st->mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) || in opus_encode_native()
1415 (st->mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY))) in opus_encode_native()
1418 celt_to_silk = (st->mode != MODE_CELT_ONLY); in opus_encode_native()
1435 && st->mode != MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY) in opus_encode_native()
1448 if (st->mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) in opus_encode_native()
1456 if (st->mode == MODE_CELT_ONLY || st->first || st->silk_mode.allowBandwidthSwitch) in opus_encode_native()
1497 …if (!st->first && st->mode != MODE_CELT_ONLY && !st->silk_mode.inWBmodeWithoutVariableLP && st->ba… in opus_encode_native()
1508 if (st->mode != MODE_CELT_ONLY && max_rate < 15000) in opus_encode_native()
1532 if (equiv_rate <= 18000*st->stream_channels && st->mode == MODE_CELT_ONLY) in opus_encode_native()
1534 else if (equiv_rate <= 24000*st->stream_channels && st->mode == MODE_CELT_ONLY) in opus_encode_native()
1552 if (st->mode == MODE_CELT_ONLY && st->bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) in opus_encode_native()
1613 if (st->mode == MODE_CELT_ONLY) in opus_encode_native()
1633 if (st->mode == MODE_CELT_ONLY) in opus_encode_native()
1668 if (st->mode != MODE_CELT_ONLY) in opus_encode_native()
1985 …if ( st->mode != MODE_CELT_ONLY && ec_tell(&enc)+17+20*(st->mode == MODE_HYBRID) <= 8*(max_data_by… in opus_encode_native()
2018 if (st->mode != MODE_CELT_ONLY)start_band=17; in opus_encode_native()
2135 st->prev_mode = MODE_CELT_ONLY; in opus_encode_native()
2708 if ((value < MODE_SILK_ONLY || value > MODE_CELT_ONLY) && value != OPUS_AUTO) in opus_encoder_ctl()