LIBML
Version 3.2.4
LIBML DSP Software Library
|
Instance structure for the Q31 bilinear interpolation function. More...
#include <tpt_math.h>
Data Fields | |
uint16_t | uRows |
number of rows in the data table. More... | |
uint16_t | uCols |
number of columns in the data table. More... | |
q31_t * | pData |
points to the data table. More... | |
Instance structure for the Q31 bilinear interpolation function.
q31_t* tpt_bilinear_interpolate_q31_s::pData |
points to the data table.
uint16_t tpt_bilinear_interpolate_q31_s::uCols |
number of columns in the data table.
uint16_t tpt_bilinear_interpolate_q31_s::uRows |
number of rows in the data table.