Home
last modified time | relevance | path

Searched refs:curr_bandwidth (Results 1 – 25 of 34) sorted by relevance

12

/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/opus-1.0.3/src/
H A Dopus_encoder.c473 int curr_bandwidth; in opus_encode() local
827 curr_bandwidth = st->bandwidth; in opus_encode()
831 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode()
833 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode()
878 if( curr_bandwidth == OPUS_BANDWIDTH_SUPERWIDEBAND ) { in opus_encode()
905 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode()
907 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode()
991 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode()
993 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode()
995 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/eigrpd/
H A Deigrp_interface.c102 ei->curr_bandwidth = ifp->bandwidth; in eigrp_if_new()
153 if (ei->curr_bandwidth != ifp->bandwidth) { in eigrp_ifp_up()
157 ifp->name, ei->curr_bandwidth, in eigrp_ifp_up()
160 ei->curr_bandwidth = ifp->bandwidth; in eigrp_ifp_up()
/dports/net/frr7/frr-frr-7.5.1/eigrpd/
H A Deigrp_interface.c102 ei->curr_bandwidth = ifp->bandwidth; in eigrp_if_new()
153 if (ei->curr_bandwidth != ifp->bandwidth) { in eigrp_ifp_up()
157 ifp->name, ei->curr_bandwidth, in eigrp_ifp_up()
160 ei->curr_bandwidth = ifp->bandwidth; in eigrp_ifp_up()
/dports/games/iortcw/iortcw-1.51c/MP/code/opus-1.2.1/src/
H A Dopus_encoder.c1101 int curr_bandwidth; in opus_encode_native() local
1552 curr_bandwidth = st->bandwidth; in opus_encode_native()
1556 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1558 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1734 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1736 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1837 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1839 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1841 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
1871 switch(curr_bandwidth) in opus_encode_native()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/opus-1.2.1/src/
H A Dopus_encoder.c1101 int curr_bandwidth; in opus_encode_native() local
1552 curr_bandwidth = st->bandwidth; in opus_encode_native()
1556 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1558 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1734 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1736 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1837 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1839 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1841 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
1871 switch(curr_bandwidth) in opus_encode_native()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libopus/src/
H A Dopus_encoder.c1093 int curr_bandwidth; in opus_encode_native() local
1557 curr_bandwidth = st->bandwidth; in opus_encode_native()
1561 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1563 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1750 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1752 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1856 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1858 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1860 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
1890 switch(curr_bandwidth) in opus_encode_native()
[all …]
/dports/audio/jamulus/jamulus-r3_8_1/libs/opus/src/
H A Dopus_encoder.c1093 int curr_bandwidth; in opus_encode_native() local
1557 curr_bandwidth = st->bandwidth; in opus_encode_native()
1561 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1563 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1750 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1752 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1856 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1858 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1860 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
1890 switch(curr_bandwidth) in opus_encode_native()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/opus/src/src/
H A Dopus_encoder.c1093 int curr_bandwidth; in opus_encode_native() local
1557 curr_bandwidth = st->bandwidth; in opus_encode_native()
1561 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1563 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1750 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1752 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1856 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1858 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1860 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
1890 switch(curr_bandwidth) in opus_encode_native()
[all …]
/dports/www/firefox/firefox-99.0/media/libopus/src/
H A Dopus_encoder.c1093 int curr_bandwidth; in opus_encode_native() local
1557 curr_bandwidth = st->bandwidth; in opus_encode_native()
1561 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1563 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1750 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1752 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1856 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1858 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1860 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
1890 switch(curr_bandwidth) in opus_encode_native()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libopus/src/
H A Dopus_encoder.c1101 int curr_bandwidth; in opus_encode_native() local
1552 curr_bandwidth = st->bandwidth; in opus_encode_native()
1556 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1558 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1734 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1736 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1837 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1839 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1841 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
1871 switch(curr_bandwidth) in opus_encode_native()
[all …]
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/libopus/src/
H A Dopus_encoder.c1093 int curr_bandwidth; in opus_encode_native() local
1557 curr_bandwidth = st->bandwidth; in opus_encode_native()
1561 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1563 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1750 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1752 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1856 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1858 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1860 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
1890 switch(curr_bandwidth) in opus_encode_native()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/opus/src/src/
H A Dopus_encoder.c1093 int curr_bandwidth; in opus_encode_native() local
1557 curr_bandwidth = st->bandwidth; in opus_encode_native()
1561 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1563 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1750 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1752 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1856 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1858 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1860 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
1890 switch(curr_bandwidth) in opus_encode_native()
[all …]
/dports/audio/opus/opus-1.3.1/src/
H A Dopus_encoder.c1093 int curr_bandwidth; in opus_encode_native() local
1557 curr_bandwidth = st->bandwidth; in opus_encode_native()
1561 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1563 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1750 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1752 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1856 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1858 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1860 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
1890 switch(curr_bandwidth) in opus_encode_native()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libopus/src/
H A Dopus_encoder.c1093 int curr_bandwidth; in opus_encode_native() local
1557 curr_bandwidth = st->bandwidth; in opus_encode_native()
1561 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1563 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1750 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1752 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1856 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1858 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1860 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
1890 switch(curr_bandwidth) in opus_encode_native()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libopus/src/
H A Dopus_encoder.c1093 int curr_bandwidth; in opus_encode_native() local
1557 curr_bandwidth = st->bandwidth; in opus_encode_native()
1561 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1563 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1750 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1752 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1856 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1858 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1860 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
1890 switch(curr_bandwidth) in opus_encode_native()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/opus/
H A Dopus_encoder.c964 int curr_bandwidth; in opus_encode_native() local
1438 curr_bandwidth = st->bandwidth; in opus_encode_native()
1442 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1444 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1508 if( curr_bandwidth == OPUS_BANDWIDTH_SUPERWIDEBAND ) { in opus_encode_native()
1578 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1580 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1675 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1677 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1679 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/opus/
H A Dopus_encoder.c964 int curr_bandwidth; in opus_encode_native() local
1438 curr_bandwidth = st->bandwidth; in opus_encode_native()
1442 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1444 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1508 if( curr_bandwidth == OPUS_BANDWIDTH_SUPERWIDEBAND ) { in opus_encode_native()
1578 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1580 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1675 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1677 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1679 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/opus/
H A Dopus_encoder.c964 int curr_bandwidth; in opus_encode_native() local
1438 curr_bandwidth = st->bandwidth; in opus_encode_native()
1442 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1444 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1508 if( curr_bandwidth == OPUS_BANDWIDTH_SUPERWIDEBAND ) { in opus_encode_native()
1578 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1580 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1675 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1677 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1679 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/opus/
H A Dopus_encoder.c964 int curr_bandwidth; in opus_encode_native() local
1438 curr_bandwidth = st->bandwidth; in opus_encode_native()
1442 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1444 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND) in opus_encode_native()
1508 if( curr_bandwidth == OPUS_BANDWIDTH_SUPERWIDEBAND ) { in opus_encode_native()
1578 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1580 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) { in opus_encode_native()
1675 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1677 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in opus_encode_native()
1679 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND; in opus_encode_native()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libopus/src/
H A Dopus_encoder.c964 int curr_bandwidth;
1438 curr_bandwidth = st->bandwidth;
1442 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND)
1444 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND)
1508 if( curr_bandwidth == OPUS_BANDWIDTH_SUPERWIDEBAND ) {
1578 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) {
1580 } else if (curr_bandwidth == OPUS_BANDWIDTH_MEDIUMBAND) {
1675 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND;
1677 curr_bandwidth = OPUS_BANDWIDTH_MEDIUMBAND;
1679 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND;
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8712/
H A Drtl871x_mp.h86 u8 curr_bandwidth; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8712/
H A Drtl871x_mp.h86 u8 curr_bandwidth; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8712/
H A Drtl871x_mp.h86 u8 curr_bandwidth; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.h428 enum drx_bandwidth curr_bandwidth; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.h428 enum drx_bandwidth curr_bandwidth; member

12