Home
last modified time | relevance | path

Searched refs:gain_i (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dopus.h171 int16_t gain_i; member
H A Dopus.c341 s->gain_i = AV_RL16(extradata + 16); in ff_opus_parse_extradata()
342 if (s->gain_i) in ff_opus_parse_extradata()
343 s->gain = ff_exp10(s->gain_i / (20.0 * 256)); in ff_opus_parse_extradata()
H A Dopusdec.c556 if (c->gain_i && decoded_samples > 0) { in opus_decode_packet()

Completed in 3 milliseconds