www.pudn.com > Blackfin_Mpeg_2_4.zip > results.h


#define PRINTF_SUPPORT 
#define VER 0 
#define HOR 32 
 
#define ROWS 80 
#define COLUMNS 96 
 
segment("mydata1") unsigned char target[8000]; 
segment("mydata2") unsigned char reference[8000]; 
segment("mydata3") signed char mu[300]; 
segment("mydata3") signed char mv[300]; 
 
char exp_mu_1[30] = {6,6,0,0,0,0, 
                     0,0,-8,-8,7,6, 
                     -8,-8,7,0,0,0, 
                     6,7,0,0,-8,-8, 
                     0,0,-8,-8,0,0 
                    }; 
 
char exp_mv_1[30] = {6,6,0,-8,0,0, 
                     6,0,-8,-8,0,-8, 
                     6,0,0,7,0,-8, 
                     6,7,0,-8,0,-8, 
                     6,0,-8,-8,0,0 
                    }; 
 
 
char exp_mu_2[30] = {14,14,0,0,0,0, 
                     0,0,-16,-16,15,14, 
                     -16,-16,15,0,0,0, 
                     14,15,0,0,-16,-16, 
                     0,0,-16,-16,0,0 
                    }; 
char exp_mv_2[30] = {14,14,0,-16,0,0, 
                     14,0,0,-16,0,-16, 
                     14,0,0,15,0,-16, 
                     14,15,0,-16,0,-16, 
                     14,0,0,-16,0,0 
                    }; 
 
char exp_mu_3[30] = {30,0,0,0,0,0, 
                     0,0,-32,-32,31,30, 
                     -32,-32,-32,0,0,0, 
                     30,0,0,0,-32,-32, 
                     0,0,-32,-32,0,0 
                    }; 
char exp_mv_3[30] = {30,30,0,-32,0,0, 
                     30,0,0,-32,0,-32, 
                     30,0,-32,31,0,-32, 
                     30,31,0,-32,0,-32, 
                     30,0,0,-32,0,0 
                    };