Loading [MathJax]/extensions/TeX/AMSsymbols.js
CMSIS DSP Software Library
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
arm_bilinear_interp_instance_f16 Struct Reference

Instance structure for the floating-point bilinear interpolation function.

Data Fields

uint16_t numRows
 
uint16_t numCols
 
float16_t * pData
 

Field Documentation

◆ numCols

uint16_t numCols

number of columns in the data table.

◆ numRows

uint16_t numRows

number of rows in the data table.

◆ pData

float16_t* pData

points to the data table.