FFmpeg
Macros | Functions
sinewin_tablegen_template.c File Reference
#include <stdlib.h>
#include "libavcodec/aac_defines.h"
#include "sinewin_tablegen.h"
#include "tableprint.h"

Go to the source code of this file.

Macros

#define CONFIG_HARDCODED_TABLES   0
 
#define WRITE_FUNC   write_float_array
 
#define SINETABLE_CONST
 
#define SINETABLE(size)   INTFLOAT AAC_RENAME(ff_sine_##size)[size]
 
#define SINETABLE120960(size)   INTFLOAT AAC_RENAME(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 25 of file sinewin_tablegen_template.c.

◆ WRITE_FUNC

#define WRITE_FUNC   write_float_array

Definition at line 30 of file sinewin_tablegen_template.c.

◆ SINETABLE_CONST

#define SINETABLE_CONST

Definition at line 33 of file sinewin_tablegen_template.c.

◆ SINETABLE

#define SINETABLE (   size)    INTFLOAT AAC_RENAME(ff_sine_##size)[size]

Definition at line 34 of file sinewin_tablegen_template.c.

◆ SINETABLE120960

#define SINETABLE120960 (   size)    INTFLOAT AAC_RENAME(ff_sine_##size)[size]

Definition at line 36 of file sinewin_tablegen_template.c.

◆ FF_ARRAY_ELEMS

#define FF_ARRAY_ELEMS (   a)    (sizeof(a) / sizeof((a)[0]))

Function Documentation

◆ main()

int main ( void  )

Definition at line 42 of file sinewin_tablegen_template.c.