|
FFmpeg
|
#include <stdint.h>#include "config.h"Go to the source code of this file.
Macros | |
| #define | LUT_SIZE (1 << 13) |
| #define | BUILD_TABLES !CONFIG_HARDCODED_TABLES |
| #define | ff_cbrt_tableinit_fixed() |
| #define | ff_cbrt_tableinit() |
Variables | |
| const uint32_t | ff_cbrt_tab [LUT_SIZE] |
| const uint32_t | ff_cbrt_tab_fixed [LUT_SIZE] |
| #define LUT_SIZE (1 << 13) |
Definition at line 26 of file cbrt_data.h.
| #define BUILD_TABLES !CONFIG_HARDCODED_TABLES |
Definition at line 30 of file cbrt_data.h.
| #define ff_cbrt_tableinit_fixed | ( | ) |
Definition at line 34 of file cbrt_data.h.
Referenced by init_tables_fixed_fn().
| #define ff_cbrt_tableinit | ( | void | ) |
Definition at line 35 of file cbrt_data.h.
Referenced by ff_cbrt_tableinit(), init_tables_float_fn(), and main().
|
extern |
Referenced by decode_spectrum_and_dequant(), and main().
|
extern |
Referenced by main(), and vector_pow43().