|
FFmpeg
|
#include "libavutil/tx_priv.h"#include "libavutil/attributes.h"#include "libavutil/x86/cpu.h"#include "config.h"Go to the source code of this file.
Macros | |
| #define | TX_FLOAT |
| #define | DECL_INIT_FN(basis, interleave) |
Variables | |
| const FFTXCodelet *const | ff_tx_codelet_list_float_x86 [] |
| #define TX_FLOAT |
Definition at line 19 of file tx_float_init.c.
| #define DECL_INIT_FN | ( | basis, | |
| interleave | |||
| ) |
Definition at line 46 of file tx_float_init.c.
| const FFTXCodelet* const ff_tx_codelet_list_float_x86[] |
Definition at line 66 of file tx_float_init.c.
Referenced by ff_tx_init_subtx().
1.8.17