FFmpeg
Loading...
Searching...
No Matches
aacps_tablegen_template.c File Reference
#include <stdlib.h>
#include "config.h"
#include "aac_defines.h"
#include "aacps_tablegen.h"
#include "tableprint.h"

Go to the source code of this file.

Macros

#define BUILD_TABLES
 
#define CONFIG_HARDCODED_TABLES   0
 
#define TYPE_NAME   "float"
 
#define ARRAY_RENAME(x)
 
#define ARRAY_URENAME(x)
 

Typedefs

typedef float INT32FLOAT
 

Functions

void ARRAY_RENAME (3d_array) const
 
void ARRAY_RENAME (4d_array) const
 
int main (void)
 

Macro Definition Documentation

◆ BUILD_TABLES

#define BUILD_TABLES

Definition at line 24 of file aacps_tablegen_template.c.

◆ CONFIG_HARDCODED_TABLES

#define CONFIG_HARDCODED_TABLES   0

Definition at line 28 of file aacps_tablegen_template.c.

◆ TYPE_NAME

#define TYPE_NAME   "float"

Definition at line 38 of file aacps_tablegen_template.c.

Referenced by main().

◆ ARRAY_RENAME

#define ARRAY_RENAME ( x)
Value:
write_float_ ## x

Definition at line 40 of file aacps_tablegen_template.c.

Referenced by ARRAY_RENAME(), and main().

◆ ARRAY_URENAME

#define ARRAY_URENAME ( x)
Value:
write_float_ ## x

Definition at line 41 of file aacps_tablegen_template.c.

Referenced by ARRAY_RENAME().

Typedef Documentation

◆ INT32FLOAT

typedef float INT32FLOAT

Definition at line 39 of file aacps_tablegen_template.c.

Function Documentation

◆ ARRAY_RENAME() [1/2]

void ARRAY_RENAME ( 3d_array ) const

Definition at line 46 of file aacps_tablegen_template.c.

◆ ARRAY_RENAME() [2/2]

void ARRAY_RENAME ( 4d_array ) const

Definition at line 58 of file aacps_tablegen_template.c.

◆ main()

int main ( void )

Definition at line 70 of file aacps_tablegen_template.c.