comparison arm/fft_neon.S @ 12188:6f064ab48463 libavcodec

more credits to D. J. Bernstein for fft
author lorenm
date Sun, 18 Jul 2010 20:06:42 +0000
parents 2a6873ee2fc9
children
comparison
equal deleted inserted replaced
12187:fb3fcaf3c1b6 12188:6f064ab48463
1 /* 1 /*
2 * ARM NEON optimised FFT 2 * ARM NEON optimised FFT
3 * 3 *
4 * Copyright (c) 2009 Mans Rullgard <mans@mansr.com> 4 * Copyright (c) 2009 Mans Rullgard <mans@mansr.com>
5 * Copyright (c) 2009 Naotoshi Nojiri 5 * Copyright (c) 2009 Naotoshi Nojiri
6 *
7 * This algorithm (though not any of the implementation details) is
8 * based on libdjbfft by D. J. Bernstein.
6 * 9 *
7 * This file is part of FFmpeg. 10 * This file is part of FFmpeg.
8 * 11 *
9 * FFmpeg is free software; you can redistribute it and/or 12 * FFmpeg is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public 13 * modify it under the terms of the GNU Lesser General Public