comparison x86/fft_mmx.asm @ 12188:6f064ab48463 libavcodec

more credits to D. J. Bernstein for fft
author lorenm
date Sun, 18 Jul 2010 20:06:42 +0000
parents 980030a3e315
children 020540442072
comparison
equal deleted inserted replaced
12187:fb3fcaf3c1b6 12188:6f064ab48463
1 ;****************************************************************************** 1 ;******************************************************************************
2 ;* FFT transform with SSE/3DNow optimizations 2 ;* FFT transform with SSE/3DNow optimizations
3 ;* Copyright (c) 2008 Loren Merritt 3 ;* Copyright (c) 2008 Loren Merritt
4 ;*
5 ;* This algorithm (though not any of the implementation details) is
6 ;* based on libdjbfft by D. J. Bernstein.
4 ;* 7 ;*
5 ;* This file is part of FFmpeg. 8 ;* This file is part of FFmpeg.
6 ;* 9 ;*
7 ;* FFmpeg is free software; you can redistribute it and/or 10 ;* FFmpeg is free software; you can redistribute it and/or
8 ;* modify it under the terms of the GNU Lesser General Public 11 ;* modify it under the terms of the GNU Lesser General Public