▼Math Functions | This set of functions provide vector/matrix algebra functions that include add, sub, multiply, div and so on. Currently, only the float (single precision) data type is supported |
Vector Add | |
Matrix Add | |
Vector Sub | |
Vector Rsbc | |
Matrix Sub | |
Vector Multiply | |
Vector Multiply-Accumulator | |
Matrix Multiply | |
Matrix Vector Multiply | |
Vector Div | |
Matrix Div | |
Vector Setc | |
Vector Len | |
Vector Normalize | |
Vector Abs | |
Vector Dot | |
Vector Cross | |
Matrix Determinant | |
Matrix Invertible | |
Matrix Transpose | |
Matrix Identity | |
▼Signal Processing Functions | This set of functions provide some commonly used functions in signal processing, such as complex/real FFT/IFFT, FIR and IIR. Currently, only the float (single precision) data type is supported |
▼Float/Fixed point Complex FFT | |
Float/Fixed point Complex FFT Destroy functions | User-callable function to destroy all necessary storage space for the fft |
▼Float/Fixed point Real2Complex FFT | |
Float/Fixed point Real2Complex FFT Destroy functions | User-callable function to destroy all necessary storage space for the fft |
Finite Impulse Response (FIR) Filters | |
▼Finite Impulse Response (FIR) Decimator | |
Finite Impulse Response (FIR) Interpolator | |
Finite Impulse Response (FIR) Lattice Filters | |
Finite Impulse Response (FIR) Sparse Filters | |
Infinite Impulse Response (IIR) Lattice Filters | |
Finite Impulse Response (FIR) Interpolator | |
Finite Impulse Response (FIR) Lattice Filters | |
Finite Impulse Response (FIR) Sparse Filters | |
Infinite Impulse Response (IIR) Lattice Filters | |
▼Image Processing Functions | This set of functions provide some commonly used functions in image processing, such as image scale, image rotate |
Image Resize | |
Image Rotate | |
▼Physics Functions | This set of functions provide some APIs used for collision detection, such as compute AABB, caculate relative velocity and apply contact impulse |
Collision Detection | |
Sample Functions | This set of functions provide some sample functions |
IMG_BOXFILTER | |