Lines Matching refs:histp
319 register histptr histp; in prescan_quantize() local
342 histp = &histogram[r][g][b]; in prescan_quantize()
344 if (++(*histp) == 0) in prescan_quantize()
345 (*histp)--; in prescan_quantize()
421 histptr histp; in update_box() local
438 histp = &histogram[c0][c1][c2min]; in update_box()
440 if (*histp++ != 0) in update_box()
451 histp = &histogram[c0][c1][c2min]; in update_box()
453 if (*histp++ != 0) in update_box()
464 histp = &histogram[c0][c1][c2min]; in update_box()
466 if (*histp++ != 0) in update_box()
477 histp = &histogram[c0][c1][c2min]; in update_box()
479 if (*histp++ != 0) in update_box()
490 histp = &histogram[c0][c1min][c2]; in update_box()
491 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS) in update_box()
492 if (*histp != 0) in update_box()
503 histp = &histogram[c0][c1min][c2]; in update_box()
504 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS) in update_box()
505 if (*histp != 0) in update_box()
531 histp = &histogram[c0][c1][c2min]; in update_box()
532 for (c2 = c2min; c2 <= c2max; c2++, histp++) in update_box()
533 if (*histp != 0) in update_box()
650 histptr histp; in compute_color() local
669 histp = &histogram[c0][c1][c2min]; in compute_color()
672 if ((count = *histp++) != 0) in compute_color()