Home
last modified time | relevance | path

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

12

/dports/multimedia/vlc/vlc-3.0.16/contrib/src/a52/
H A Dliba52-silence.patch8 - fprintf (stderr, "Using djbfft for IMDCT transform\n");
14 - fprintf (stderr, "No accelerated IMDCT transform found\n");
/dports/math/fftw3-float/fftw-3.3.9/genfft/
H A Dgen_mdct.ml43 | IMDCT Constructor
90 Arg.Unit(fun () -> mode := IMDCT),
91 " generate an IMDCT codelet";
95 " generate an IMDCT codelet with MP3 windowing";
99 " generate an IMDCT codelet with window array";
103 " generate an IMDCT codelet with symmetric window array";
199 | IMDCT -> Trig.dctIV, load_array_imdct unity_window,
/dports/math/fftw3/fftw-3.3.9/genfft/
H A Dgen_mdct.ml43 | IMDCT Constructor
90 Arg.Unit(fun () -> mode := IMDCT),
91 " generate an IMDCT codelet";
95 " generate an IMDCT codelet with MP3 windowing";
99 " generate an IMDCT codelet with window array";
103 " generate an IMDCT codelet with symmetric window array";
199 | IMDCT -> Trig.dctIV, load_array_imdct unity_window,
/dports/math/fftw3-long/fftw-3.3.9/genfft/
H A Dgen_mdct.ml43 | IMDCT Constructor
90 Arg.Unit(fun () -> mode := IMDCT),
91 " generate an IMDCT codelet";
95 " generate an IMDCT codelet with MP3 windowing";
99 " generate an IMDCT codelet with window array";
103 " generate an IMDCT codelet with symmetric window array";
199 | IMDCT -> Trig.dctIV, load_array_imdct unity_window,
/dports/math/fftw3-quad/fftw-3.3.9/genfft/
H A Dgen_mdct.ml43 | IMDCT Constructor
90 Arg.Unit(fun () -> mode := IMDCT),
91 " generate an IMDCT codelet";
95 " generate an IMDCT codelet with MP3 windowing";
99 " generate an IMDCT codelet with window array";
103 " generate an IMDCT codelet with symmetric window array";
199 | IMDCT -> Trig.dctIV, load_array_imdct unity_window,
/dports/audio/faac/faac-78d8e01/libfaac/
H A Dfiltbank.c50 static void IMDCT ( FFT_Tables *fft_tables, double *data, int N );
269 IMDCT( &hEncoder->fft_tables, transf_buf, 2*BLOCK_LEN_LONG ); in IFilterBank()
285 IMDCT( &hEncoder->fft_tables, transf_buf, 2*BLOCK_LEN_LONG ); in IFilterBank()
304 IMDCT( &hEncoder->fft_tables, transf_buf, 2*BLOCK_LEN_LONG ); in IFilterBank()
328 IMDCT( &hEncoder->fft_tables, transf_buf, 2*BLOCK_LEN_SHORT ); in IFilterBank()
502 static void IMDCT( FFT_Tables *fft_tables, double *data, int N) in IMDCT() function
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/libmad/
H A DCHANGES13 * Replaced Layer III IMDCT routine with one based on a faster algorithm,
127 * Optimized short block IMDCT by eliminating redundant calculations.
155 * Improved performance of Layer III IMDCT by using longer
165 * Added multiply/accumulate optimization to the Layer III IMDCT for long
288 * Improved Layer III performance by avoiding IMDCT calculation when all
303 * Rewrote Layer III long block 36-point IMDCT routine for better
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libmad/
H A DCHANGES13 * Replaced Layer III IMDCT routine with one based on a faster algorithm,
127 * Optimized short block IMDCT by eliminating redundant calculations.
155 * Improved performance of Layer III IMDCT by using longer
165 * Added multiply/accumulate optimization to the Layer III IMDCT for long
288 * Improved Layer III performance by avoiding IMDCT calculation when all
303 * Rewrote Layer III long block 36-point IMDCT routine for better
/dports/audio/libmad/libmad-0.15.1b/
H A DCHANGES13 * Replaced Layer III IMDCT routine with one based on a faster algorithm,
127 * Optimized short block IMDCT by eliminating redundant calculations.
155 * Improved performance of Layer III IMDCT by using longer
165 * Added multiply/accumulate optimization to the Layer III IMDCT for long
288 * Improved Layer III performance by avoiding IMDCT calculation when all
303 * Rewrote Layer III long block 36-point IMDCT routine for better
/dports/audio/streamripper/streamripper-1.64.6/libmad-0.15.1b/
H A DCHANGES13 * Replaced Layer III IMDCT routine with one based on a faster algorithm,
127 * Optimized short block IMDCT by eliminating redundant calculations.
155 * Improved performance of Layer III IMDCT by using longer
165 * Added multiply/accumulate optimization to the Layer III IMDCT for long
288 * Improved Layer III performance by avoiding IMDCT calculation when all
303 * Rewrote Layer III long block 36-point IMDCT routine for better
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/nomaddecoder/mad/
H A DCHANGES13 * Replaced Layer III IMDCT routine with one based on a faster algorithm,
127 * Optimized short block IMDCT by eliminating redundant calculations.
155 * Improved performance of Layer III IMDCT by using longer
165 * Added multiply/accumulate optimization to the Layer III IMDCT for long
288 * Improved Layer III performance by avoiding IMDCT calculation when all
303 * Rewrote Layer III long block 36-point IMDCT routine for better
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/arm/
H A Dsynth_filter_vfp.S24 IMDCT .req r0 label
204 .unreq IMDCT
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/arm/
H A Dsynth_filter_vfp.S24 IMDCT .req r0 label
204 .unreq IMDCT
H A Ddcadsp_vfp.S209 IMDCT .req a4 label
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/arm/
H A Dsynth_filter_vfp.S24 IMDCT .req r0 label
204 .unreq IMDCT
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/arm/
H A Dsynth_filter_vfp.S24 IMDCT .req r0 label
204 .unreq IMDCT
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/arm/
H A Dsynth_filter_vfp.S24 IMDCT .req r0 label
204 .unreq IMDCT
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/arm/
H A Dsynth_filter_vfp.S24 IMDCT .req r0 label
204 .unreq IMDCT
H A Ddcadsp_vfp.S209 IMDCT .req a4 label
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/arm/
H A Dsynth_filter_vfp.S24 IMDCT .req r0 label
204 .unreq IMDCT
/dports/audio/mpg321/mpg321-0.2.10/
H A DTODO29 (synth.c:synth_full()), the Layer III IMDCT (layer3.c:imdct36()),
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/rustdct-0.4.0/
H A DRELEASES.md10 - Merged MDCT and IMDCT into the same trait
/dports/audio/ampache/ampache-php74-5.0.0/public/lib/modules/aurora.js/
H A Dmp3.js.map33IMDCT() {\n this.tmp_imdct36 = new Float64Array(18);\n this.tmp_dctIV = new Float64Array(18)…
36IMDCT = require('./imdct');\nvar utils = require('./utils');\n\nfunction MP3SideInfo() {\n this…
/dports/x11/xpra-html5/xpra-html5-4.5.2/html5/js/lib/aurora/
H A Dmp3.js.map34IMDCT() {\n this.tmp_imdct36 = new Float64Array(18);\n this.tmp_dctIV = new Float64Array(18)…
37IMDCT = require('./imdct');\nvar utils = require('./utils');\n\nfunction MP3SideInfo() {\n this…
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/x86/
H A Dimdct36.asm2 ;* 36 point SSE-optimized IMDCT transform

12