Home
last modified time | relevance | path

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

12

/dports/audio/lame/lame-3.100/libmp3lame/
H A Dfft.c181 #define ms00(f) (window_s[i ] * f(i + k))
182 #define ms10(f) (window_s[0x7f - i] * f(i + k + 0x80))
183 #define ms20(f) (window_s[i + 0x40] * f(i + k + 0x40))
184 #define ms30(f) (window_s[0x3f - i] * f(i + k + 0xc0))
186 #define ms01(f) (window_s[i + 0x01] * f(i + k + 0x01))
187 #define ms11(f) (window_s[0x7e - i] * f(i + k + 0x81))
188 #define ms21(f) (window_s[i + 0x41] * f(i + k + 0x41))
199 #define window_s gfc->cd_psy->window_s in fft_short() macro
242 #undef window_s in fft_short()
257 #define window_s gfc->cd_psy->window_s in fft_long() macro
[all …]
H A Dutil.h210 FLOAT window[BLKSIZE], window_s[BLKSIZE_s / 2]; member
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Dg_window.c105 SCM window_s = g_scm_from_window (w_current); in g_dynwind_window() local
106 scm_dynwind_fluid (scheme_window_fluid, window_s); in g_dynwind_window()
132 SCM window_s = current_window (); in g_current_window() local
134 if (!(SCM_SMOB_PREDICATE (window_smob_tag, window_s) in g_current_window()
135 && ((void *)SCM_SMOB_DATA (window_s) != NULL))) { in g_current_window()
137 scm_list_1 (window_s)); in g_current_window()
140 return (GSCHEM_TOPLEVEL *) SCM_SMOB_DATA (window_s); in g_current_window()
/dports/emulators/vice/vice-3.5/src/lib/liblame/libmp3lame/
H A Dfft.c54 static FLOAT window[BLKSIZE], window_s[BLKSIZE_s / 2]; variable
182 #define ms00(f) (window_s[i ] * f(i + k))
183 #define ms10(f) (window_s[0x7f - i] * f(i + k + 0x80))
184 #define ms20(f) (window_s[i + 0x40] * f(i + k + 0x40))
185 #define ms30(f) (window_s[0x3f - i] * f(i + k + 0xc0))
187 #define ms01(f) (window_s[i + 0x01] * f(i + k + 0x01))
188 #define ms11(f) (window_s[0x7e - i] * f(i + k + 0x81))
189 #define ms21(f) (window_s[i + 0x41] * f(i + k + 0x41))
190 #define ms31(f) (window_s[0x3e - i] * f(i + k + 0xc1))
309 window_s[i] = 0.5 * (1.0 - cos(2.0 * PI * (i + 0.5) / BLKSIZE_s)); in init_fft()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/libmp3lame/
H A Dfft.c54 static FLOAT window[BLKSIZE], window_s[BLKSIZE_s / 2]; variable
182 #define ms00(f) (window_s[i ] * f(i + k))
183 #define ms10(f) (window_s[0x7f - i] * f(i + k + 0x80))
184 #define ms20(f) (window_s[i + 0x40] * f(i + k + 0x40))
185 #define ms30(f) (window_s[0x3f - i] * f(i + k + 0xc0))
187 #define ms01(f) (window_s[i + 0x01] * f(i + k + 0x01))
188 #define ms11(f) (window_s[0x7e - i] * f(i + k + 0x81))
189 #define ms21(f) (window_s[i + 0x41] * f(i + k + 0x41))
190 #define ms31(f) (window_s[0x3e - i] * f(i + k + 0xc1))
309 window_s[i] = 0.5 * (1.0 - cos(2.0 * PI * (i + 0.5) / BLKSIZE_s)); in init_fft()
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/src/
H A Dg_window.c60 SCM window_s = g_scm_from_window (w_current); in g_dynwind_window() local
61 scm_dynwind_fluid (scheme_window_fluid, window_s); in g_dynwind_window()
90 SCM window_s = current_window (); in g_current_window() local
91 GschemToplevel *w_current = (GschemToplevel *) scm_to_pointer (window_s); in g_current_window()
96 scm_list_1 (window_s)); in g_current_window()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Drla.h7 } window_s; typedef
11 window_s window;
12 window_s active_window;
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/libmad/
H A Dimdct_l_arm.S857 ldr r0, =WL1 @ r0 = window_l[1] == window_s[0]
879 ldr r2, =WL4 @ r2 = window_l[4] == window_s[1]
884 ldr r3, =WL7 @ r3 = window_l[7] == window_s[2]
889 ldr r4, =WL10 @ r4 = window_l[10] == window_s[3]
894 ldr r0, =WL13 @ r0 = window_l[13] == window_s[4]
899 ldr r2, =WL16 @ r2 = window_l[16] == window_s[5]
928 ldr r4, =WL1 @ r0 = window_l[1] == window_s[0]
949 ldr r5, =WL4 @ r5 = window_l[4] == window_s[1]
952 ldr r6, =WL7 @ r6 = window_l[7] == window_s[2]
957 ldr r7, =WL10 @ r7 = window_l[10] == window_s[3]
[all …]
H A Dlayer3.c422 mad_fixed_t const window_s[12] = { variable
2090 for (i = 24; i < 30; ++i) z[i] = mad_f_mul(z[i], window_s[i - 18]); in III_imdct_l()
2096 for (i = 6; i < 12; ++i) z[i] = mad_f_mul(z[i], window_s[i - 6]); in III_imdct_l()
2163 wptr = &window_s[0]; in III_imdct_s()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libmad/
H A Dimdct_l_arm.S857 ldr r0, =WL1 @ r0 = window_l[1] == window_s[0]
879 ldr r2, =WL4 @ r2 = window_l[4] == window_s[1]
884 ldr r3, =WL7 @ r3 = window_l[7] == window_s[2]
889 ldr r4, =WL10 @ r4 = window_l[10] == window_s[3]
894 ldr r0, =WL13 @ r0 = window_l[13] == window_s[4]
899 ldr r2, =WL16 @ r2 = window_l[16] == window_s[5]
928 ldr r4, =WL1 @ r0 = window_l[1] == window_s[0]
949 ldr r5, =WL4 @ r5 = window_l[4] == window_s[1]
952 ldr r6, =WL7 @ r6 = window_l[7] == window_s[2]
957 ldr r7, =WL10 @ r7 = window_l[10] == window_s[3]
[all …]
H A Dlayer3.c422 mad_fixed_t const window_s[12] = { variable
2090 for (i = 24; i < 30; ++i) z[i] = mad_f_mul(z[i], window_s[i - 18]); in III_imdct_l()
2096 for (i = 6; i < 12; ++i) z[i] = mad_f_mul(z[i], window_s[i - 6]); in III_imdct_l()
2163 wptr = &window_s[0]; in III_imdct_s()
/dports/audio/libmad/libmad-0.15.1b/
H A Dimdct_l_arm.S857 ldr r0, =WL1 @ r0 = window_l[1] == window_s[0]
879 ldr r2, =WL4 @ r2 = window_l[4] == window_s[1]
884 ldr r3, =WL7 @ r3 = window_l[7] == window_s[2]
889 ldr r4, =WL10 @ r4 = window_l[10] == window_s[3]
894 ldr r0, =WL13 @ r0 = window_l[13] == window_s[4]
899 ldr r2, =WL16 @ r2 = window_l[16] == window_s[5]
928 ldr r4, =WL1 @ r0 = window_l[1] == window_s[0]
949 ldr r5, =WL4 @ r5 = window_l[4] == window_s[1]
952 ldr r6, =WL7 @ r6 = window_l[7] == window_s[2]
957 ldr r7, =WL10 @ r7 = window_l[10] == window_s[3]
[all …]
H A Dlayer3.c432 mad_fixed_t const window_s[12] = { variable
2126 for (i = 24; i < 30; ++i) z[i] = mad_f_mul(z[i], window_s[i - 18]); in III_imdct_l()
2132 for (i = 6; i < 12; ++i) z[i] = mad_f_mul(z[i], window_s[i - 6]); in III_imdct_l()
2199 wptr = &window_s[0]; in III_imdct_s()
/dports/audio/streamripper/streamripper-1.64.6/libmad-0.15.1b/
H A Dimdct_l_arm.S857 ldr r0, =WL1 @ r0 = window_l[1] == window_s[0]
879 ldr r2, =WL4 @ r2 = window_l[4] == window_s[1]
884 ldr r3, =WL7 @ r3 = window_l[7] == window_s[2]
889 ldr r4, =WL10 @ r4 = window_l[10] == window_s[3]
894 ldr r0, =WL13 @ r0 = window_l[13] == window_s[4]
899 ldr r2, =WL16 @ r2 = window_l[16] == window_s[5]
928 ldr r4, =WL1 @ r0 = window_l[1] == window_s[0]
949 ldr r5, =WL4 @ r5 = window_l[4] == window_s[1]
952 ldr r6, =WL7 @ r6 = window_l[7] == window_s[2]
957 ldr r7, =WL10 @ r7 = window_l[10] == window_s[3]
[all …]
H A Dlayer3.c432 mad_fixed_t const window_s[12] = { variable
2126 for (i = 24; i < 30; ++i) z[i] = mad_f_mul(z[i], window_s[i - 18]); in III_imdct_l()
2132 for (i = 6; i < 12; ++i) z[i] = mad_f_mul(z[i], window_s[i - 6]); in III_imdct_l()
2199 wptr = &window_s[0]; in III_imdct_s()
/dports/games/openjk/OpenJK-07675e2/shared/sys/
H A Dsys_public.h168 typedef struct window_s struct
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync_sessions/
H A Dsynced_session_tracker.cc143 const sync_pb::SessionWindow& window_s = header_specifics.window(i); in PopulateSyncedSessionFromSpecifics() local
144 SessionID window_id = SessionID::FromSerializedValue(window_s.window_id()); in PopulateSyncedSessionFromSpecifics()
149 session_tag, window_s, synced_session->modified_time, in PopulateSyncedSessionFromSpecifics()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/sync_sessions/
H A Dsynced_session_tracker.cc143 const sync_pb::SessionWindow& window_s = header_specifics.window(i); in PopulateSyncedSessionFromSpecifics() local
144 SessionID window_id = SessionID::FromSerializedValue(window_s.window_id()); in PopulateSyncedSessionFromSpecifics()
149 session_tag, window_s, synced_session->modified_time, in PopulateSyncedSessionFromSpecifics()
/dports/games/netwalk/netwalk-cb6b089/
H A Dmain.c171 struct window_s { struct
178 typedef struct window_s window_t[1]; argument
179 typedef struct window_s *window_ptr;
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/libmad/
H A Dlayer3.c432 mad_fixed_t const window_s[12] = { variable
2125 for (i = 24; i < 30; ++i) z[i] = mad_f_mul(z[i], window_s[i - 18]); in III_imdct_l()
2131 for (i = 6; i < 12; ++i) z[i] = mad_f_mul(z[i], window_s[i - 6]); in III_imdct_l()
2198 wptr = &window_s[0]; in III_imdct_s()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_mad/ADM_libMad/
H A Dlayer3.c432 mad_fixed_t const window_s[12] = { variable
2126 for (i = 24; i < 30; ++i) z[i] = mad_f_mul(z[i], window_s[i - 18]); in III_imdct_l()
2132 for (i = 6; i < 12; ++i) z[i] = mad_f_mul(z[i], window_s[i - 6]); in III_imdct_l()
2199 wptr = &window_s[0]; in III_imdct_s()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_mad/ADM_libMad/
H A Dlayer3.c432 mad_fixed_t const window_s[12] = { variable
2126 for (i = 24; i < 30; ++i) z[i] = mad_f_mul(z[i], window_s[i - 18]); in III_imdct_l()
2132 for (i = 6; i < 12; ++i) z[i] = mad_f_mul(z[i], window_s[i - 6]); in III_imdct_l()
2199 wptr = &window_s[0]; in III_imdct_s()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_mad/ADM_libMad/
H A Dlayer3.c432 mad_fixed_t const window_s[12] = { variable
2126 for (i = 24; i < 30; ++i) z[i] = mad_f_mul(z[i], window_s[i - 18]); in III_imdct_l()
2132 for (i = 6; i < 12; ++i) z[i] = mad_f_mul(z[i], window_s[i - 6]); in III_imdct_l()
2199 wptr = &window_s[0]; in III_imdct_s()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_mad/ADM_libMad/
H A Dlayer3.c432 mad_fixed_t const window_s[12] = { variable
2126 for (i = 24; i < 30; ++i) z[i] = mad_f_mul(z[i], window_s[i - 18]); in III_imdct_l()
2132 for (i = 6; i < 12; ++i) z[i] = mad_f_mul(z[i], window_s[i - 6]); in III_imdct_l()
2199 wptr = &window_s[0]; in III_imdct_s()
/dports/audio/praat/praat-6.2.03/external/mp3/
H A Dmad_layer3.c432 mad_fixed_t const window_s[12] = { variable
2126 for (i = 24; i < 30; ++i) z[i] = mad_f_mul(z[i], window_s[i - 18]); in III_imdct_l()
2132 for (i = 6; i < 12; ++i) z[i] = mad_f_mul(z[i], window_s[i - 6]); in III_imdct_l()
2199 wptr = &window_s[0]; in III_imdct_s()

12