Lines Matching refs:HSIZE
566 #define HSIZE 20
567 int col_hist[HSIZE*2];
568 int row_hist[HSIZE*2]; // bad programming, should allow variable size
570 for (i=0; i<HSIZE*2; i++) // init to zero
586 col_hist[col+HSIZE]++;
587 row_hist[row+HSIZE]++;
626 PRINTF("HIST[%d] = %d\n", i, col_hist[i+HSIZE]);
655 if (col_hist[col_max+HSIZE] > col_hist[col_min+HSIZE])
671 if (row_hist[row_max+HSIZE] > row_hist[row_min+HSIZE])