mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
772 B
21 lines
772 B
/* **************************************************************************** */
|
|
/* * 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 ************************************************************* */
|
|
/* **************************************************************************** */
|
|
//
|
|
|