Lines Matching refs:prev_mode
101 int prev_mode; member
1181 if (st->prev_mode == 0) in opus_encode_native()
1183 else if (st->prev_mode == MODE_CELT_ONLY) in opus_encode_native()
1356 if (st->prev_mode==MODE_CELT_ONLY) in opus_encode_native()
1378 if (st->prev_mode == MODE_CELT_ONLY) in opus_encode_native()
1380 else if (st->prev_mode>0) in opus_encode_native()
1413 if (st->prev_mode > 0 && 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()
1424 st->mode = st->prev_mode; 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()
1936 if (st->mode != MODE_SILK_ONLY && st->mode != st->prev_mode && st->prev_mode > 0) in opus_encode_native()
2062 if (st->mode != st->prev_mode && st->prev_mode > 0) in opus_encode_native()
2135 st->prev_mode = MODE_CELT_ONLY; in opus_encode_native()
2137 st->prev_mode = st->mode; in opus_encode_native()