FFmpeg
 All Data Structures 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
 
SINTABLE_CONST FFTSampletsin
 
FFTContext fft
 
void(* rdft_calc )(struct RDFTContext *s, FFTSample *z)
 

Detailed Description

Definition at line 51 of file rdft.h.

Field Documentation

int RDFTContext::nbits

Definition at line 52 of file rdft.h.

Referenced by ff_rdft_calc_c(), and ff_rdft_init().

int RDFTContext::inverse

Definition at line 53 of file rdft.h.

Referenced by ff_rdft_calc_c(), and ff_rdft_init().

int RDFTContext::sign_convention

Definition at line 54 of file rdft.h.

Referenced by ff_rdft_calc_c(), and ff_rdft_init().

const FFTSample* RDFTContext::tcos

Definition at line 57 of file rdft.h.

Referenced by ff_rdft_calc_c(), and ff_rdft_init().

SINTABLE_CONST FFTSample* RDFTContext::tsin

Definition at line 58 of file rdft.h.

Referenced by ff_rdft_calc_c(), and ff_rdft_init().

FFTContext RDFTContext::fft

Definition at line 59 of file rdft.h.

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

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

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