LIBML
Version 3.2.4
LIBML DSP Software Library
|
Instance structure for the Q7 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... | |
q7_t * | pData |
points to the data table. More... | |
Instance structure for the Q7 bilinear interpolation function.
q7_t* tpt_bilinear_interpolate_q7_s::pData |
points to the data table.
uint16_t tpt_bilinear_interpolate_q7_s::uCols |
number of columns in the data table.
uint16_t tpt_bilinear_interpolate_q7_s::uRows |
number of rows in the data table.