FFmpeg
|
#include <stdint.h>
#include <math.h>
#include "libavutil/attributes.h"
#include "libavutil/intfloat.h"
#include "libavcodec/aac_defines.h"
Go to the source code of this file.
Macros | |
#define | CBRT(x) av_float2int((float)(x)) |
Functions | |
uint32_t | AAC_RENAME (ff_cbrt_tab)[1<< 13] |
av_cold void AAC_RENAME() | ff_cbrt_tableinit (void) |
#define CBRT | ( | x | ) | av_float2int((float)(x)) |
Definition at line 35 of file cbrt_tablegen.h.
Referenced by ff_cbrt_tableinit().
uint32_t AAC_RENAME | ( | ff_cbrt_tab | ) |
Referenced by ff_cbrt_tableinit().
av_cold void AAC_RENAME() ff_cbrt_tableinit | ( | void | ) |
Definition at line 40 of file cbrt_tablegen.h.
Referenced by aac_static_table_init(), and main().