Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_decoder.c61 int decode_gain; member
595 if(st->decode_gain) in opus_decode_frame()
598 gain = celt_exp2(MULT16_16_P15(QCONST16(6.48814081e-4f, 25), st->decode_gain)); in opus_decode_frame()
910 *value = st->decode_gain; in opus_decoder_ctl()
920 st->decode_gain = value; in opus_decoder_ctl()