Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_decoder.c589 int exc_length; in celt_decode_lost() local
609 exc_length = IMIN(2*pitch_index, MAX_PERIOD); in celt_decode_lost()
613 ALLOC(fir_tmp, exc_length, opus_val16); in celt_decode_lost()
676 celt_fir(exc+MAX_PERIOD-exc_length, lpc+c*LPC_ORDER, in celt_decode_lost()
677 fir_tmp, exc_length, LPC_ORDER, st->arch); in celt_decode_lost()
678 OPUS_COPY(exc+MAX_PERIOD-exc_length, fir_tmp, exc_length); in celt_decode_lost()
688 … int shift = IMAX(0,2*celt_zlog2(celt_maxabs16(&exc[MAX_PERIOD-exc_length], exc_length))-20); in celt_decode_lost()
690 decay_length = exc_length>>1; in celt_decode_lost()