Home
last modified time | relevance | path

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

/external/chromium_org/third_party/opus/src/src/
Dopus_encoder.c984 opus_val16 HB_gain; in opus_encode_native() local
1477 HB_gain = Q15ONE; in opus_encode_native()
1508HB_gain = SHL32((opus_val32)celt_rate, 9) / SHR32((opus_val32)celt_rate + st->stream_channels * HB… in opus_encode_native()
1509 HB_gain = HB_gain < Q15ONE*6/7 ? HB_gain + Q15ONE/7 : Q15ONE; in opus_encode_native()
1757 if( st->prev_HB_gain < Q15ONE || HB_gain < Q15ONE ) { in opus_encode_native()
1759 …st->prev_HB_gain, HB_gain, celt_mode->overlap, frame_size, st->channels, celt_mode->window, st->Fs… in opus_encode_native()
1761 st->prev_HB_gain = HB_gain; in opus_encode_native()