RetroArch
Macros | Functions
filters.h File Reference
#include <stdlib.h>
#include <math.h>
#include <retro_inline.h>
#include <retro_math.h>
Include dependency graph for filters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _USE_MATH_DEFINES
 

Functions

static INLINE double sinc (double val)
 
static INLINE int paeth (int a, int b, int c)
 
static INLINE double besseli0 (double x)
 
static INLINE double kaiser_window_function (double index, double beta)
 
static INLINE double lanzcos_window_function (double index)
 

Macro Definition Documentation

◆ _USE_MATH_DEFINES

#define _USE_MATH_DEFINES

Function Documentation

◆ besseli0()

static INLINE double besseli0 ( double  x)
static
Here is the caller graph for this function:

◆ kaiser_window_function()

static INLINE double kaiser_window_function ( double  index,
double  beta 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ lanzcos_window_function()

static INLINE double lanzcos_window_function ( double  index)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ paeth()

static INLINE int paeth ( int  a,
int  b,
int  c 
)
static
Here is the caller graph for this function:

◆ sinc()

static INLINE double sinc ( double  val)
static
Here is the caller graph for this function: