Lines Matching refs:prev_mode
101 int prev_mode; member
1176 if (st->prev_mode == 0) in opus_encode_native()
1178 else if (st->prev_mode == MODE_CELT_ONLY) in opus_encode_native()
1359 if (st->prev_mode==MODE_CELT_ONLY) in opus_encode_native()
1381 if (st->prev_mode == MODE_CELT_ONLY) in opus_encode_native()
1383 else if (st->prev_mode>0) in opus_encode_native()
1410 if (st->prev_mode > 0 && in opus_encode_native()
1411 ((st->mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) || in opus_encode_native()
1412 (st->mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY))) in opus_encode_native()
1421 st->mode = st->prev_mode; in opus_encode_native()
1432 && st->mode != MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY) in opus_encode_native()
1445 if (st->mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) in opus_encode_native()
1924 if (st->mode != MODE_SILK_ONLY && st->mode != st->prev_mode && st->prev_mode > 0) in opus_encode_native()
2050 if (st->mode != st->prev_mode && st->prev_mode > 0) in opus_encode_native()
2123 st->prev_mode = MODE_CELT_ONLY; in opus_encode_native()
2125 st->prev_mode = st->mode; in opus_encode_native()
2724 … if (st->silk_mode.useDTX && (st->prev_mode == MODE_SILK_ONLY || st->prev_mode == MODE_HYBRID)) { in opus_encoder_ctl()