FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
RDFTContext Struct Reference

#include <rdft.h>

Data Fields

int nbits
 
int inverse
 
int sign_convention
 
const FFTSampletcos
 
const FFTSampletsin
 
int negative_sin
 
FFTContext fft
 
void(* rdft_calc )(struct RDFTContext *s, FFTSample *z)
 

Detailed Description

Definition at line 28 of file rdft.h.

Field Documentation

int RDFTContext::nbits

Definition at line 29 of file rdft.h.

Referenced by ff_rdft_init(), and rdft_calc_c().

int RDFTContext::inverse

Definition at line 30 of file rdft.h.

Referenced by ff_rdft_init(), and rdft_calc_c().

int RDFTContext::sign_convention

Definition at line 31 of file rdft.h.

Referenced by ff_rdft_init(), and rdft_calc_c().

const FFTSample* RDFTContext::tcos

Definition at line 34 of file rdft.h.

Referenced by ff_rdft_init(), and rdft_calc_c().

const FFTSample* RDFTContext::tsin

Definition at line 35 of file rdft.h.

Referenced by ff_rdft_init(), and rdft_calc_c().

int RDFTContext::negative_sin

Definition at line 36 of file rdft.h.

Referenced by ff_rdft_init(), and rdft_calc_c().

FFTContext RDFTContext::fft

Definition at line 37 of file rdft.h.

Referenced by ff_rdft_end(), ff_rdft_init(), and rdft_calc_c().

void(* RDFTContext::rdft_calc)(struct RDFTContext *s, FFTSample *z)

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