Searched refs:histp (Results 1 – 1 of 1) sorted by relevance
168 ULONG *histp; in UpdateBox() local178 histp = &histogram[pos]; in UpdateBox()180 if (*histp != 0) in UpdateBox()266 ULONG *histp; in AccumulateOneMapHistogram() local299 histp = &histogram[pos]; in AccumulateOneMapHistogram()301 if (++(*histp) <= 0) in AccumulateOneMapHistogram()303 (*histp)--; in AccumulateOneMapHistogram()382 ULONG *histp; in ComputeColor() local394 histp = &histogram[ASSEMBLECOLOR_16BPP(r, g, b)]; in ComputeColor()395 count = *histp; in ComputeColor()