windows-nt/Source/XPSP1/NT/drivers/tpg/hwx/bear/inc/polyco.h
2020-09-26 16:20:57 +08:00

22 lines
772 B
C

/* **************************************************************************** */
/* * 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 ************************************************************* */
/* **************************************************************************** */
//