/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-analog/python/analog/ |
H A D | fm_demod.py | 52 def __init__(self, channel_rate, audio_decim, deviation, argument 58 k = channel_rate / (2*pi*deviation) 63 channel_rate, # Sample rate 72 DEEMPH = fm_deemph(channel_rate, tau) 90 def __init__(self, channel_rate, audio_decim): argument 91 fm_demod_cf.__init__(self, channel_rate, audio_decim, 109 def __init__(self, channel_rate, audio_decim): argument 110 fm_demod_cf.__init__(self, channel_rate, audio_decim,
|
H A D | am_demod.py | 42 def __init__(self, channel_rate, audio_decim, audio_pass, audio_stop): argument 51 channel_rate, # Sample rate 71 def __init__(self, channel_rate, audio_decim): argument 72 am_demod_cf.__init__(self, channel_rate, audio_decim,
|
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-uhd/apps/ |
H A D | uhd_rx_nogui | 138 (dev_rate, channel_rate, audio_rate, channel_pass, channel_stop, demod) = \ 150 channel_decim = if_rate // channel_rate 151 audio_decim = channel_rate // audio_rate 168 125.0/channel_rate, # Time constant 169 int(channel_rate/20), # 50ms rise/fall 172 agc = analog.agc_cc(1.0/channel_rate, # Time constant 176 demod = demod(channel_rate, audio_decim)
|
/dports/net-mgmt/kismet/kismet-2016-07-R1/ |
H A D | kis_pktproto.h | 53 int32_t channel_rate; member 108 int32_t channel_rate; member
|
H A D | packetsourcetracker.cc | 180 osstr << psrc->channel_rate; in Protocol_SOURCE() 844 pstsource->channel_rate = -1; in AddPacketSource() 1145 if (pstsource->channel_rate > in AddPacketSource() 1154 pstsource->channel_rate = in AddPacketSource() 1166 if (pstsource->channel_rate < 0) in AddPacketSource() 1408 chrate = y->second->channel_rate; in LoadConfiguration() 1523 pstsource->channel_rate = in_ipc->channel_rate; in IpcAddPacketsource() 1654 pstsource->channel_rate = in_ipc->channel_rate; in IpcChannelSet() 1982 add->channel_rate = in_source->channel_rate; in SendIPCSourceAdd() 2180 chanset->channel_rate = in_source->channel_rate; in SendIPCChanset() [all …]
|
H A D | packetsource_drone.cc | 414 int channel_hop = -1, channel_dwell = -1, channel_rate = -1; in ParseData() local 473 channel_rate = kis_ntoh16(spkt->channel_rate); in ParseData() 501 } else if (channel_rate > 0) { in ParseData() 502 osstr << ",velocity=" << channel_rate; in ParseData() 904 cpkt->channel_rate = kis_hton16(in_src->channel_rate); in SendChannelData()
|
H A D | kis_droneframe.h | 203 uint16_t channel_rate; member 228 uint16_t channel_rate; member
|
H A D | kis_droneframe.cc | 520 spkt->channel_rate = kis_hton16(in_int->channel_rate); in SendSource() 673 cpkt->channel_rate = kis_hton16(in_int->channel_rate); in SendChannels() 1047 uint16_t hoprate = kis_ntoh16(csp->channel_rate); in channel_handler()
|
/dports/net/py-errbot/errbot-6.1.8/errbot/backends/ |
H A D | irc.py | 346 channel_rate=1, argument 360 if channel_rate: 361 self.send_public_message = rate_limited(channel_rate)( 706 channel_rate = getattr(config, "IRC_CHANNEL_RATE", 1) 724 channel_rate=channel_rate,
|
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/opus/ |
H A D | opus_multistream_encoder.c | 670 opus_int32 channel_rate; in surround_rate_allocation() local 693 channel_rate = Fs+60*Fs/frame_size; in surround_rate_allocation() 696 channel_rate = 300000; in surround_rate_allocation() 708 …channel_rate = 256*(st->bitrate_bps-lfe_offset*nb_lfe-stream_offset*(nb_coupled+nb_uncoupled))/tot… in surround_rate_allocation() 715 channel_rate += bonus; in surround_rate_allocation() 722 rate[i] = stream_offset+(channel_rate*coupled_ratio>>8); in surround_rate_allocation() 724 rate[i] = stream_offset+channel_rate; in surround_rate_allocation() 726 rate[i] = lfe_offset+(channel_rate*lfe_ratio>>8); in surround_rate_allocation()
|
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/opus/ |
H A D | opus_multistream_encoder.c | 670 opus_int32 channel_rate; in surround_rate_allocation() local 693 channel_rate = Fs+60*Fs/frame_size; in surround_rate_allocation() 696 channel_rate = 300000; in surround_rate_allocation() 708 …channel_rate = 256*(st->bitrate_bps-lfe_offset*nb_lfe-stream_offset*(nb_coupled+nb_uncoupled))/tot… in surround_rate_allocation() 715 channel_rate += bonus; in surround_rate_allocation() 722 rate[i] = stream_offset+(channel_rate*coupled_ratio>>8); in surround_rate_allocation() 724 rate[i] = stream_offset+channel_rate; in surround_rate_allocation() 726 rate[i] = lfe_offset+(channel_rate*lfe_ratio>>8); in surround_rate_allocation()
|
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/opus/ |
H A D | opus_multistream_encoder.c | 670 opus_int32 channel_rate; in surround_rate_allocation() local 693 channel_rate = Fs+60*Fs/frame_size; in surround_rate_allocation() 696 channel_rate = 300000; in surround_rate_allocation() 708 …channel_rate = 256*(st->bitrate_bps-lfe_offset*nb_lfe-stream_offset*(nb_coupled+nb_uncoupled))/tot… in surround_rate_allocation() 715 channel_rate += bonus; in surround_rate_allocation() 722 rate[i] = stream_offset+(channel_rate*coupled_ratio>>8); in surround_rate_allocation() 724 rate[i] = stream_offset+channel_rate; in surround_rate_allocation() 726 rate[i] = lfe_offset+(channel_rate*lfe_ratio>>8); in surround_rate_allocation()
|
/dports/devel/godot/godot-3.2.3-stable/thirdparty/opus/ |
H A D | opus_multistream_encoder.c | 670 opus_int32 channel_rate; in surround_rate_allocation() local 693 channel_rate = Fs+60*Fs/frame_size; in surround_rate_allocation() 696 channel_rate = 300000; in surround_rate_allocation() 708 …channel_rate = 256*(st->bitrate_bps-lfe_offset*nb_lfe-stream_offset*(nb_coupled+nb_uncoupled))/tot… in surround_rate_allocation() 715 channel_rate += bonus; in surround_rate_allocation() 722 rate[i] = stream_offset+(channel_rate*coupled_ratio>>8); in surround_rate_allocation() 724 rate[i] = stream_offset+channel_rate; in surround_rate_allocation() 726 rate[i] = lfe_offset+(channel_rate*lfe_ratio>>8); in surround_rate_allocation()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libopus/src/ |
H A D | opus_multistream_encoder.c | 670 opus_int32 channel_rate; 693 channel_rate = Fs+60*Fs/frame_size; 696 channel_rate = 300000; 708 …channel_rate = 256*(st->bitrate_bps-lfe_offset*nb_lfe-stream_offset*(nb_coupled+nb_uncoupled))/tot… 715 channel_rate += bonus; 722 rate[i] = stream_offset+(channel_rate*coupled_ratio>>8); 724 rate[i] = stream_offset+channel_rate; 726 rate[i] = lfe_offset+(channel_rate*lfe_ratio>>8);
|
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/opus-1.0.3/src/ |
H A D | opus_multistream.c | 416 opus_int32 channel_rate; in surround_rate_allocation() local 440 channel_rate = Fs+60*Fs/frame_size; in surround_rate_allocation() 443 channel_rate = 300000; in surround_rate_allocation() 455 …channel_rate = 256*(st->bitrate_bps-lfe_offset*nb_lfe-stream_offset*(nb_coupled+nb_uncoupled))/tot… in surround_rate_allocation() 461 rate[i] = stream_offset+(channel_rate*coupled_ratio>>8); in surround_rate_allocation() 463 rate[i] = stream_offset+channel_rate; in surround_rate_allocation() 465 rate[i] = lfe_offset+(channel_rate*lfe_ratio>>8); in surround_rate_allocation()
|
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/ |
H A D | unittest.cc | 242 for (int channel_rate : channel_rates) in TestCases() local 248 {type, adaptive, channel_rate, sample_rate, frame_size}); in TestCases()
|
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/ |
H A D | unittest.cc | 245 for (int channel_rate : channel_rates) in TestCases() local 251 {type, adaptive, channel_rate, sample_rate, frame_size}); in TestCases()
|
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/ |
H A D | unittest.cc | 245 for (int channel_rate : channel_rates) in TestCases() local 251 {type, adaptive, channel_rate, sample_rate, frame_size}); in TestCases()
|
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/ |
H A D | unittest.cc | 245 for (int channel_rate : channel_rates) in TestCases() local 251 {type, adaptive, channel_rate, sample_rate, frame_size}); in TestCases()
|
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
H A D | unittest.cc | 242 for (int channel_rate : channel_rates) in TestCases() local 248 {type, adaptive, channel_rate, sample_rate, frame_size}); in TestCases()
|
/dports/www/firefox-esr/firefox-91.8.0/media/libopus/src/ |
H A D | opus_multistream_encoder.c | 675 opus_int32 channel_rate; in surround_rate_allocation() local 723 …channel_rate = 256*(opus_int64)(bitrate - lfe_offset*nb_lfe - stream_offset*(nb_coupled+nb_uncoupl… in surround_rate_allocation() 728 rate[i] = 2*channel_offset + IMAX(0, stream_offset+(channel_rate*coupled_ratio>>8)); in surround_rate_allocation() 730 rate[i] = channel_offset + IMAX(0, stream_offset + channel_rate); in surround_rate_allocation() 732 rate[i] = IMAX(0, lfe_offset+(channel_rate*lfe_ratio>>8)); in surround_rate_allocation()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/opus/src/src/ |
H A D | opus_multistream_encoder.c | 675 opus_int32 channel_rate; in surround_rate_allocation() local 723 …channel_rate = 256*(opus_int64)(bitrate - lfe_offset*nb_lfe - stream_offset*(nb_coupled+nb_uncoupl… in surround_rate_allocation() 728 rate[i] = 2*channel_offset + IMAX(0, stream_offset+(channel_rate*coupled_ratio>>8)); in surround_rate_allocation() 730 rate[i] = channel_offset + IMAX(0, stream_offset + channel_rate); in surround_rate_allocation() 732 rate[i] = IMAX(0, lfe_offset+(channel_rate*lfe_ratio>>8)); in surround_rate_allocation()
|
/dports/www/firefox/firefox-99.0/media/libopus/src/ |
H A D | opus_multistream_encoder.c | 675 opus_int32 channel_rate; in surround_rate_allocation() local 723 …channel_rate = 256*(opus_int64)(bitrate - lfe_offset*nb_lfe - stream_offset*(nb_coupled+nb_uncoupl… in surround_rate_allocation() 728 rate[i] = 2*channel_offset + IMAX(0, stream_offset+(channel_rate*coupled_ratio>>8)); in surround_rate_allocation() 730 rate[i] = channel_offset + IMAX(0, stream_offset + channel_rate); in surround_rate_allocation() 732 rate[i] = IMAX(0, lfe_offset+(channel_rate*lfe_ratio>>8)); in surround_rate_allocation()
|
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/libopus/src/ |
H A D | opus_multistream_encoder.c | 675 opus_int32 channel_rate; in surround_rate_allocation() local 723 …channel_rate = 256*(opus_int64)(bitrate - lfe_offset*nb_lfe - stream_offset*(nb_coupled+nb_uncoupl… in surround_rate_allocation() 728 rate[i] = 2*channel_offset + IMAX(0, stream_offset+(channel_rate*coupled_ratio>>8)); in surround_rate_allocation() 730 rate[i] = channel_offset + IMAX(0, stream_offset + channel_rate); in surround_rate_allocation() 732 rate[i] = IMAX(0, lfe_offset+(channel_rate*lfe_ratio>>8)); in surround_rate_allocation()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/opus/src/src/ |
H A D | opus_multistream_encoder.c | 675 opus_int32 channel_rate; in surround_rate_allocation() local 723 …channel_rate = 256*(opus_int64)(bitrate - lfe_offset*nb_lfe - stream_offset*(nb_coupled+nb_uncoupl… in surround_rate_allocation() 728 rate[i] = 2*channel_offset + IMAX(0, stream_offset+(channel_rate*coupled_ratio>>8)); in surround_rate_allocation() 730 rate[i] = channel_offset + IMAX(0, stream_offset + channel_rate); in surround_rate_allocation() 732 rate[i] = IMAX(0, lfe_offset+(channel_rate*lfe_ratio>>8)); in surround_rate_allocation()
|