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

Go to the source code of this file.

Macros

#define BUILD_TABLES
 
#define CONFIG_HARDCODED_TABLES   0
 
#define PRINT_TABLE(size)
 

Functions

int main (void)
 

Macro Definition Documentation

◆ BUILD_TABLES

#define BUILD_TABLES

Definition at line 25 of file sinewin_fixed_tablegen.c.

◆ CONFIG_HARDCODED_TABLES

#define CONFIG_HARDCODED_TABLES   0

Definition at line 26 of file sinewin_fixed_tablegen.c.

◆ PRINT_TABLE

#define PRINT_TABLE (   size)
Value:
printf("SINETABLE("#size") = {\n"); \
write_int32_t_array(sine_ ## size ## _fixed, size); \
printf("};\n")

Function Documentation

◆ main()

int main ( void  )

Definition at line 29 of file sinewin_fixed_tablegen.c.

size
int size
Definition: twinvq_data.h:10344
printf
printf("static const uint8_t my_array[100] = {\n")