windows-nt/Source/XPSP1/NT/drivers/tpg/hwx/bear/inc/polyco.h

22 lines
772 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/* **************************************************************************** */
/* * Get coeffs given xrdata indexes functions header ************************* */
/* **************************************************************************** */
#ifndef POLYCO_HEADER_INCLUDED
#define POLYCO_HEADER_INCLUDED
#include "bitmapco.h"
#define PC_NUM_COEFF 32
#define PC_N_INT_COEFFS 10
_INT GetPolyCo(_INT st, _INT len, p_xrdata_type xrdata, _TRACE trace, p_UCHAR coeff);
#endif /* POLYCO_HEADER_INCLUDED */
/* **************************************************************************** */
/* * End of All ************************************************************* */
/* **************************************************************************** */
//