FFmpeg
Data Fields
AVTXWrapper Struct Reference

Data Fields

AVTXContextctx
 
av_tx_fn fn
 
AVTXContextctx2
 
av_tx_fn fn2
 
ptrdiff_t stride
 
int len
 
int inv
 
floattmp
 
int out_of_place
 

Detailed Description

Definition at line 28 of file avfft.c.

Field Documentation

◆ ctx

AVTXContext* AVTXWrapper::ctx

Definition at line 29 of file avfft.c.

◆ fn

av_tx_fn AVTXWrapper::fn

Definition at line 30 of file avfft.c.

◆ ctx2

AVTXContext* AVTXWrapper::ctx2

Definition at line 32 of file avfft.c.

◆ fn2

av_tx_fn AVTXWrapper::fn2

Definition at line 33 of file avfft.c.

◆ stride

ptrdiff_t AVTXWrapper::stride

Definition at line 35 of file avfft.c.

◆ len

int AVTXWrapper::len

Definition at line 36 of file avfft.c.

◆ inv

int AVTXWrapper::inv

Definition at line 37 of file avfft.c.

◆ tmp

float* AVTXWrapper::tmp

Definition at line 39 of file avfft.c.

◆ out_of_place

int AVTXWrapper::out_of_place

Definition at line 40 of file avfft.c.


The documentation for this struct was generated from the following file: