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