Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_encoder.c1094 opus_val16 HB_gain; in opus_encode_native() local
1667 HB_gain = Q15ONE; in opus_encode_native()
1698 HB_gain = Q15ONE - SHR32(celt_exp2(-celt_rate * QCONST16(1.f/1024, 10)), 1); in opus_encode_native()
1952 if( st->prev_HB_gain < Q15ONE || HB_gain < Q15ONE ) { in opus_encode_native()
1954 …st->prev_HB_gain, HB_gain, celt_mode->overlap, frame_size, st->channels, celt_mode->window, st->Fs… in opus_encode_native()
1956 st->prev_HB_gain = HB_gain; in opus_encode_native()