FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
aacps_tablegen_template.c File Reference
#include <stdlib.h>
#include "aac_defines.h"
#include "aacps_tablegen.h"
#include "tableprint.h"

Go to the source code of this file.

Macros

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

Functions

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

Macro Definition Documentation

#define CONFIG_HARDCODED_TABLES   0

Definition at line 24 of file aacps_tablegen_template.c.

#define TYPE_NAME   "float"

Definition at line 34 of file aacps_tablegen_template.c.

Referenced by main().

#define INT32FLOAT   float

Definition at line 35 of file aacps_tablegen_template.c.

Referenced by ARRAY_RENAME().

#define ARRAY_RENAME (   x)    write_float_ ## x

Definition at line 36 of file aacps_tablegen_template.c.

Referenced by ARRAY_RENAME(), and main().

#define ARRAY_URENAME (   x)    write_float_ ## x

Definition at line 37 of file aacps_tablegen_template.c.

Referenced by ARRAY_RENAME().

Function Documentation

void ARRAY_RENAME ( 3d_array  ) const

Definition at line 42 of file aacps_tablegen_template.c.

void ARRAY_RENAME ( 4d_array  ) const

Definition at line 54 of file aacps_tablegen_template.c.

int main ( void  )

Definition at line 66 of file aacps_tablegen_template.c.