mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
dct/fft: Give consistent names to fixed/float template files
This commit is contained in:
parent
dd249245d0
commit
ac0e03bab0
@ -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"
|
||||
|
@ -17,4 +17,4 @@
|
||||
*/
|
||||
|
||||
#define CONFIG_FFT_FLOAT 0
|
||||
#include "fft.c"
|
||||
#include "fft_template.c"
|
||||
|
@ -17,4 +17,4 @@
|
||||
*/
|
||||
|
||||
#define CONFIG_FFT_FLOAT 1
|
||||
#include "fft.c"
|
||||
#include "fft_template.c"
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
#define CONFIG_FFT_FLOAT 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)
|
||||
|
@ -17,4 +17,4 @@
|
||||
*/
|
||||
|
||||
#define CONFIG_FFT_FLOAT 1
|
||||
#include "mdct.c"
|
||||
#include "mdct_template.c"
|
||||
|
Loading…
Reference in New Issue
Block a user