Lines Matching refs:prev_mode
69 int prev_mode; member
138 st->prev_mode = 0; in opus_decoder_init()
262 mode = st->prev_mode; in opus_decode_frame()
300 if (data!=NULL && st->prev_mode > 0 && ( in opus_decode_frame()
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()
337 if (st->prev_mode==MODE_CELT_ONLY) in opus_decode_frame()
476 if (mode != st->prev_mode && st->prev_mode > 0 && !st->prev_redundancy) in opus_decode_frame()
487 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy) ) in opus_decode_frame()
570 st->prev_mode = mode; in opus_decode_frame()
834 if (st->prev_mode == MODE_CELT_ONLY) in opus_decoder_ctl()