Lines Matching full:cells
150 typedef histcell FAR * histptr; /* for pointers to histogram cells */
266 /* The number of nonzero histogram cells within this box */
591 * distances to adjacent cells themselves differ by a constant. This allows a
595 * cell (because the inner loop has to be over cells, not colormap entries).
600 * nearest colors for only the cells within a small subbox of the histogram.
608 * and we need not compute their distances to individual cells in the subbox.
624 /* log2(histogram cells in update box) for each axis; this can be adjusted */
629 #define BOX_C0_ELEMS (1<<BOX_C0_LOG) /* # of hist cells in update box */
782 * find the distance from a colormap entry to successive cells in the box.
825 /* Now loop over all cells in box, updating distance per Thomas method */