Home
last modified time | relevance | path

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

/dports/net/pjsip/pjproject-2.11.1/third_party/webrtc/src/webrtc/common_audio/signal_processing/
H A Dspl_sqrt.c27 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local
41 x_half = (int16_t)(B >> 16); // x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
45 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
55 A = x_half * t16 * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
61 A = x_half * t16 * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/common_audio/signal_processing/
H A Dspl_sqrt.c27 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local
41 x_half = (int16_t)(B >> 16); // x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
45 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
55 A = x_half * t16 * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
61 A = x_half * t16 * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/common_audio/signal_processing/
H A Dspl_sqrt.c27 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local
41 x_half = (int16_t)(B >> 16); // x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
45 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
55 A = x_half * t16 * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
61 A = x_half * t16 * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/common_audio/signal_processing/
H A Dspl_sqrt.c26 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local
40 x_half = (int16_t)(B >> 16); // x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
44 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
54 A = x_half * t16 * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
60 A = x_half * t16 * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()
/dports/net-im/tg_owt/tg_owt-d578c76/src/common_audio/signal_processing/
H A Dspl_sqrt.c26 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local
40 x_half = (int16_t)(B >> 16); // x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
44 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
54 A = x_half * t16 * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
60 A = x_half * t16 * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()
/dports/audio/libfilteraudio/filter_audio-0.0.1/other/
H A Dspl_sqrt.c27 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local
41 x_half = (int16_t)(B >> 16); // x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
45 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
55 A = WEBRTC_SPL_MUL_16_16(x_half, t16) * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
61 A = WEBRTC_SPL_MUL_16_16(x_half, t16) * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/common_audio/signal_processing/
H A Dspl_sqrt.c26 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local
40 x_half = (int16_t)(B >> 16); // x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
44 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
54 A = x_half * t16 * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
60 A = x_half * t16 * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/common_audio/signal_processing/
H A Dspl_sqrt.c26 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local
40 x_half = (int16_t)(B >> 16); // x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
44 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
54 A = x_half * t16 * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
60 A = x_half * t16 * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/common_audio/signal_processing/
H A Dspl_sqrt.c26 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local
40 x_half = (int16_t)(B >> 16); // x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
44 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
54 A = x_half * t16 * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
60 A = x_half * t16 * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/common_audio/signal_processing/
H A Dspl_sqrt.c26 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local
40 x_half = (int16_t)(B >> 16); // x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
44 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
54 A = x_half * t16 * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
60 A = x_half * t16 * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/
H A Dspl_sqrt.c26 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local
40 x_half = (int16_t)(B >> 16); // x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
44 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
54 A = x_half * t16 * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
60 A = x_half * t16 * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()
/dports/net/libilbc/libilbc-3.0.4/common_audio/signal_processing/
H A Dspl_sqrt.c26 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local
40 x_half = (int16_t)(B >> 16); // x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
44 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
54 A = x_half * t16 * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
60 A = x_half * t16 * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/common_audio/signal_processing/
H A Dspl_sqrt.c27 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local
41 x_half = (int16_t)(B >> 16); // x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
45 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
55 A = WEBRTC_SPL_MUL_16_16(x_half, t16) * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
61 A = WEBRTC_SPL_MUL_16_16(x_half, t16) * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/common_audio/signal_processing/
H A Dspl_sqrt.c26 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local
40 x_half = (int16_t)(B >> 16); // x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
44 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
54 A = x_half * t16 * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
60 A = x_half * t16 * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/common_audio/signal_processing/
H A Dspl_sqrt.c26 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local
40 x_half = (int16_t)(B >> 16); // x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
44 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
54 A = x_half * t16 * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
60 A = x_half * t16 * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/
H A Dspl_sqrt.c26 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local
40 x_half = (int16_t)(B >> 16); // x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
44 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
54 A = x_half * t16 * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
60 A = x_half * t16 * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_isac/
H A Dspl_sqrt.c25 WebRtc_Word16 x_half, t16; in WebRtcSpl_SqrtLocal() local
40 x_half = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(B, 16);// x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
44 x2 = ((WebRtc_Word32)x_half) * ((WebRtc_Word32)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
55 A = WEBRTC_SPL_MUL_16_16(x_half, t16) * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
61 A = WEBRTC_SPL_MUL_16_16(x_half, t16) * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()
/dports/net/sems/sems-f89581a/core/plug-in/isac/libisac/
H A Dspl_sqrt.c25 WebRtc_Word16 x_half, t16;
40 x_half = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(B, 16);// x_half = x/2 = (in-1)/2
44 x2 = ((WebRtc_Word32)x_half) * ((WebRtc_Word32)x_half) * 2; // A = (x/2)^2
55 A = WEBRTC_SPL_MUL_16_16(x_half, t16) * 2; // A = (x/2)^5
61 A = WEBRTC_SPL_MUL_16_16(x_half, t16) * 2; // A = x/2^3
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/common/processing/
H A Dspl_sqrt.c25 WebRtc_Word16 x_half, t16; in WebRtcSpl_SqrtLocal() local
40 x_half = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(B, 16);// x_half = x/2 = (in-1)/2 in WebRtcSpl_SqrtLocal()
44 x2 = ((WebRtc_Word32)x_half) * ((WebRtc_Word32)x_half) * 2; // A = (x/2)^2 in WebRtcSpl_SqrtLocal()
55 A = WEBRTC_SPL_MUL_16_16(x_half, t16) * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal()
61 A = WEBRTC_SPL_MUL_16_16(x_half, t16) * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal()
/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/
H A Dploterr.pro270 x_half=length_of_hat/2.
271 y_half=x_half ;; useful only if x_err ...
277 x_half=length_of_hat[0]/2.
285 x_half=x_half_def
293 x_hatlow=x_new-x_half
294 x_hathig=x_new+x_half
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bsgm/
H A Dbsgm_pair_selector.h51 static double sc(double x, double x_half) { in sc() argument
52 double den = pow(fabs(x_half), 4); in sc()
/dports/math/primme/primme-3.2/
H A DREADME_for_developers.rst109 SCALAR *x; void *x_half;
110 …Num_copy_astype_Sprimme(x, n, x_half, primme_op_half, ctx); // copy x into x_half as half precision
111 dummy_Shprimme(x_half, n, ctx);
/dports/math/py-primme/primme-3.2/
H A DREADME_for_developers.rst109 SCALAR *x; void *x_half;
110 …Num_copy_astype_Sprimme(x, n, x_half, primme_op_half, ctx); // copy x into x_half as half precision
111 dummy_Shprimme(x_half, n, ctx);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/
H A DCheckBoxPainter.cs327 int x_half = bounds.Width / 2; in DrawCheck()
330 …Rectangle rect = new Rectangle (bounds.X + x_half - (check_size / 2) - 1, bounds.Y + y_half - (che… in DrawCheck()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DThemeWin32Classic.cs6781 int x_half = cb_rect.Width / 2; in CPDrawCheckBoxInternal()
6784 …Rectangle rect = new Rectangle (cb_rect.X + x_half - (check_size / 2) - 1, cb_rect.Y + y_half - (c… in CPDrawCheckBoxInternal()