#include <stdlib.h>
#include <math.h>
#include <retro_inline.h>
#include <retro_math.h>
Go to the source code of this file.
◆ _USE_MATH_DEFINES
#define _USE_MATH_DEFINES |
◆ besseli0()
static INLINE double besseli0 |
( |
double |
x | ) |
|
|
static |
◆ kaiser_window_function()
static INLINE double kaiser_window_function |
( |
double |
index, |
|
|
double |
beta |
|
) |
| |
|
static |
◆ lanzcos_window_function()
static INLINE double lanzcos_window_function |
( |
double |
index | ) |
|
|
static |
◆ paeth()
static INLINE int paeth |
( |
int |
a, |
|
|
int |
b, |
|
|
int |
c |
|
) |
| |
|
static |
◆ sinc()
static INLINE double sinc |
( |
double |
val | ) |
|
|
static |