📄 data.h
字号:
//int Input[64][64];//int REDB[R_1][C_1];
#define ROW 64 #define COL 32 #define R_1 64 #define C_1 64 #define True 1 #define False 0 #define true1 1 #define false1 0 #define Len ROW*ROW
section("sdram0")
unsigned char st[32768];
int Len_Array=10000;
section("sdram0")
short int Ad[R_1][C_1];
//int Adr[R_1][C_1]; int desc[4][3]; int xDim=R_1; int yDim=C_1; int level=1; int rowS=COL; int colS=COL; int rowL=R_1; int colL=C_1; int L; int max1; int currSet[1][4]; int currset; int D=0; short int T; int Level=2; int rows=ROW; int columns=ROW;
section("sdram0")
short int Even[R_1][COL];
section("sdram0") short int Odd[R_1][COL]; //int Low[R_1][COL]; //int High[R_1][COL];
section("sdram0")
short int LEven[COL][COL];
section("sdram0")
short int HEven[COL][COL];
section("sdram0")
short int HOdd[COL][COL];
section("sdram0")
short int LOdd[COL][COL];
/*int wavedecode[R_1][C_1]; int waveencodeImage[R_1][C_1];*//* int LL[COL][COL]; int LH[COL][COL]; int HL[COL][COL]; int HH[COL][COL]; int RLL[COL][COL]; int RHL[COL][COL]; int RHH[COL][COL]; int RLH[COL][COL];*/ unsigned long int totalbitCount;
section("sdram0")
unsigned char Output[ROW][ROW];
/* int RL[ROW][COL]; int RH[ROW][COL]; int R[ROW][COL]; int H[ROW][COL];*/////////Added from the CSPIHT and the DSPIHT functions//////
//////////////////////////////////////////////////////////////
/*int LSP1[4100]; int LSP2[4100]; int LIP1[1100];
int LIP2[1100]; int LIS1[1100]; int LIS2[1100]; int LIS3[1100]; int LIS4[1100];
int tmpLIP1[1100];int tmpLIP2[1100];int tmpLIS1[1100];int tmpLIS2[1100];int tmpLIS3[1100];int tmpLIS4[1100];*/
//////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
//FILE *R1=0x25000000;//FILE *R2;//int aa;//int cc; struct descArr
{ char desc1[4]; char desc2[4]; char desc3[4]; }; struct descArr descArrS;
section("sdram0")
unsigned char LSP1[4100];
section("sdram0")
unsigned char LSP2[4100];
section("sdram0")
unsigned char LIP1[1024];
section("sdram0")
unsigned char LIP2[1024];
section("sdram0")
unsigned char LIS1[1024];
section("sdram0")
unsigned char LIS2[1024];
section("sdram0")
unsigned char LIS3[1024];
section("sdram0")
char LIS4[1024];
section("sdram0")
unsigned char tmpLIP1[1024];
section("sdram0")
unsigned char tmpLIP2[1024];
section("sdram0")
unsigned char tmpLIS1[1024];
section("sdram0")
unsigned char tmpLIS2[1024];
section("sdram0")
unsigned char tmpLIS3[1024];
section("sdram0")
char tmpLIS4[1024];
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -