|
FFmpeg
|
#include <assert.h>#include <stdint.h>#include <math.h>#include "libavutil/attributes.h"#include "libavutil/intfloat.h"#include "libavcodec/aac_defines.h"#include "cbrt_data.h"Go to the source code of this file.
Macros | |
| #define | CBRT(x) av_float2int((float)(x)) |
Functions | |
| union CBRT | AAC_RENAME (ff_cbrt_tab_internal) |
| av_cold void AAC_RENAME() | ff_cbrt_tableinit (void) |
| #define CBRT | ( | x | ) | av_float2int((float)(x)) |
Definition at line 37 of file cbrt_tablegen.h.
| union CBRT AAC_RENAME | ( | ff_cbrt_tab_internal | ) |
Referenced by ff_cbrt_tableinit().
| av_cold void AAC_RENAME() ff_cbrt_tableinit | ( | void | ) |
Definition at line 42 of file cbrt_tablegen.h.
Referenced by init_tables_float_fn(), and main().
1.8.17