Home
last modified time | relevance | path

Searched refs:gain_i (Results 51 – 67 of 67) sorted by relevance

123

/dports/comms/gr-osmosdr/gr-osmosdr-0.2.3/lib/rtl_tcp/
H A Drtl_tcp_source_c.cc672 int gain_i = int(gains[stage] * 10.0); in set_if_gain() local
673 uint32_t params = stage << 16 | (gain_i & 0xffff); in set_if_gain()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dopus.c339 s->gain_i = AV_RL16(extradata + 16); in ff_opus_parse_extradata()
340 if (s->gain_i) in ff_opus_parse_extradata()
341 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()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dopus.c339 s->gain_i = AV_RL16(extradata + 16); in ff_opus_parse_extradata()
340 if (s->gain_i) in ff_opus_parse_extradata()
341 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()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dopus.c336 s->gain_i = AV_RL16(extradata + 16); in ff_opus_parse_extradata()
337 if (s->gain_i) in ff_opus_parse_extradata()
338 s->gain = ff_exp10(s->gain_i / (20.0 * 256)); in ff_opus_parse_extradata()
H A Dopusdec.c555 if (c->gain_i && decoded_samples > 0) { in opus_decode_packet()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dopus.c339 s->gain_i = AV_RL16(extradata + 16); in ff_opus_parse_extradata()
340 if (s->gain_i) in ff_opus_parse_extradata()
341 s->gain = ff_exp10(s->gain_i / (20.0 * 256)); in ff_opus_parse_extradata()
H A Dopusdec.c555 if (c->gain_i && decoded_samples > 0) { in opus_decode_packet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dopus.c339 s->gain_i = AV_RL16(extradata + 16); in ff_opus_parse_extradata()
340 if (s->gain_i) in ff_opus_parse_extradata()
341 s->gain = ff_exp10(s->gain_i / (20.0 * 256)); in ff_opus_parse_extradata()
H A Dopusdec.c555 if (c->gain_i && decoded_samples > 0) { in opus_decode_packet()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dopus.h171 int16_t gain_i; member
H A Dopusdec.c532 if (c->gain_i) { in opus_decode_packet()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dopus.h171 int16_t gain_i; member
H A Dopusdec.c532 if (c->gain_i) { in opus_decode_packet()
/dports/audio/ampache/ampache-php74-5.0.0/public/lib/modules/aurora.js/
H A Daac.js.map24gain_i = this.gain[i] = new Float32Array(120);\n\n if (this.couplingPoint === CCEElemen…
/dports/x11/xpra-html5/xpra-html5-4.5.2/html5/js/lib/aurora/
H A Daac.js.map25gain_i = this.gain[i] = new Float32Array(120);\n\n if (this.couplingPoint === CCEElemen…

123