LIBML  Version 3.2.4
LIBML DSP Software Library
Data Fields
tpt_bilinear_interpolate_q15_s Struct Reference

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_tpData
 points to the data table. More...
 

Detailed Description

Instance structure for the Q15 bilinear interpolation function.

Field Documentation

◆ pData

q15_t* tpt_bilinear_interpolate_q15_s::pData

points to the data table.

◆ uCols

uint16_t tpt_bilinear_interpolate_q15_s::uCols

number of columns in the data table.

◆ uRows

uint16_t tpt_bilinear_interpolate_q15_s::uRows

number of rows in the data table.


The documentation for this struct was generated from the following file: