yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
dsp.cc File Reference
#include "app/emu/audio/dsp.h"
#include <cmath>
#include <cstring>
Include dependency graph for dsp.cc:

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::emu
 SNES Emulation and debugging tools.
 

Functions

int16_t yaze::emu::InterpolateCubic (int16_t p0, int16_t p1, int16_t p2, int16_t p3, double t)
 
int16_t yaze::emu::InterpolateCosine (int16_t s0, int16_t s1, double mu)
 
int16_t yaze::emu::InterpolateLinear (int16_t s0, int16_t s1, double frac)
 
int16_t yaze::emu::InterpolateHermite (int16_t p0, int16_t p1, int16_t p2, int16_t p3, double t)