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