Source code of Windows XP (NT5)
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

  1. /* **************************************************************************** */
  2. /* * Get coeffs given xrdata indexes functions header ************************* */
  3. /* **************************************************************************** */
  4. #ifndef POLYCO_HEADER_INCLUDED
  5. #define POLYCO_HEADER_INCLUDED
  6. #include "bitmapco.h"
  7. #define PC_NUM_COEFF 32
  8. #define PC_N_INT_COEFFS 10
  9. _INT GetPolyCo(_INT st, _INT len, p_xrdata_type xrdata, _TRACE trace, p_UCHAR coeff);
  10. #endif /* POLYCO_HEADER_INCLUDED */
  11. /* **************************************************************************** */
  12. /* * End of All ************************************************************* */
  13. /* **************************************************************************** */
  14. //