#include <JASCalc.h>
|
static void | imixcopy (s16 const *, s16 const *, s16 *, u32) |
|
static void | bcopyfast (void const *, void *, u32) |
|
static void | bcopy (void const *, void *, u32) |
|
static void | bzerofast (void *, u32) |
|
static void | bzero (void *, u32) |
|
static f32 | pow2 (f32) |
|
template<typename A , typename B > |
static A | clamp (B x) |
|
static f32 | clamp01 (f32 i_value) |
|
◆ bcopy()
void JASCalc::bcopy |
( |
void const * | src, |
|
|
void * | dest, |
|
|
u32 | size ) |
|
static |
◆ bcopyfast()
void JASCalc::bcopyfast |
( |
void const * | src, |
|
|
void * | dest, |
|
|
u32 | size ) |
|
static |
◆ bzero()
void JASCalc::bzero |
( |
void * | dest, |
|
|
u32 | size ) |
|
static |
◆ bzerofast()
void JASCalc::bzerofast |
( |
void * | dest, |
|
|
u32 | size ) |
|
static |
◆ clamp() [1/2]
template<typename A , typename B >
static A JASCalc::clamp |
( |
B | x | ) |
|
|
static |
◆ clamp() [2/2]
◆ clamp01()
static f32 JASCalc::clamp01 |
( |
f32 | i_value | ) |
|
|
inlinestatic |
◆ fake1()
◆ fake2()
f32 JASCalc::fake2 |
( |
long | x | ) |
|
◆ fake3()
◆ imixcopy()
void JASCalc::imixcopy |
( |
s16 const * | s1, |
|
|
s16 const * | s2, |
|
|
s16 * | dst, |
|
|
u32 | n ) |
|
static |
◆ pow2()
◆ CUTOFF_TO_IIR_TABLE
s16 const JASCalc::CUTOFF_TO_IIR_TABLE |
|
static |
The documentation for this struct was generated from the following files: