ffmpeg.libavutil.tx

Undocumented in source.

Members

Aliases

av_tx_fn
alias av_tx_fn = void function(AVTXContext* s, void* out_, void* in_, ptrdiff_t stride)

Function pointer to a function to perform the transform.

Enums

AVTXFlags
enum AVTXFlags

Flags for av_tx_init()

AVTXType
enum AVTXType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

av_tx_init
int av_tx_init(AVTXContext** ctx, av_tx_fn* tx, AVTXType type, int inv, int len, const(void)* scale, ulong flags)

Initialize a transform context with the given configuration (i)MDCTs with an odd length are currently not supported.

av_tx_uninit
void av_tx_uninit(AVTXContext** ctx)

Frees a context and sets ctx to NULL, does nothing when ctx == NULL

Structs

AVComplexDouble
struct AVComplexDouble
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AVComplexFloat
struct AVComplexFloat
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AVComplexInt32
struct AVComplexInt32
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AVTXContext
struct AVTXContext
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta