Home
last modified time | relevance | path

Searched refs:WebRtcSpl_NormW32 (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/
H A Dtime_stretch.cc82 int scaling = 31 - WebRtcSpl_NormW32(max_input_value_ * max_input_value_) - in Process()
83 WebRtcSpl_NormW32(peak_index); in Process()
113 int energy1_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec1_energy)); in Process()
114 int energy2_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec2_energy)); in Process()
162 int scaling = kLogCorrelationLen - WebRtcSpl_NormW32( in AutoCorrelation()
174 scaling = std::max(0, 17 - WebRtcSpl_NormW32(max_corr)); in AutoCorrelation()
197 int right_scale = 16 - WebRtcSpl_NormW32(right_side); in SpeechDetection()
205 if (WebRtcSpl_NormW32(left_side) < 2 * scaling) { in SpeechDetection()
207 int temp_scale = WebRtcSpl_NormW32(left_side); in SpeechDetection()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/neteq/
H A Dtime_stretch.cc81 int scaling = 31 - WebRtcSpl_NormW32(max_input_value_ * max_input_value_) - in Process()
82 WebRtcSpl_NormW32(static_cast<int32_t>(peak_index)); in Process()
112 int energy1_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec1_energy)); in Process()
113 int energy2_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec2_energy)); in Process()
162 int scaling = kLogCorrelationLen - WebRtcSpl_NormW32( in AutoCorrelation()
174 scaling = std::max(0, 17 - WebRtcSpl_NormW32(max_corr)); in AutoCorrelation()
197 int right_scale = 16 - WebRtcSpl_NormW32(right_side); in SpeechDetection()
206 if (WebRtcSpl_NormW32(left_side) < 2 * scaling) { in SpeechDetection()
208 int temp_scale = WebRtcSpl_NormW32(left_side); in SpeechDetection()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/neteq/
H A Dtime_stretch.cc82 int scaling = 31 - WebRtcSpl_NormW32(max_input_value_ * max_input_value_) - in Process()
83 WebRtcSpl_NormW32(static_cast<int32_t>(peak_index)); in Process()
113 int energy1_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec1_energy)); in Process()
114 int energy2_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec2_energy)); in Process()
169 int scaling = std::max(0, 17 - WebRtcSpl_NormW32(max_corr)); in AutoCorrelation()
195 int right_scale = 16 - WebRtcSpl_NormW32(right_side); in SpeechDetection()
204 if (WebRtcSpl_NormW32(left_side) < 2 * scaling) { in SpeechDetection()
206 int temp_scale = WebRtcSpl_NormW32(left_side); in SpeechDetection()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/neteq/
H A Dtime_stretch.cc82 int scaling = 31 - WebRtcSpl_NormW32(max_input_value_ * max_input_value_) - in Process()
83 WebRtcSpl_NormW32(static_cast<int32_t>(peak_index)); in Process()
113 int energy1_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec1_energy)); in Process()
114 int energy2_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec2_energy)); in Process()
169 int scaling = std::max(0, 17 - WebRtcSpl_NormW32(max_corr)); in AutoCorrelation()
195 int right_scale = 16 - WebRtcSpl_NormW32(right_side); in SpeechDetection()
204 if (WebRtcSpl_NormW32(left_side) < 2 * scaling) { in SpeechDetection()
206 int temp_scale = WebRtcSpl_NormW32(left_side); in SpeechDetection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/neteq/
H A Dtime_stretch.cc82 int scaling = 31 - WebRtcSpl_NormW32(max_input_value_ * max_input_value_) - in Process()
83 WebRtcSpl_NormW32(static_cast<int32_t>(peak_index)); in Process()
113 int energy1_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec1_energy)); in Process()
114 int energy2_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec2_energy)); in Process()
169 int scaling = std::max(0, 17 - WebRtcSpl_NormW32(max_corr)); in AutoCorrelation()
195 int right_scale = 16 - WebRtcSpl_NormW32(right_side); in SpeechDetection()
204 if (WebRtcSpl_NormW32(left_side) < 2 * scaling) { in SpeechDetection()
206 int temp_scale = WebRtcSpl_NormW32(left_side); in SpeechDetection()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/neteq/
H A Dtime_stretch.cc82 int scaling = 31 - WebRtcSpl_NormW32(max_input_value_ * max_input_value_) - in Process()
83 WebRtcSpl_NormW32(static_cast<int32_t>(peak_index)); in Process()
113 int energy1_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec1_energy)); in Process()
114 int energy2_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec2_energy)); in Process()
169 int scaling = std::max(0, 17 - WebRtcSpl_NormW32(max_corr)); in AutoCorrelation()
195 int right_scale = 16 - WebRtcSpl_NormW32(right_side); in SpeechDetection()
204 if (WebRtcSpl_NormW32(left_side) < 2 * scaling) { in SpeechDetection()
206 int temp_scale = WebRtcSpl_NormW32(left_side); in SpeechDetection()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/neteq/
H A Dtime_stretch.cc82 int scaling = 31 - WebRtcSpl_NormW32(max_input_value_ * max_input_value_) - in Process()
83 WebRtcSpl_NormW32(static_cast<int32_t>(peak_index)); in Process()
113 int energy1_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec1_energy)); in Process()
114 int energy2_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec2_energy)); in Process()
170 int scaling = std::max(0, 17 - WebRtcSpl_NormW32(max_corr)); in AutoCorrelation()
194 int right_scale = 16 - WebRtcSpl_NormW32(right_side); in SpeechDetection()
203 if (WebRtcSpl_NormW32(left_side) < 2 * scaling) { in SpeechDetection()
205 int temp_scale = WebRtcSpl_NormW32(left_side); in SpeechDetection()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/
H A Dtime_stretch.cc82 int scaling = 31 - WebRtcSpl_NormW32(max_input_value_ * max_input_value_) - in Process()
83 WebRtcSpl_NormW32(static_cast<int32_t>(peak_index)); in Process()
113 int energy1_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec1_energy)); in Process()
114 int energy2_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec2_energy)); in Process()
170 int scaling = std::max(0, 17 - WebRtcSpl_NormW32(max_corr)); in AutoCorrelation()
193 int right_scale = 16 - WebRtcSpl_NormW32(right_side); in SpeechDetection()
202 if (WebRtcSpl_NormW32(left_side) < 2 * scaling) { in SpeechDetection()
204 int temp_scale = WebRtcSpl_NormW32(left_side); in SpeechDetection()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/neteq/
H A Dtime_stretch.cc82 int scaling = 31 - WebRtcSpl_NormW32(max_input_value_ * max_input_value_) - in Process()
83 WebRtcSpl_NormW32(static_cast<int32_t>(peak_index)); in Process()
113 int energy1_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec1_energy)); in Process()
114 int energy2_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec2_energy)); in Process()
170 int scaling = std::max(0, 17 - WebRtcSpl_NormW32(max_corr)); in AutoCorrelation()
194 int right_scale = 16 - WebRtcSpl_NormW32(right_side); in SpeechDetection()
203 if (WebRtcSpl_NormW32(left_side) < 2 * scaling) { in SpeechDetection()
205 int temp_scale = WebRtcSpl_NormW32(left_side); in SpeechDetection()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/
H A Dtime_stretch.cc82 int scaling = 31 - WebRtcSpl_NormW32(max_input_value_ * max_input_value_) - in Process()
83 WebRtcSpl_NormW32(static_cast<int32_t>(peak_index)); in Process()
113 int energy1_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec1_energy)); in Process()
114 int energy2_scale = std::max(0, 16 - WebRtcSpl_NormW32(vec2_energy)); in Process()
170 int scaling = std::max(0, 17 - WebRtcSpl_NormW32(max_corr)); in AutoCorrelation()
194 int right_scale = 16 - WebRtcSpl_NormW32(right_side); in SpeechDetection()
203 if (WebRtcSpl_NormW32(left_side) < 2 * scaling) { in SpeechDetection()
205 int temp_scale = WebRtcSpl_NormW32(left_side); in SpeechDetection()
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/coding_isac/fix/
H A Dlpc_masking_model.c86 norm = WebRtcSpl_NormW32(R[0]); in WebRtcSpl_LevinsonW32_JSK()
138 Alpha_exp = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
180 norm = WebRtcSpl_NormW32(temp3W32); in WebRtcSpl_LevinsonW32_JSK()
253 norm = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
775 sh = WebRtcSpl_NormW32(corrlo2QQ[0]); in WebRtcIsacfix_GetLpcCoef()
800 sh = WebRtcSpl_NormW32(tmp32); in WebRtcIsacfix_GetLpcCoef()
835 sh = WebRtcSpl_NormW32(tmp32); in WebRtcIsacfix_GetLpcCoef()
888 sh = WebRtcSpl_NormW32(tmp32c); in WebRtcIsacfix_GetLpcCoef()
924 sh = WebRtcSpl_NormW32(tmp32); in WebRtcIsacfix_GetLpcCoef()
960 sh = WebRtcSpl_NormW32(tmp32); in WebRtcIsacfix_GetLpcCoef()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c89 norm = WebRtcSpl_NormW32(R[0]); in WebRtcSpl_LevinsonW32_JSK()
138 Alpha_exp = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
179 norm = WebRtcSpl_NormW32(temp3W32); in WebRtcSpl_LevinsonW32_JSK()
248 norm = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
508 shift_norm = 32 - WebRtcSpl_NormW32(word32_high); in WebRtcIsacfix_CalculateResidualEnergyC()
515 shift_norm = WebRtcSpl_NormW32(word32_low); in WebRtcIsacfix_CalculateResidualEnergyC()
646 sh_lo = WebRtcSpl_NormW32(corrloQQ[0]); in WebRtcIsacfix_GetLpcCoef()
657 sh_hi = WebRtcSpl_NormW32(corrhiQQ[0]); in WebRtcIsacfix_GetLpcCoef()
843 sh = WebRtcSpl_NormW32(corrlo2QQ[0]); in WebRtcIsacfix_GetLpcCoef()
879 sh = WebRtcSpl_NormW32(tmp32c); in WebRtcIsacfix_GetLpcCoef()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c89 norm = WebRtcSpl_NormW32(R[0]); in WebRtcSpl_LevinsonW32_JSK()
138 Alpha_exp = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
179 norm = WebRtcSpl_NormW32(temp3W32); in WebRtcSpl_LevinsonW32_JSK()
248 norm = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
508 shift_norm = 32 - WebRtcSpl_NormW32(word32_high); in WebRtcIsacfix_CalculateResidualEnergyC()
515 shift_norm = WebRtcSpl_NormW32(word32_low); in WebRtcIsacfix_CalculateResidualEnergyC()
646 sh_lo = WebRtcSpl_NormW32(corrloQQ[0]); in WebRtcIsacfix_GetLpcCoef()
657 sh_hi = WebRtcSpl_NormW32(corrhiQQ[0]); in WebRtcIsacfix_GetLpcCoef()
843 sh = WebRtcSpl_NormW32(corrlo2QQ[0]); in WebRtcIsacfix_GetLpcCoef()
879 sh = WebRtcSpl_NormW32(tmp32c); in WebRtcIsacfix_GetLpcCoef()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c89 norm = WebRtcSpl_NormW32(R[0]); in WebRtcSpl_LevinsonW32_JSK()
138 Alpha_exp = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
179 norm = WebRtcSpl_NormW32(temp3W32); in WebRtcSpl_LevinsonW32_JSK()
248 norm = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
508 shift_norm = 32 - WebRtcSpl_NormW32(word32_high); in WebRtcIsacfix_CalculateResidualEnergyC()
515 shift_norm = WebRtcSpl_NormW32(word32_low); in WebRtcIsacfix_CalculateResidualEnergyC()
646 sh_lo = WebRtcSpl_NormW32(corrloQQ[0]); in WebRtcIsacfix_GetLpcCoef()
657 sh_hi = WebRtcSpl_NormW32(corrhiQQ[0]); in WebRtcIsacfix_GetLpcCoef()
843 sh = WebRtcSpl_NormW32(corrlo2QQ[0]); in WebRtcIsacfix_GetLpcCoef()
879 sh = WebRtcSpl_NormW32(tmp32c); in WebRtcIsacfix_GetLpcCoef()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c88 norm = WebRtcSpl_NormW32(R[0]); in WebRtcSpl_LevinsonW32_JSK()
137 Alpha_exp = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
178 norm = WebRtcSpl_NormW32(temp3W32); in WebRtcSpl_LevinsonW32_JSK()
247 norm = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
507 shift_norm = 32 - WebRtcSpl_NormW32(word32_high); in WebRtcIsacfix_CalculateResidualEnergyC()
514 shift_norm = WebRtcSpl_NormW32(word32_low); in WebRtcIsacfix_CalculateResidualEnergyC()
645 sh_lo = WebRtcSpl_NormW32(corrloQQ[0]); in WebRtcIsacfix_GetLpcCoef()
656 sh_hi = WebRtcSpl_NormW32(corrhiQQ[0]); in WebRtcIsacfix_GetLpcCoef()
842 sh = WebRtcSpl_NormW32(corrlo2QQ[0]); in WebRtcIsacfix_GetLpcCoef()
878 sh = WebRtcSpl_NormW32(tmp32c); in WebRtcIsacfix_GetLpcCoef()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c88 norm = WebRtcSpl_NormW32(R[0]); in WebRtcSpl_LevinsonW32_JSK()
137 Alpha_exp = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
178 norm = WebRtcSpl_NormW32(temp3W32); in WebRtcSpl_LevinsonW32_JSK()
247 norm = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
507 shift_norm = 32 - WebRtcSpl_NormW32(word32_high); in WebRtcIsacfix_CalculateResidualEnergyC()
514 shift_norm = WebRtcSpl_NormW32(word32_low); in WebRtcIsacfix_CalculateResidualEnergyC()
645 sh_lo = WebRtcSpl_NormW32(corrloQQ[0]); in WebRtcIsacfix_GetLpcCoef()
656 sh_hi = WebRtcSpl_NormW32(corrhiQQ[0]); in WebRtcIsacfix_GetLpcCoef()
842 sh = WebRtcSpl_NormW32(corrlo2QQ[0]); in WebRtcIsacfix_GetLpcCoef()
878 sh = WebRtcSpl_NormW32(tmp32c); in WebRtcIsacfix_GetLpcCoef()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c88 norm = WebRtcSpl_NormW32(R[0]); in WebRtcSpl_LevinsonW32_JSK()
137 Alpha_exp = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
178 norm = WebRtcSpl_NormW32(temp3W32); in WebRtcSpl_LevinsonW32_JSK()
247 norm = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
507 shift_norm = 32 - WebRtcSpl_NormW32(word32_high); in WebRtcIsacfix_CalculateResidualEnergyC()
514 shift_norm = WebRtcSpl_NormW32(word32_low); in WebRtcIsacfix_CalculateResidualEnergyC()
645 sh_lo = WebRtcSpl_NormW32(corrloQQ[0]); in WebRtcIsacfix_GetLpcCoef()
656 sh_hi = WebRtcSpl_NormW32(corrhiQQ[0]); in WebRtcIsacfix_GetLpcCoef()
842 sh = WebRtcSpl_NormW32(corrlo2QQ[0]); in WebRtcIsacfix_GetLpcCoef()
880 sh = WebRtcSpl_NormW32(tmp32c); in WebRtcIsacfix_GetLpcCoef()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c89 norm = WebRtcSpl_NormW32(R[0]); in WebRtcSpl_LevinsonW32_JSK()
138 Alpha_exp = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
179 norm = WebRtcSpl_NormW32(temp3W32); in WebRtcSpl_LevinsonW32_JSK()
248 norm = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
508 shift_norm = 32 - WebRtcSpl_NormW32(word32_high); in WebRtcIsacfix_CalculateResidualEnergyC()
515 shift_norm = WebRtcSpl_NormW32(word32_low); in WebRtcIsacfix_CalculateResidualEnergyC()
646 sh_lo = WebRtcSpl_NormW32(corrloQQ[0]); in WebRtcIsacfix_GetLpcCoef()
657 sh_hi = WebRtcSpl_NormW32(corrhiQQ[0]); in WebRtcIsacfix_GetLpcCoef()
843 sh = WebRtcSpl_NormW32(corrlo2QQ[0]); in WebRtcIsacfix_GetLpcCoef()
879 sh = WebRtcSpl_NormW32(tmp32c); in WebRtcIsacfix_GetLpcCoef()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c88 norm = WebRtcSpl_NormW32(R[0]); in WebRtcSpl_LevinsonW32_JSK()
137 Alpha_exp = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
178 norm = WebRtcSpl_NormW32(temp3W32); in WebRtcSpl_LevinsonW32_JSK()
247 norm = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
507 shift_norm = 32 - WebRtcSpl_NormW32(word32_high); in WebRtcIsacfix_CalculateResidualEnergyC()
514 shift_norm = WebRtcSpl_NormW32(word32_low); in WebRtcIsacfix_CalculateResidualEnergyC()
645 sh_lo = WebRtcSpl_NormW32(corrloQQ[0]); in WebRtcIsacfix_GetLpcCoef()
656 sh_hi = WebRtcSpl_NormW32(corrhiQQ[0]); in WebRtcIsacfix_GetLpcCoef()
842 sh = WebRtcSpl_NormW32(corrlo2QQ[0]); in WebRtcIsacfix_GetLpcCoef()
878 sh = WebRtcSpl_NormW32(tmp32c); in WebRtcIsacfix_GetLpcCoef()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c88 norm = WebRtcSpl_NormW32(R[0]); in WebRtcSpl_LevinsonW32_JSK()
137 Alpha_exp = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
178 norm = WebRtcSpl_NormW32(temp3W32); in WebRtcSpl_LevinsonW32_JSK()
247 norm = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
507 shift_norm = 32 - WebRtcSpl_NormW32(word32_high); in WebRtcIsacfix_CalculateResidualEnergyC()
514 shift_norm = WebRtcSpl_NormW32(word32_low); in WebRtcIsacfix_CalculateResidualEnergyC()
645 sh_lo = WebRtcSpl_NormW32(corrloQQ[0]); in WebRtcIsacfix_GetLpcCoef()
656 sh_hi = WebRtcSpl_NormW32(corrhiQQ[0]); in WebRtcIsacfix_GetLpcCoef()
842 sh = WebRtcSpl_NormW32(corrlo2QQ[0]); in WebRtcIsacfix_GetLpcCoef()
878 sh = WebRtcSpl_NormW32(tmp32c); in WebRtcIsacfix_GetLpcCoef()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c88 norm = WebRtcSpl_NormW32(R[0]); in WebRtcSpl_LevinsonW32_JSK()
137 Alpha_exp = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
178 norm = WebRtcSpl_NormW32(temp3W32); in WebRtcSpl_LevinsonW32_JSK()
247 norm = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonW32_JSK()
507 shift_norm = 32 - WebRtcSpl_NormW32(word32_high); in WebRtcIsacfix_CalculateResidualEnergyC()
514 shift_norm = WebRtcSpl_NormW32(word32_low); in WebRtcIsacfix_CalculateResidualEnergyC()
645 sh_lo = WebRtcSpl_NormW32(corrloQQ[0]); in WebRtcIsacfix_GetLpcCoef()
656 sh_hi = WebRtcSpl_NormW32(corrhiQQ[0]); in WebRtcIsacfix_GetLpcCoef()
842 sh = WebRtcSpl_NormW32(corrlo2QQ[0]); in WebRtcIsacfix_GetLpcCoef()
878 sh = WebRtcSpl_NormW32(tmp32c); in WebRtcIsacfix_GetLpcCoef()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/common_audio/signal_processing/
H A Dlevinson_durbin.c44 norm = WebRtcSpl_NormW32(R[0]); in WebRtcSpl_LevinsonDurbin()
97 Alpha_exp = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonDurbin()
138 norm = WebRtcSpl_NormW32(temp3W32); in WebRtcSpl_LevinsonDurbin()
215 norm = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonDurbin()
/dports/net-im/tg_owt/tg_owt-d578c76/src/common_audio/signal_processing/
H A Dlevinson_durbin.c44 norm = WebRtcSpl_NormW32(R[0]); in WebRtcSpl_LevinsonDurbin()
97 Alpha_exp = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonDurbin()
138 norm = WebRtcSpl_NormW32(temp3W32); in WebRtcSpl_LevinsonDurbin()
215 norm = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonDurbin()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/common_audio/signal_processing/
H A Dlevinson_durbin.c44 norm = WebRtcSpl_NormW32(R[0]); in WebRtcSpl_LevinsonDurbin()
97 Alpha_exp = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonDurbin()
138 norm = WebRtcSpl_NormW32(temp3W32); in WebRtcSpl_LevinsonDurbin()
215 norm = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonDurbin()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/common_audio/signal_processing/
H A Dlevinson_durbin.c44 norm = WebRtcSpl_NormW32(R[0]); in WebRtcSpl_LevinsonDurbin()
97 Alpha_exp = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonDurbin()
138 norm = WebRtcSpl_NormW32(temp3W32); in WebRtcSpl_LevinsonDurbin()
215 norm = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonDurbin()

12345678910>>...22