ffmpeg/libavutil/x86
Lynne 98b32ef462
x86/tx_float: save a branch during coefficient deinterleaving
Directly branch into the special 64-point deinterleave
subroutine rather than going through the general deinterleave.

64-point transform timings on Zen 3:
Before:
   1974 decicycles in           av_tx (fft),16776864 runs,    352 skips
After:
   1956 decicycles in           av_tx (fft),16775378 runs,   1838 skips
2022-08-09 03:35:12 +02:00
..
Makefile
asm.h
bswap.h
cpu.c avutil/cpu: add AVX512 Icelake flag 2022-03-10 16:45:48 -03:00
cpu.h avutil/cpu: add AVX512 Icelake flag 2022-03-10 16:45:48 -03:00
cpuid.asm
emms.asm
emms.h
fixed_dsp.asm
fixed_dsp_init.c
float_dsp.asm avutil/x86/float_dsp: Remove obsolete 3dnowext function 2022-06-22 13:37:22 +02:00
float_dsp_init.c avutil/x86/float_dsp: Remove obsolete 3dnowext function 2022-06-22 13:37:22 +02:00
imgutils.asm
imgutils_init.c
intmath.h
intreadwrite.h
lls.asm
lls_init.c
pixelutils.asm avutil/x86/pixelutils: Remove obsolete MMX(EXT) functions 2022-06-22 13:36:44 +02:00
pixelutils.h
pixelutils_init.c avutil/x86/pixelutils: Remove obsolete MMX(EXT) functions 2022-06-22 13:36:44 +02:00
timer.h
tx_float.asm x86/tx_float: save a branch during coefficient deinterleaving 2022-08-09 03:35:12 +02:00
tx_float_init.c x86/tx_float: replace fft_sr_avx with fft_sr_fma3 2022-05-21 02:11:50 +02:00
w64xmmtest.h
x86inc.asm avutil/cpu: add AVX512 Icelake flag 2022-03-10 16:45:48 -03:00
x86util.asm