1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-12-09 22:02:17 +02:00
Files
FFmpeg/libavfilter
Andreas Rheinhardt 0435cd5a62 avfilter/x86/vf_spp: Remove permutation-specific code
The MMX requantize functions have the MMX permutation
(i.e. FF_IDCT_PERM_SIMPLE) hardcoded and therefore
check for the used permutation (namely via a CRC).
Yet this is very ugly and could even lead to misdetection;
furthermore, since d7246ea9f2
the permutation used here is de-facto and since
bfb28b5ce8 definitely
impossible on x64, making this code dead on x64.
So remove it.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2025-05-31 01:31:09 +02:00
..
2025-04-15 15:49:38 +02:00
2025-04-22 20:45:57 +02:00