Home
last modified time | relevance | path

Searched refs:high_band (Results 1 – 25 of 58) sorted by relevance

123

/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/processing/
H A Dsplitting_filter.cc18 WebRtc_Word16* high_band, in SplittingFilterAnalysis() argument
22 WebRtcSpl_AnalysisQMF(in_data, low_band, high_band, filter_state1, filter_state2); in SplittingFilterAnalysis()
26 const WebRtc_Word16* high_band, in SplittingFilterSynthesis() argument
31 WebRtcSpl_SynthesisQMF(low_band, high_band, out_data, filt_state1, filt_state2); in SplittingFilterSynthesis()
H A Dsplitting_filter.h36 WebRtc_Word16* high_band,
57 const WebRtc_Word16* high_band,
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/lib/libdvbv5/
H A Ddvb-sat.c460 int high_band, in dvbsat_diseqc_write_to_port_group() argument
473 cmd->data0 |= high_band; in dvbsat_diseqc_write_to_port_group()
483 int high_band, in dvbsat_scr_odu_channel_change() argument
506 cmd->data0 |= high_band ? 0 : 4; in dvbsat_scr_odu_channel_change()
519 int high_band = parms->high_band; in dvbsat_diseqc_set_input() local
541 high_band = 1; in dvbsat_diseqc_set_input()
548 tone_on = high_band; in dvbsat_diseqc_set_input()
565 rc = dvbsat_diseqc_write_to_port_group(parms, &cmd, high_band, in dvbsat_diseqc_set_input()
568 rc = dvbsat_scr_odu_channel_change(parms, &cmd, high_band, in dvbsat_diseqc_set_input()
633 parms->high_band = 0; in dvb_sat_get_freq()
[all …]
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/lib/libdvbv5/
H A Ddvb-sat.c460 int high_band, in dvbsat_diseqc_write_to_port_group() argument
473 cmd->data0 |= high_band; in dvbsat_diseqc_write_to_port_group()
483 int high_band, in dvbsat_scr_odu_channel_change() argument
506 cmd->data0 |= high_band ? 0 : 4; in dvbsat_scr_odu_channel_change()
519 int high_band = parms->high_band; in dvbsat_diseqc_set_input() local
541 high_band = 1; in dvbsat_diseqc_set_input()
548 tone_on = high_band; in dvbsat_diseqc_set_input()
565 rc = dvbsat_diseqc_write_to_port_group(parms, &cmd, high_band, in dvbsat_diseqc_set_input()
568 rc = dvbsat_scr_odu_channel_change(parms, &cmd, high_band, in dvbsat_diseqc_set_input()
633 parms->high_band = 0; in dvb_sat_get_freq()
[all …]
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/lib/libdvbv5/
H A Ddvb-sat.c460 int high_band, in dvbsat_diseqc_write_to_port_group() argument
473 cmd->data0 |= high_band; in dvbsat_diseqc_write_to_port_group()
483 int high_band, in dvbsat_scr_odu_channel_change() argument
506 cmd->data0 |= high_band ? 0 : 4; in dvbsat_scr_odu_channel_change()
519 int high_band = parms->high_band; in dvbsat_diseqc_set_input() local
541 high_band = 1; in dvbsat_diseqc_set_input()
548 tone_on = high_band; in dvbsat_diseqc_set_input()
565 rc = dvbsat_diseqc_write_to_port_group(parms, &cmd, high_band, in dvbsat_diseqc_set_input()
568 rc = dvbsat_scr_odu_channel_change(parms, &cmd, high_band, in dvbsat_diseqc_set_input()
633 parms->high_band = 0; in dvb_sat_get_freq()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/common_audio/signal_processing/
H A Dsplitting_filter.c128 int16_t* low_band, int16_t* high_band, in WebRtcSpl_AnalysisQMF() argument
163 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
167 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band, in WebRtcSpl_SynthesisQMF() argument
184 tmp = (int32_t)low_band[i] + (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
186 tmp = (int32_t)low_band[i] - (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_isac/
H A Dsplitting_filter.c120 WebRtc_Word16* high_band, WebRtc_Word32* filter_state1, in WebRtcSpl_AnalysisQMF() argument
154 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
158 void WebRtcSpl_SynthesisQMF(const WebRtc_Word16* low_band, const WebRtc_Word16* high_band, in WebRtcSpl_SynthesisQMF() argument
174 tmp = (WebRtc_Word32)low_band[i] + (WebRtc_Word32)high_band[i]; in WebRtcSpl_SynthesisQMF()
176 tmp = (WebRtc_Word32)low_band[i] - (WebRtc_Word32)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/net/sems/sems-f89581a/core/plug-in/isac/libisac/
H A Dsplitting_filter.c120 WebRtc_Word16* high_band, WebRtc_Word32* filter_state1, in WebRtcSpl_AnalysisQMF() argument
154 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
158 void WebRtcSpl_SynthesisQMF(const WebRtc_Word16* low_band, const WebRtc_Word16* high_band, in WebRtcSpl_SynthesisQMF() argument
174 tmp = (WebRtc_Word32)low_band[i] + (WebRtc_Word32)high_band[i]; in WebRtcSpl_SynthesisQMF()
176 tmp = (WebRtc_Word32)low_band[i] - (WebRtc_Word32)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/net-im/tg_owt/tg_owt-d578c76/src/common_audio/signal_processing/
H A Dsplitting_filter.c129 int16_t* low_band, int16_t* high_band, in WebRtcSpl_AnalysisQMF() argument
164 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
168 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band, in WebRtcSpl_SynthesisQMF() argument
185 tmp = (int32_t)low_band[i] + (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
187 tmp = (int32_t)low_band[i] - (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/
H A Dsplitting_filter.c127 int16_t* low_band, int16_t* high_band, in WebRtcSpl_AnalysisQMF() argument
162 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
166 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band, in WebRtcSpl_SynthesisQMF() argument
183 tmp = (int32_t)low_band[i] + (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
185 tmp = (int32_t)low_band[i] - (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/common/processing/
H A Dsplitting_filter.c120 WebRtc_Word16* high_band, WebRtc_Word32* filter_state1, in WebRtcSpl_AnalysisQMF() argument
154 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
158 void WebRtcSpl_SynthesisQMF(const WebRtc_Word16* low_band, const WebRtc_Word16* high_band, in WebRtcSpl_SynthesisQMF() argument
174 tmp = (WebRtc_Word32)low_band[i] + (WebRtc_Word32)high_band[i]; in WebRtcSpl_SynthesisQMF()
176 tmp = (WebRtc_Word32)low_band[i] - (WebRtc_Word32)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/audio/libfilteraudio/filter_audio-0.0.1/other/
H A Dsplitting_filter.c128 int16_t* low_band, int16_t* high_band, in WebRtcSpl_AnalysisQMF() argument
163 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
167 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band, in WebRtcSpl_SynthesisQMF() argument
184 tmp = (int32_t)low_band[i] + (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
186 tmp = (int32_t)low_band[i] - (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/common_audio/signal_processing/
H A Dsplitting_filter.c127 int16_t* low_band, int16_t* high_band, in WebRtcSpl_AnalysisQMF() argument
162 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
166 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band, in WebRtcSpl_SynthesisQMF() argument
183 tmp = (int32_t)low_band[i] + (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
185 tmp = (int32_t)low_band[i] - (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/common_audio/signal_processing/
H A Dsplitting_filter.c127 int16_t* low_band, int16_t* high_band, in WebRtcSpl_AnalysisQMF() argument
162 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
166 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band, in WebRtcSpl_SynthesisQMF() argument
183 tmp = (int32_t)low_band[i] + (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
185 tmp = (int32_t)low_band[i] - (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/common_audio/signal_processing/
H A Dsplitting_filter.c127 int16_t* low_band, int16_t* high_band, in WebRtcSpl_AnalysisQMF() argument
162 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
166 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band, in WebRtcSpl_SynthesisQMF() argument
183 tmp = (int32_t)low_band[i] + (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
185 tmp = (int32_t)low_band[i] - (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/net/pjsip/pjproject-2.11.1/third_party/webrtc/src/webrtc/common_audio/signal_processing/
H A Dsplitting_filter.c128 int16_t* low_band, int16_t* high_band, in WebRtcSpl_AnalysisQMF() argument
163 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
167 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band, in WebRtcSpl_SynthesisQMF() argument
184 tmp = (int32_t)low_band[i] + (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
186 tmp = (int32_t)low_band[i] - (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/common_audio/signal_processing/
H A Dsplitting_filter.c127 int16_t* low_band, int16_t* high_band, in WebRtcSpl_AnalysisQMF() argument
162 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
166 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band, in WebRtcSpl_SynthesisQMF() argument
183 tmp = (int32_t)low_band[i] + (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
185 tmp = (int32_t)low_band[i] - (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/common_audio/signal_processing/
H A Dsplitting_filter1.c127 int16_t* low_band, int16_t* high_band, in WebRtcSpl_AnalysisQMF() argument
162 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
166 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band, in WebRtcSpl_SynthesisQMF() argument
183 tmp = (int32_t)low_band[i] + (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
185 tmp = (int32_t)low_band[i] - (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/net/libilbc/libilbc-3.0.4/common_audio/signal_processing/
H A Dsplitting_filter.c129 int16_t* low_band, int16_t* high_band, in WebRtcSpl_AnalysisQMF() argument
164 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
168 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band, in WebRtcSpl_SynthesisQMF() argument
185 tmp = (int32_t)low_band[i] + (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
187 tmp = (int32_t)low_band[i] - (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/common_audio/signal_processing/
H A Dsplitting_filter.c128 int16_t* low_band, int16_t* high_band, in WebRtcSpl_AnalysisQMF() argument
163 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
167 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band, in WebRtcSpl_SynthesisQMF() argument
184 tmp = (int32_t)low_band[i] + (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
186 tmp = (int32_t)low_band[i] - (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/common_audio/signal_processing/
H A Dsplitting_filter.c127 int16_t* low_band, int16_t* high_band, in WebRtcSpl_AnalysisQMF() argument
162 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
166 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band, in WebRtcSpl_SynthesisQMF() argument
183 tmp = (int32_t)low_band[i] + (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
185 tmp = (int32_t)low_band[i] - (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/common_audio/signal_processing/
H A Dsplitting_filter.c127 int16_t* low_band, int16_t* high_band, in WebRtcSpl_AnalysisQMF() argument
162 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
166 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band, in WebRtcSpl_SynthesisQMF() argument
183 tmp = (int32_t)low_band[i] + (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
185 tmp = (int32_t)low_band[i] - (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/common_audio/signal_processing/
H A Dsplitting_filter.c128 int16_t* low_band, int16_t* high_band, in WebRtcSpl_AnalysisQMF() argument
163 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
167 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band, in WebRtcSpl_SynthesisQMF() argument
184 tmp = (int32_t)low_band[i] + (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
186 tmp = (int32_t)low_band[i] - (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/
H A Dsplitting_filter.c127 int16_t* low_band, int16_t* high_band, in WebRtcSpl_AnalysisQMF() argument
162 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
166 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band, in WebRtcSpl_SynthesisQMF() argument
183 tmp = (int32_t)low_band[i] + (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
185 tmp = (int32_t)low_band[i] - (int32_t)high_band[i]; in WebRtcSpl_SynthesisQMF()
/dports/multimedia/w_scan2/w_scan2-1.0.13/src/
H A Demulate.h19 void em_lnb(bool high_band, uint32_t high_val, uint32_t low_val);

123