|
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) |
Functions | |
| union CBRT | AAC_RENAME (ff_cbrt_tab_internal) |
| av_cold void AAC_RENAME | ff_cbrt_tableinit (void) |
| #define CBRT | ( | x | ) |
Definition at line 37 of file cbrt_tablegen.h.
Referenced by AAC_RENAME(), ff_cbrt_tableinit(), filter_frame(), filter_frame(), get_iscale(), and get_scale().
| union CBRT AAC_RENAME | ( | ff_cbrt_tab_internal | ) |
| av_cold void AAC_RENAME ff_cbrt_tableinit | ( | void | ) |
Definition at line 42 of file cbrt_tablegen.h.