Lines Matching refs:redundancy
226 int redundancy=0; in opus_decode_frame() local
392 redundancy = ec_dec_bit_logp(&dec, 12); in opus_decode_frame()
394 redundancy = 1; in opus_decode_frame()
395 if (redundancy) in opus_decode_frame()
410 redundancy = 0; in opus_decode_frame()
442 if (redundancy) in opus_decode_frame()
457 redundant_audio_size = redundancy ? F5*st->channels : ALLOC_NONE; in opus_decode_frame()
461 if (redundancy && celt_to_silk) in opus_decode_frame()
487 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy) ) in opus_decode_frame()
512 if (redundancy && !celt_to_silk) in opus_decode_frame()
522 if (redundancy && celt_to_silk) in opus_decode_frame()
571 st->prev_redundancy = redundancy && !celt_to_silk; in opus_decode_frame()