Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_encoder.c952 opus_val16 HB_gain; in opus_encode_native() local
1451 HB_gain = Q15ONE; in opus_encode_native()
1484HB_gain = SHL32((opus_val32)celt_rate, 9) / SHR32((opus_val32)celt_rate + st->stream_channels * HB… in opus_encode_native()
1485 HB_gain = HB_gain < Q15ONE*6/7 ? HB_gain + Q15ONE/7 : Q15ONE; in opus_encode_native()
1741 if( st->prev_HB_gain < Q15ONE || HB_gain < Q15ONE ) { in opus_encode_native()
1743 …st->prev_HB_gain, HB_gain, celt_mode->overlap, frame_size, st->channels, celt_mode->window, st->Fs… in opus_encode_native()
1745 st->prev_HB_gain = HB_gain; in opus_encode_native()