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