RetroArch
Typedefs | Functions
ffmpeg_fft.h File Reference
#include <glsym/glsym.h>
#include <retro_common_api.h>
Include dependency graph for ffmpeg_fft.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef typedefRETRO_BEGIN_DECLS struct GLFFT fft_t
 

Functions

fft_tfft_new (unsigned fft_steps, rglgen_proc_address_t proc)
 
void fft_free (fft_t *fft)
 
void fft_init_multisample (fft_t *fft, unsigned width, unsigned height, unsigned samples)
 
void fft_step_fft (fft_t *fft, const GLshort *buffer, unsigned frames)
 
void fft_render (fft_t *fft, GLuint backbuffer, unsigned width, unsigned height)
 

Typedef Documentation

◆ fft_t

typedef typedefRETRO_BEGIN_DECLS struct GLFFT fft_t

Function Documentation

◆ fft_free()

void fft_free ( fft_t fft)

◆ fft_init_multisample()

void fft_init_multisample ( fft_t fft,
unsigned  width,
unsigned  height,
unsigned  samples 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fft_new()

fft_t* fft_new ( unsigned  fft_steps,
rglgen_proc_address_t  proc 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fft_render()

void fft_render ( fft_t fft,
GLuint  backbuffer,
unsigned  width,
unsigned  height 
)
Here is the caller graph for this function:

◆ fft_step_fft()

void fft_step_fft ( fft_t fft,
const GLshort buffer,
unsigned  frames 
)
Here is the call graph for this function:
Here is the caller graph for this function: