Lines Matching refs:redundancy
243 int redundancy=0; in opus_decode_frame() local
426 redundancy = ec_dec_bit_logp(&dec, 12); in opus_decode_frame()
428 redundancy = 1; in opus_decode_frame()
429 if (redundancy) in opus_decode_frame()
444 redundancy = 0; in opus_decode_frame()
453 if (redundancy) in opus_decode_frame()
496 redundant_audio_size = redundancy ? F5*st->channels : ALLOC_NONE; in opus_decode_frame()
500 if (redundancy && celt_to_silk) in opus_decode_frame()
529 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy) ) in opus_decode_frame()
554 if (redundancy && !celt_to_silk) in opus_decode_frame()
564 if (redundancy && celt_to_silk) in opus_decode_frame()
613 st->prev_redundancy = redundancy && !celt_to_silk; in opus_decode_frame()