Home
last modified time | relevance | path

Searched refs:prev_redundancy (Results 1 – 1 of 1) sorted by relevance

/external/libopus/src/
Dopus_decoder.c72 int prev_redundancy; member
329 (mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY && !st->prev_redundancy) in opus_decode_frame()
515 if (mode != st->prev_mode && st->prev_mode > 0 && !st->prev_redundancy) in opus_decode_frame()
529 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy) ) in opus_decode_frame()
613 st->prev_redundancy = redundancy && !celt_to_silk; in opus_decode_frame()