-
- Downloads
FFT: factor a shuffle out of the inner loop and merge it into fft_permute.
6% faster SSE FFT on Conroe, 2.5% on Penryn. Signed-off-by:Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit e6b1ed69)
Showing
- libavcodec/arm/fft_init_arm.c 1 addition, 1 deletionlibavcodec/arm/fft_init_arm.c
- libavcodec/fft.c 7 additions, 2 deletionslibavcodec/fft.c
- libavcodec/fft.h 4 additions, 1 deletionlibavcodec/fft.h
- libavcodec/mdct.c 2 additions, 2 deletionslibavcodec/mdct.c
- libavcodec/x86/fft.c 1 addition, 0 deletionslibavcodec/x86/fft.c
- libavcodec/x86/fft_mmx.asm 30 additions, 32 deletionslibavcodec/x86/fft_mmx.asm
Please register or sign in to comment