Merge remote-tracking branch 'qatar/master'

* qatar/master:
  dct/fft: Give consistent names to fixed/float template files

Conflicts:
	libavcodec/fft_fixed.c
	libavcodec/fft_float.c
	libavcodec/mdct_fixed.c
	libavcodec/mdct_float.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
pull/49/head
Michael Niedermayer 11 years ago
commit 6a7980e2cd
  1. 2
      libavcodec/dct32_fixed.c
  2. 2
      libavcodec/dct32_float.c
  3. 0
      libavcodec/dct32_template.c
  4. 2
      libavcodec/fft_fixed.c
  5. 2
      libavcodec/fft_fixed_32.c
  6. 2
      libavcodec/fft_float.c
  7. 0
      libavcodec/fft_template.c
  8. 2
      libavcodec/mdct_fixed.c
  9. 2
      libavcodec/mdct_fixed_32.c
  10. 2
      libavcodec/mdct_float.c
  11. 0
      libavcodec/mdct_template.c

@ -17,4 +17,4 @@
*/
#define DCT32_FLOAT 0
#include "dct32.c"
#include "dct32_template.c"

@ -17,4 +17,4 @@
*/
#define DCT32_FLOAT 1
#include "dct32.c"
#include "dct32_template.c"

@ -18,4 +18,4 @@
#define CONFIG_FFT_FLOAT 0
#define CONFIG_FFT_FIXED_32 0
#include "fft.c"
#include "fft_template.c"

@ -49,4 +49,4 @@
#define CONFIG_FFT_FLOAT 0
#define CONFIG_FFT_FIXED_32 1
#include "fft.c"
#include "fft_template.c"

@ -18,4 +18,4 @@
#define CONFIG_FFT_FLOAT 1
#define CONFIG_FFT_FIXED_32 0
#include "fft.c"
#include "fft_template.c"

@ -18,7 +18,7 @@
#define CONFIG_FFT_FLOAT 0
#define CONFIG_FFT_FIXED_32 0
#include "mdct.c"
#include "mdct_template.c"
/* same as ff_mdct_calcw_c with double-width unscaled output */
void ff_mdct_calcw_c(FFTContext *s, FFTDouble *out, const FFTSample *input)

@ -49,4 +49,4 @@
#define CONFIG_FFT_FLOAT 0
#define CONFIG_FFT_FIXED_32 1
#include "mdct.c"
#include "mdct_template.c"

@ -18,4 +18,4 @@
#define CONFIG_FFT_FLOAT 1
#define CONFIG_FFT_FIXED_32 0
#include "mdct.c"
#include "mdct_template.c"

Loading…
Cancel
Save