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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus.c339 s->gain_i = AV_RL16(extradata + 16);
340 if (s->gain_i)
341 s->gain = pow(10, s->gain_i / (20.0 * 256));
H A Dopus.h171 int16_t gain_i; member in struct:OpusContext
H A Dopusdec.c531 if (c->gain_i) {

Completed in 46 milliseconds