Home
last modified time | relevance | path

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

12

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/lewton-0.9.4/src/
H A Daudio.rs800 fn dct_iv_slow(buffer :&mut [f32]) { in dct_iv_slow() function
823 dct_iv_slow(&mut temp); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/lewton-0.10.2/src/
H A Daudio.rs794 fn dct_iv_slow(buffer :&mut [f32]) { in dct_iv_slow() function
817 dct_iv_slow(&mut temp); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/audio/lewton/lewton-0.10.2/src/
H A Daudio.rs794 fn dct_iv_slow(buffer :&mut [f32]) { in dct_iv_slow() function
817 dct_iv_slow(&mut temp); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/lewton-0.10.2/src/
H A Daudio.rs794 fn dct_iv_slow(buffer :&mut [f32]) { in dct_iv_slow() function
817 dct_iv_slow(&mut temp); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/lewton-0.10.2/src/
H A Daudio.rs794 fn dct_iv_slow(buffer :&mut [f32]) { in dct_iv_slow() function
817 dct_iv_slow(&mut temp); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/lewton-0.9.4/src/
H A Daudio.rs800 fn dct_iv_slow(buffer :&mut [f32]) {
823 dct_iv_slow(&mut temp); // returns -c'-d, a-b'
/dports/devel/stb/stb-f54acd4/
H A Dstb_vorbis.c2313 void dct_iv_slow(float *buffer, int n) in dct_iv_slow() function
2336 dct_iv_slow(temp, n2); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/src/
H A Dstb_vorbis.c2378 void dct_iv_slow(float *buffer, int n) in dct_iv_slow() function
2401 dct_iv_slow(temp, n2); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/
H A Dstb_vorbis.c2315 void dct_iv_slow(float *buffer, int n) in dct_iv_slow() function
2338 dct_iv_slow(temp, n2); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/audio/faudio/FAudio-21.01/src/
H A Dstb_vorbis.h2327 void dct_iv_slow(float *buffer, int n) in dct_iv_slow() function
2350 dct_iv_slow(temp, n2); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_vorbis.c2311 void dct_iv_slow(float *buffer, int n) in dct_iv_slow() function
2334 dct_iv_slow(temp, n2); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_vorbis.c2322 void dct_iv_slow(float *buffer, int n) in dct_iv_slow() function
2345 dct_iv_slow(temp, n2); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_vorbis.c2319 void dct_iv_slow(float *buffer, int n) in dct_iv_slow() function
2342 dct_iv_slow(temp, n2); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c2318 void dct_iv_slow(float *buffer, int n) in dct_iv_slow() function
2341 dct_iv_slow(temp, n2); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c2318 void dct_iv_slow(float *buffer, int n) in dct_iv_slow() function
2341 dct_iv_slow(temp, n2); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Dvorbis.c2142 static void dct_iv_slow(float *buffer, int n)
2170 dct_iv_slow(temp, n2); // returns -c'-d, a-b'
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dstb_vorbis.c2318 void dct_iv_slow(float *buffer, int n) in dct_iv_slow() function
2341 dct_iv_slow(temp, n2); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A Dstb_vorbis.cpp1970 void dct_iv_slow(float *buffer, int n) in dct_iv_slow() function
1993 dct_iv_slow(temp, n2); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Dstb_vorbis.h2412 void dct_iv_slow(float *buffer, int n) in dct_iv_slow() function
2435 dct_iv_slow(temp, n2); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/games/OpenLara/OpenLara-b4b19f2/src/libs/stb_vorbis/
H A Dstb_vorbis.c2388 void dct_iv_slow(float *buffer, int n) in dct_iv_slow() function
2411 dct_iv_slow(temp, n2); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/audio/
H A Dstb_vorbis.c2311 void dct_iv_slow(float *buffer, int n) in dct_iv_slow() function
2334 dct_iv_slow(temp, n2); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Dstb_vorbis.h2329 void dct_iv_slow(float *buffer, int n) in dct_iv_slow() function
2352 dct_iv_slow(temp, n2); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/www/lagrange/lagrange-1.7.3/src/audio/
H A Dstb_vorbis.c2318 void dct_iv_slow(float *buffer, int n) in dct_iv_slow() function
2341 dct_iv_slow(temp, n2); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/external/stb/
H A Dstb_vorbis.c2316 void dct_iv_slow(float *buffer, int n) in dct_iv_slow() function
2339 dct_iv_slow(temp, n2); // returns -c'-d, a-b' in inverse_mdct_slow()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/STB/
H A Dstb_vorbis.h2309 void dct_iv_slow(float *buffer, int n) in dct_iv_slow() function
2332 dct_iv_slow(temp, n2); // returns -c'-d, a-b' in inverse_mdct_slow()

12