| 
    FFmpeg
    
   | 
 
#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) write_float_ ## x | 
| #define | ARRAY_URENAME(x) write_float_ ## x | 
Typedefs | |
| typedef float | INT32FLOAT | 
Functions | |
| void | ARRAY_RENAME (3d_array) const | 
| void | ARRAY_RENAME (4d_array) const | 
| int | main (void) | 
| #define BUILD_TABLES | 
Definition at line 24 of file aacps_tablegen_template.c.
| #define CONFIG_HARDCODED_TABLES 0 | 
Definition at line 27 of file aacps_tablegen_template.c.
| #define TYPE_NAME "float" | 
Definition at line 37 of file aacps_tablegen_template.c.
| #define ARRAY_RENAME | ( | x | ) | write_float_ ## x | 
Definition at line 39 of file aacps_tablegen_template.c.
| #define ARRAY_URENAME | ( | x | ) | write_float_ ## x | 
Definition at line 40 of file aacps_tablegen_template.c.
| typedef float INT32FLOAT | 
Definition at line 38 of file aacps_tablegen_template.c.
| void ARRAY_RENAME | ( | 3d_array | ) | const | 
Definition at line 45 of file aacps_tablegen_template.c.
| void ARRAY_RENAME | ( | 4d_array | ) | const | 
Definition at line 57 of file aacps_tablegen_template.c.
| int main | ( | void | ) | 
Definition at line 69 of file aacps_tablegen_template.c.
 1.8.17