|  | NMSIS-DSP
    Version 1.4.1
    NMSIS DSP Software Library | 
Instance structure for the floating-point bilinear interpolation function. More...
| Data Fields | |
| uint16_t | numRows | 
| uint16_t | numCols | 
| const float16_t * | pData | 
Instance structure for the floating-point bilinear interpolation function.
| uint16_t riscv_bilinear_interp_instance_f16::numCols | 
number of columns in the data table.
| uint16_t riscv_bilinear_interp_instance_f16::numRows | 
number of rows in the data table.
| const float16_t* riscv_bilinear_interp_instance_f16::pData | 
points to the data table.