|
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 | |
| static av_cold void AAC_RENAME() | cbrt_tableinit (void) |
Variables | |
| static uint32_t | cbrt_tab [1<< 13] |
| #define CBRT | ( | x | ) | av_float2int((float)(x)) |
Definition at line 35 of file cbrt_tablegen.h.
Referenced by cbrt_tableinit().
|
static |
Definition at line 49 of file cbrt_tablegen.h.
Referenced by aac_static_table_init(), and main().
|
static |
Definition at line 47 of file cbrt_tablegen.h.
Referenced by cbrt_tableinit(), decode_spectrum_and_dequant(), main(), and vector_pow43().
1.8.6