FFmpeg
|
#include <stdint.h>
#include <math.h>
#include "libavutil/attributes.h"
#include "libavcodec/aac_defines.h"
Go to the source code of this file.
Macros | |
#define | CBRT(x) x.i |
Functions | |
static av_cold void AAC_RENAME() | cbrt_tableinit (void) |
Variables | |
static uint32_t | cbrt_tab [1<< 13] |
#define CBRT | ( | x | ) | x.i |
Definition at line 34 of file cbrt_tablegen.h.
Referenced by cbrt_tableinit().
|
static |
Definition at line 48 of file cbrt_tablegen.h.
Referenced by aac_decode_init(), and main().
|
static |
Definition at line 46 of file cbrt_tablegen.h.
Referenced by cbrt_tableinit(), decode_spectrum_and_dequant(), main(), and vector_pow43().