Home
last modified time | relevance | path

Searched defs:PART_LEN1 (Results 1 – 25 of 65) sorted by relevance

123

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/aec/
H A Daec_core_mips.cc33 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in WebRtcAec_FilterFar_mips()
34 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in WebRtcAec_FilterFar_mips()
35 float y_fft[2][PART_LEN1]) { in WebRtcAec_FilterFar_mips()
150 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in WebRtcAec_FilterAdaptation_mips()
151 float e_fft[2][PART_LEN1], in WebRtcAec_FilterAdaptation_mips()
152 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in WebRtcAec_FilterAdaptation_mips()
350 float hNl[PART_LEN1]) { in WebRtcAec_Overdrive_mips()
389 void WebRtcAec_Suppress_mips(const float hNl[PART_LEN1], in WebRtcAec_Suppress_mips()
390 float efw[2][PART_LEN1]) { in WebRtcAec_Suppress_mips()
423 float x_pow[PART_LEN1], in WebRtcAec_ScaleErrorSignal_mips()
[all …]
H A Daec_core.cc302 float y_fft[2][PART_LEN1]) { in FilterFar()
324 float x_pow[PART_LEN1], in ScaleErrorSignal()
350 float e_fft[2][PART_LEN1], in FilterAdaptation()
398 float hNl[PART_LEN1]) { in Overdrive()
409 static void Suppress(const float hNl[PART_LEN1], float efw[2][PART_LEN1]) { in Suppress()
421 static int PartitionDelay(int num_partitions, in PartitionDelay()
622 float e_fft[2][PART_LEN1], in ComfortNoise()
862 float freq_data[2][PART_LEN1]) { in Fft()
954 static void RegressorPower(int num_partitions, in RegressorPower()
981 static void EchoSubtraction(const OouraFft& ooura_fft, in EchoSubtraction()
[all …]
H A Daec_core_neon.cc41 static void FilterFarNEON(int num_partitions, in FilterFarNEON()
47 float y_fft[2][PART_LEN1]) { in FilterFarNEON()
132 float x_pow[PART_LEN1], in ScaleErrorSignalNEON()
133 float ef[2][PART_LEN1]) { in ScaleErrorSignalNEON()
190 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterAdaptationNEON()
191 float e_fft[2][PART_LEN1], in FilterAdaptationNEON()
192 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in FilterAdaptationNEON()
380 float hNl[PART_LEN1]) { in OverdriveNEON()
426 static void SuppressNEON(const float hNl[PART_LEN1], float efw[2][PART_LEN1]) { in SuppressNEON()
457 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in PartitionDelayNEON()
[all …]
H A Daec_core_sse2.cc36 static void FilterFarSSE2(int num_partitions, in FilterFarSSE2()
42 float y_fft[2][PART_LEN1]) { in FilterFarSSE2()
84 float x_pow[PART_LEN1], in ScaleErrorSignalSSE2()
85 float ef[2][PART_LEN1]) { in ScaleErrorSignalSSE2()
146 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterAdaptationSSE2()
147 float e_fft[2][PART_LEN1], in FilterAdaptationSSE2()
148 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in FilterAdaptationSSE2()
381 float hNl[PART_LEN1]) { in OverdriveSSE2()
419 static void SuppressSSE2(const float hNl[PART_LEN1], float efw[2][PART_LEN1]) { in SuppressSSE2()
459 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in PartitionDelaySSE2()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/
H A Daec_core_mips.cc33 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in WebRtcAec_FilterFar_mips()
34 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in WebRtcAec_FilterFar_mips()
35 float y_fft[2][PART_LEN1]) { in WebRtcAec_FilterFar_mips()
150 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in WebRtcAec_FilterAdaptation_mips()
151 float e_fft[2][PART_LEN1], in WebRtcAec_FilterAdaptation_mips()
152 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in WebRtcAec_FilterAdaptation_mips()
350 float hNl[PART_LEN1]) { in WebRtcAec_Overdrive_mips()
389 void WebRtcAec_Suppress_mips(const float hNl[PART_LEN1], in WebRtcAec_Suppress_mips()
390 float efw[2][PART_LEN1]) { in WebRtcAec_Suppress_mips()
423 float x_pow[PART_LEN1], in WebRtcAec_ScaleErrorSignal_mips()
[all …]
H A Daec_core.cc295 float y_fft[2][PART_LEN1]) { in FilterFar()
317 float x_pow[PART_LEN1], in ScaleErrorSignal()
343 float e_fft[2][PART_LEN1], in FilterAdaptation()
391 float hNl[PART_LEN1]) { in Overdrive()
402 static void Suppress(const float hNl[PART_LEN1], float efw[2][PART_LEN1]) { in Suppress()
414 static int PartitionDelay(int num_partitions, in PartitionDelay()
615 float e_fft[2][PART_LEN1], in ComfortNoise()
857 float freq_data[2][PART_LEN1]) { in Fft()
949 static void RegressorPower(int num_partitions, in RegressorPower()
976 static void EchoSubtraction(const OouraFft& ooura_fft, in EchoSubtraction()
[all …]
H A Daec_core_neon.cc41 static void FilterFarNEON(int num_partitions, in FilterFarNEON()
47 float y_fft[2][PART_LEN1]) { in FilterFarNEON()
132 float x_pow[PART_LEN1], in ScaleErrorSignalNEON()
133 float ef[2][PART_LEN1]) { in ScaleErrorSignalNEON()
190 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterAdaptationNEON()
191 float e_fft[2][PART_LEN1], in FilterAdaptationNEON()
192 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in FilterAdaptationNEON()
380 float hNl[PART_LEN1]) { in OverdriveNEON()
426 static void SuppressNEON(const float hNl[PART_LEN1], float efw[2][PART_LEN1]) { in SuppressNEON()
457 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in PartitionDelayNEON()
[all …]
H A Daec_core_sse2.cc36 static void FilterFarSSE2(int num_partitions, in FilterFarSSE2()
42 float y_fft[2][PART_LEN1]) { in FilterFarSSE2()
84 float x_pow[PART_LEN1], in ScaleErrorSignalSSE2()
85 float ef[2][PART_LEN1]) { in ScaleErrorSignalSSE2()
146 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterAdaptationSSE2()
147 float e_fft[2][PART_LEN1], in FilterAdaptationSSE2()
148 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in FilterAdaptationSSE2()
381 float hNl[PART_LEN1]) { in OverdriveSSE2()
419 static void SuppressSSE2(const float hNl[PART_LEN1], float efw[2][PART_LEN1]) { in SuppressSSE2()
459 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in PartitionDelaySSE2()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/aec/
H A Daec_core_mips.cc33 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in WebRtcAec_FilterFar_mips()
34 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in WebRtcAec_FilterFar_mips()
35 float y_fft[2][PART_LEN1]) { in WebRtcAec_FilterFar_mips()
150 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in WebRtcAec_FilterAdaptation_mips()
151 float e_fft[2][PART_LEN1], in WebRtcAec_FilterAdaptation_mips()
152 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in WebRtcAec_FilterAdaptation_mips()
350 float hNl[PART_LEN1]) { in WebRtcAec_Overdrive_mips()
389 void WebRtcAec_Suppress_mips(const float hNl[PART_LEN1], in WebRtcAec_Suppress_mips()
390 float efw[2][PART_LEN1]) { in WebRtcAec_Suppress_mips()
423 float x_pow[PART_LEN1], in WebRtcAec_ScaleErrorSignal_mips()
[all …]
H A Daec_core.cc302 float y_fft[2][PART_LEN1]) { in FilterFar()
324 float x_pow[PART_LEN1], in ScaleErrorSignal()
350 float e_fft[2][PART_LEN1], in FilterAdaptation()
398 float hNl[PART_LEN1]) { in Overdrive()
409 static void Suppress(const float hNl[PART_LEN1], float efw[2][PART_LEN1]) { in Suppress()
421 static int PartitionDelay(int num_partitions, in PartitionDelay()
622 float e_fft[2][PART_LEN1], in ComfortNoise()
862 float freq_data[2][PART_LEN1]) { in Fft()
954 static void RegressorPower(int num_partitions, in RegressorPower()
981 static void EchoSubtraction(const OouraFft& ooura_fft, in EchoSubtraction()
[all …]
H A Daec_core_neon.cc41 static void FilterFarNEON(int num_partitions, in FilterFarNEON()
47 float y_fft[2][PART_LEN1]) { in FilterFarNEON()
132 float x_pow[PART_LEN1], in ScaleErrorSignalNEON()
133 float ef[2][PART_LEN1]) { in ScaleErrorSignalNEON()
190 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterAdaptationNEON()
191 float e_fft[2][PART_LEN1], in FilterAdaptationNEON()
192 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in FilterAdaptationNEON()
380 float hNl[PART_LEN1]) { in OverdriveNEON()
426 static void SuppressNEON(const float hNl[PART_LEN1], float efw[2][PART_LEN1]) { in SuppressNEON()
457 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in PartitionDelayNEON()
[all …]
H A Daec_core_sse2.cc36 static void FilterFarSSE2(int num_partitions, in FilterFarSSE2()
42 float y_fft[2][PART_LEN1]) { in FilterFarSSE2()
84 float x_pow[PART_LEN1], in ScaleErrorSignalSSE2()
85 float ef[2][PART_LEN1]) { in ScaleErrorSignalSSE2()
146 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterAdaptationSSE2()
147 float e_fft[2][PART_LEN1], in FilterAdaptationSSE2()
148 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in FilterAdaptationSSE2()
381 float hNl[PART_LEN1]) { in OverdriveSSE2()
419 static void SuppressSSE2(const float hNl[PART_LEN1], float efw[2][PART_LEN1]) { in SuppressSSE2()
459 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in PartitionDelaySSE2()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec/
H A Daec_core_mips.cc33 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in WebRtcAec_FilterFar_mips()
34 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in WebRtcAec_FilterFar_mips()
35 float y_fft[2][PART_LEN1]) { in WebRtcAec_FilterFar_mips()
150 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in WebRtcAec_FilterAdaptation_mips()
151 float e_fft[2][PART_LEN1], in WebRtcAec_FilterAdaptation_mips()
152 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in WebRtcAec_FilterAdaptation_mips()
350 float hNl[PART_LEN1]) { in WebRtcAec_Overdrive_mips()
389 void WebRtcAec_Suppress_mips(const float hNl[PART_LEN1], in WebRtcAec_Suppress_mips()
390 float efw[2][PART_LEN1]) { in WebRtcAec_Suppress_mips()
423 float x_pow[PART_LEN1], in WebRtcAec_ScaleErrorSignal_mips()
[all …]
H A Daec_core.cc302 float y_fft[2][PART_LEN1]) { in FilterFar()
324 float x_pow[PART_LEN1], in ScaleErrorSignal()
350 float e_fft[2][PART_LEN1], in FilterAdaptation()
398 float hNl[PART_LEN1]) { in Overdrive()
409 static void Suppress(const float hNl[PART_LEN1], float efw[2][PART_LEN1]) { in Suppress()
421 static int PartitionDelay(int num_partitions, in PartitionDelay()
622 float e_fft[2][PART_LEN1], in ComfortNoise()
862 float freq_data[2][PART_LEN1]) { in Fft()
954 static void RegressorPower(int num_partitions, in RegressorPower()
981 static void EchoSubtraction(const OouraFft& ooura_fft, in EchoSubtraction()
[all …]
H A Daec_core_neon.cc41 static void FilterFarNEON(int num_partitions, in FilterFarNEON()
47 float y_fft[2][PART_LEN1]) { in FilterFarNEON()
132 float x_pow[PART_LEN1], in ScaleErrorSignalNEON()
133 float ef[2][PART_LEN1]) { in ScaleErrorSignalNEON()
190 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterAdaptationNEON()
191 float e_fft[2][PART_LEN1], in FilterAdaptationNEON()
192 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in FilterAdaptationNEON()
380 float hNl[PART_LEN1]) { in OverdriveNEON()
426 static void SuppressNEON(const float hNl[PART_LEN1], float efw[2][PART_LEN1]) { in SuppressNEON()
457 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in PartitionDelayNEON()
[all …]
H A Daec_core_sse2.cc36 static void FilterFarSSE2(int num_partitions, in FilterFarSSE2()
42 float y_fft[2][PART_LEN1]) { in FilterFarSSE2()
84 float x_pow[PART_LEN1], in ScaleErrorSignalSSE2()
85 float ef[2][PART_LEN1]) { in ScaleErrorSignalSSE2()
146 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterAdaptationSSE2()
147 float e_fft[2][PART_LEN1], in FilterAdaptationSSE2()
148 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in FilterAdaptationSSE2()
381 float hNl[PART_LEN1]) { in OverdriveSSE2()
419 static void SuppressSSE2(const float hNl[PART_LEN1], float efw[2][PART_LEN1]) { in SuppressSSE2()
459 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in PartitionDelaySSE2()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/aec/
H A Daec_core.cc294 float y_fft[2][PART_LEN1]) { in FilterFar()
316 float x_pow[PART_LEN1], in ScaleErrorSignal()
317 float ef[2][PART_LEN1]) { in ScaleErrorSignal()
342 float e_fft[2][PART_LEN1], in FilterAdaptation()
390 float hNl[PART_LEN1]) { in Overdrive()
401 static void Suppress(const float hNl[PART_LEN1], float efw[2][PART_LEN1]) { in Suppress()
615 float e_fft[2][PART_LEN1], in ComfortNoise()
853 float freq_data[2][PART_LEN1]) { in Fft()
949 float x_pow[PART_LEN1]) { in RegressorPower()
983 float x_pow[PART_LEN1], in EchoSubtraction()
[all …]
H A Daec_core_neon.cc45 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterFarNEON()
46 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterFarNEON()
47 float y_fft[2][PART_LEN1]) { in FilterFarNEON()
132 float x_pow[PART_LEN1], in ScaleErrorSignalNEON()
133 float ef[2][PART_LEN1]) { in ScaleErrorSignalNEON()
190 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterAdaptationNEON()
191 float e_fft[2][PART_LEN1], in FilterAdaptationNEON()
192 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in FilterAdaptationNEON()
380 float hNl[PART_LEN1]) { in OverdriveNEON()
426 static void SuppressNEON(const float hNl[PART_LEN1], float efw[2][PART_LEN1]) { in SuppressNEON()
[all …]
H A Daec_core_sse2.cc41 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterFarSSE2()
42 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterFarSSE2()
43 float y_fft[2][PART_LEN1]) { in FilterFarSSE2()
85 float x_pow[PART_LEN1], in ScaleErrorSignalSSE2()
86 float ef[2][PART_LEN1]) { in ScaleErrorSignalSSE2()
147 float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1], in FilterAdaptationSSE2()
148 float e_fft[2][PART_LEN1], in FilterAdaptationSSE2()
149 float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]) { in FilterAdaptationSSE2()
381 float hNl[PART_LEN1]) { in OverdriveSSE2()
419 static void SuppressSSE2(const float hNl[PART_LEN1], float efw[2][PART_LEN1]) { in SuppressSSE2()
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/proxy/vless/inbound/
H A Dconfig.pb.go159 func (x *Config) GetDecryption() string {
160 if x != nil {
182 0x0a, 0x08, 0x46, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x61, 0x6c,
233 2, // [2:2] is the sub-list for method input_type
282 MessageInfos: file_proxy_vless_inbound_config_proto_msgTypes,
/dports/audio/libfilteraudio/filter_audio-0.0.1/aec/
H A Daec_core.c143 static void FilterFar(AecCore* aec, float yf[2][PART_LEN1]) { in FilterFar()
167 static void ScaleErrorSignal(AecCore* aec, float ef[2][PART_LEN1]) { in ScaleErrorSignal()
268 float hNl[PART_LEN1], in OverdriveAndSuppress()
270 float efw[2][PART_LEN1]) { in OverdriveAndSuppress()
329 float efw[2][PART_LEN1], in SmoothedPSD()
330 float dfw[2][PART_LEN1], in SmoothedPSD()
331 float xfw[2][PART_LEN1]) { in SmoothedPSD()
408 float efw[2][PART_LEN1], in SubbandCoherence()
409 float xfw[2][PART_LEN1], in SubbandCoherence()
458 float efw[2][PART_LEN1], in ComfortNoise()
[all …]
/dports/net/pjsip/pjproject-2.11.1/third_party/webrtc/src/webrtc/modules/audio_processing/aec/
H A Daec_core.c154 static void FilterFar(AecCore* aec, float yf[2][PART_LEN1]) { in FilterFar()
178 static void ScaleErrorSignal(AecCore* aec, float ef[2][PART_LEN1]) { in ScaleErrorSignal()
279 float hNl[PART_LEN1], in OverdriveAndSuppress()
281 float efw[2][PART_LEN1]) { in OverdriveAndSuppress()
340 float efw[2][PART_LEN1], in SmoothedPSD()
341 float dfw[2][PART_LEN1], in SmoothedPSD()
342 float xfw[2][PART_LEN1]) { in SmoothedPSD()
419 float efw[2][PART_LEN1], in SubbandCoherence()
420 float xfw[2][PART_LEN1], in SubbandCoherence()
469 float efw[2][PART_LEN1], in ComfortNoise()
[all …]
H A Daec_core_neon.c37 static void FilterFarNEON(AecCore* aec, float yf[2][PART_LEN1]) { in FilterFarNEON()
125 static void ScaleErrorSignalNEON(AecCore* aec, float ef[2][PART_LEN1]) { in ScaleErrorSignalNEON()
183 float ef[2][PART_LEN1]) { in FilterAdaptationNEON()
372 float hNl[PART_LEN1], in OverdriveAndSuppressNEON()
374 float efw[2][PART_LEN1]) { in OverdriveAndSuppressNEON()
500 float efw[2][PART_LEN1], in SmoothedPSD()
501 float dfw[2][PART_LEN1], in SmoothedPSD()
502 float xfw[2][PART_LEN1]) { in SmoothedPSD()
652 float data_complex[2][PART_LEN1]) { in StoreAsComplex()
667 float efw[2][PART_LEN1], in SubbandCoherenceNEON()
[all …]
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/aec/
H A Daec_core.c154 static void FilterFar(AecCore* aec, float yf[2][PART_LEN1]) { in FilterFar()
178 static void ScaleErrorSignal(AecCore* aec, float ef[2][PART_LEN1]) { in ScaleErrorSignal()
279 float hNl[PART_LEN1], in OverdriveAndSuppress()
281 float efw[2][PART_LEN1]) { in OverdriveAndSuppress()
340 float efw[2][PART_LEN1], in SmoothedPSD()
341 float dfw[2][PART_LEN1], in SmoothedPSD()
342 float xfw[2][PART_LEN1]) { in SmoothedPSD()
419 float efw[2][PART_LEN1], in SubbandCoherence()
420 float xfw[2][PART_LEN1], in SubbandCoherence()
469 float efw[2][PART_LEN1], in ComfortNoise()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core.c154 static void FilterFar(AecCore* aec, float yf[2][PART_LEN1]) { in FilterFar()
178 static void ScaleErrorSignal(AecCore* aec, float ef[2][PART_LEN1]) { in ScaleErrorSignal()
279 float hNl[PART_LEN1], in OverdriveAndSuppress()
281 float efw[2][PART_LEN1]) { in OverdriveAndSuppress()
340 float efw[2][PART_LEN1], in SmoothedPSD()
341 float dfw[2][PART_LEN1], in SmoothedPSD()
342 float xfw[2][PART_LEN1]) { in SmoothedPSD()
419 float efw[2][PART_LEN1], in SubbandCoherence()
420 float xfw[2][PART_LEN1], in SubbandCoherence()
469 float efw[2][PART_LEN1], in ComfortNoise()
[all …]

123