Beatmup
|
Precomputes kernel coefficients in function of bicubic kernel parameter. More...
Public Member Functions | |
BicubicKernel (const float alpha) | |
void | operator() (float x) |
Computes the kernel itself for a given phase. More... | |
const float | operator[] (const int i) const |
Private Attributes | |
float | c0 [2] |
float | c1 [2] |
float | c2 [3] |
float | coeff [4] |
Precomputes kernel coefficients in function of bicubic kernel parameter.
Definition at line 194 of file resampling_kernels.h.
|
inline |
Definition at line 199 of file resampling_kernels.h.
|
inline |
|
inline |
Definition at line 223 of file resampling_kernels.h.
|
private |
Definition at line 196 of file resampling_kernels.h.
|
private |
Definition at line 196 of file resampling_kernels.h.
|
private |
Definition at line 196 of file resampling_kernels.h.
|
private |
Definition at line 197 of file resampling_kernels.h.