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.
|
|
|
|
#ifndef DSPUTIL_H
|
|
|
|
|
#define DSPUTIL_H
|
|
|
|
|
|
|
|
|
|
/************************************************************************/
|
|
|
|
|
/* <EFBFBD><EFBFBD><EFBFBD><EFBFBD> dsp <EFBFBD>Ż<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʹ<EFBFBD>õIJ<EFBFBD><EFBFBD>ұ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʼ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
|
|
|
|
|
/************************************************************************/
|
|
|
|
|
#define MAX_NEG_CROP 1024
|
|
|
|
|
|
|
|
|
|
extern uint8_t cropTbl[256+2 * MAX_NEG_CROP];
|
|
|
|
|
|
|
|
|
|
void dsputil_static_init(void);
|
|
|
|
|
|
|
|
|
|
#endif
|