Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_encoder.c965 opus_val16 HB_gain; in opus_encode_native() local
1491 HB_gain = Q15ONE; in opus_encode_native()
1524HB_gain = SHL32((opus_val32)celt_rate, 9) / SHR32((opus_val32)celt_rate + st->stream_channels * HB… in opus_encode_native()
1525 HB_gain = HB_gain < (opus_val32)Q15ONE*6/7 ? HB_gain + Q15ONE/7 : Q15ONE; in opus_encode_native()
1783 if( st->prev_HB_gain < Q15ONE || HB_gain < Q15ONE ) { in opus_encode_native()
1785 …st->prev_HB_gain, HB_gain, celt_mode->overlap, frame_size, st->channels, celt_mode->window, st->Fs… in opus_encode_native()
1787 st->prev_HB_gain = HB_gain; in opus_encode_native()