Home | History | Annotate | Download | only in src

Lines Matching full:hist

626         PRINTF("HIST[%d] = %d\n", i, col_hist[i+HSIZE]);
1202 int hist[5] = {0,0,0,0,0};
1262 hist[n]++;
1277 if( !first || hist[0] != 0 || hist[1] != 0 || hist[2] != 4 ||
1278 hist[3] != (pattern_size.width + pattern_size.height)*2 - 8 )