|
FFmpeg
|
#include <tx_priv.h>
Data Fields | |
| const char * | name |
| av_tx_fn | function |
| enum AVTXType | type |
| uint64_t | flags |
| int | factors [TX_MAX_SUB] |
| int | min_len |
| int | max_len |
| int(* | init )(AVTXContext *s, const struct FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) |
| int(* | uninit )(AVTXContext *s) |
| int | cpu_flags |
| int | prio |
| const char* FFTXCodelet::name |
Definition at line 169 of file tx_priv.h.
Referenced by convert_from_tensorflow.Operand::__str__(), and print_cd_info().
| av_tx_fn FFTXCodelet::function |
Definition at line 170 of file tx_priv.h.
Referenced by ff_tx_init_subtx().
| enum AVTXType FFTXCodelet::type |
Definition at line 171 of file tx_priv.h.
Referenced by ff_tx_init_subtx(), and print_cd_info().
| uint64_t FFTXCodelet::flags |
Definition at line 174 of file tx_priv.h.
Referenced by ff_tx_init_subtx(), and print_cd_info().
| int FFTXCodelet::factors[TX_MAX_SUB] |
Definition at line 177 of file tx_priv.h.
Referenced by check_cd_factors(), ff_tx_init_subtx(), and print_cd_info().
| int FFTXCodelet::min_len |
Definition at line 180 of file tx_priv.h.
Referenced by ff_tx_init_subtx(), and print_cd_info().
| int FFTXCodelet::max_len |
Definition at line 181 of file tx_priv.h.
Referenced by ff_tx_init_subtx(), and print_cd_info().
| int(* FFTXCodelet::init) (AVTXContext *s, const struct FFTXCodelet *cd, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) |
Definition at line 184 of file tx_priv.h.
Referenced by ff_tx_init_subtx().
| int(* FFTXCodelet::uninit) (AVTXContext *s) |
| int FFTXCodelet::cpu_flags |
Definition at line 193 of file tx_priv.h.
Referenced by ff_tx_init_subtx().
| int FFTXCodelet::prio |
Definition at line 198 of file tx_priv.h.
Referenced by ff_tx_init_subtx(), and print_tx_structure().
1.8.17