Lines Matching refs:histp
229 register histptr histp; in prescan_quantize() local
239 histp = & histogram[GETJSAMPLE(ptr[0]) >> C0_SHIFT] in prescan_quantize()
243 if (++(*histp) <= 0) in prescan_quantize()
244 (*histp)--; in prescan_quantize()
319 histptr histp; in update_box() local
332 histp = & histogram[c0][c1][c2min]; in update_box()
334 if (*histp++ != 0) { in update_box()
343 histp = & histogram[c0][c1][c2min]; in update_box()
345 if (*histp++ != 0) { in update_box()
354 histp = & histogram[c0][c1][c2min]; in update_box()
356 if (*histp++ != 0) { in update_box()
365 histp = & histogram[c0][c1][c2min]; in update_box()
367 if (*histp++ != 0) { in update_box()
376 histp = & histogram[c0][c1min][c2]; in update_box()
377 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS) in update_box()
378 if (*histp != 0) { in update_box()
387 histp = & histogram[c0][c1min][c2]; in update_box()
388 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS) in update_box()
389 if (*histp != 0) { in update_box()
413 histp = & histogram[c0][c1][c2min]; in update_box()
414 for (c2 = c2min; c2 <= c2max; c2++, histp++) in update_box()
415 if (*histp != 0) { in update_box()
506 histptr histp; in compute_color() local
521 histp = & histogram[c0][c1][c2min]; in compute_color()
523 if ((count = *histp++) != 0) { in compute_color()