Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_decoder.c622 int noise_based; in celt_decode_lost() local
644 noise_based = start != 0 || (lpcnet->fec_fill_pos == 0 && (st->skip_plc || loss_duration >= 80)); in celt_decode_lost()
646 noise_based = loss_duration >= 40 || start != 0 || st->skip_plc; in celt_decode_lost()
648 if (noise_based) in celt_decode_lost()