FFmpeg
Macros | Functions
sinewin_tablegen.c File Reference
#include "sinewin_tablegen.h"
#include "tableprint.h"

Go to the source code of this file.

Macros

#define CONFIG_HARDCODED_TABLES   0
 
#define BUILD_TABLES
 
#define SINETABLE_CONST
 
#define SINETABLE(size)   float ff_sine_##size[size]
 
#define FF_ARRAY_ELEMS(a)   (sizeof(a) / sizeof((a)[0]))
 

Functions

int main (void)
 

Macro Definition Documentation

◆ CONFIG_HARDCODED_TABLES

#define CONFIG_HARDCODED_TABLES   0

Definition at line 23 of file sinewin_tablegen.c.

◆ BUILD_TABLES

#define BUILD_TABLES

Definition at line 24 of file sinewin_tablegen.c.

◆ SINETABLE_CONST

#define SINETABLE_CONST

Definition at line 26 of file sinewin_tablegen.c.

◆ SINETABLE

#define SINETABLE (   size)    float ff_sine_##size[size]

Definition at line 27 of file sinewin_tablegen.c.

◆ FF_ARRAY_ELEMS

#define FF_ARRAY_ELEMS (   a)    (sizeof(a) / sizeof((a)[0]))
Examples
decode_audio.c, demux_decode.c, qsv_decode.c, and resample_audio.c.

Definition at line 29 of file sinewin_tablegen.c.

Function Documentation

◆ main()

int main ( void  )

Definition at line 33 of file sinewin_tablegen.c.