FFmpeg
|
#include <tx_priv.h>
Data Fields | |
const char * | name |
av_tx_fn | function |
enum AVTXType | type |
uint64_t | flags |
int | factors [TX_MAX_FACTORS] |
int | nb_factors |
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 200 of file tx_priv.h.
Referenced by print_cd_info().
av_tx_fn FFTXCodelet::function |
Definition at line 201 of file tx_priv.h.
Referenced by ff_tx_init_subtx().
enum AVTXType FFTXCodelet::type |
Definition at line 202 of file tx_priv.h.
Referenced by ff_tx_decompose_length(), ff_tx_init_subtx(), and print_cd_info().
uint64_t FFTXCodelet::flags |
Definition at line 205 of file tx_priv.h.
Referenced by ff_tx_decompose_length(), ff_tx_init_subtx(), get_codelet_prio(), and print_cd_info().
int FFTXCodelet::factors[TX_MAX_FACTORS] |
Definition at line 208 of file tx_priv.h.
Referenced by check_cd_factors(), ff_tx_decompose_length(), fft_pfa_init(), get_codelet_prio(), and print_cd_info().
int FFTXCodelet::nb_factors |
Definition at line 211 of file tx_priv.h.
Referenced by check_cd_factors(), and print_cd_info().
int FFTXCodelet::min_len |
Definition at line 214 of file tx_priv.h.
Referenced by get_codelet_prio(), and print_cd_info().
int FFTXCodelet::max_len |
Definition at line 215 of file tx_priv.h.
Referenced by ff_tx_decompose_length(), ff_tx_init_subtx(), get_codelet_prio(), 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 218 of file tx_priv.h.
Referenced by ff_tx_init_subtx().
int(* FFTXCodelet::uninit) (AVTXContext *s) |
int FFTXCodelet::cpu_flags |
Definition at line 227 of file tx_priv.h.
Referenced by ff_tx_decompose_length(), ff_tx_init_subtx(), and get_codelet_prio().
int FFTXCodelet::prio |
Definition at line 232 of file tx_priv.h.
Referenced by get_codelet_prio(), and print_tx_structure().