Lines Matching defs:pixel
88 uint32_t pixel;
444 new_elem->pixel = pix;
570 if (!x && !y) { /* special case: top-left pixel */
571 /* the top-left pixel is coded independently with 3 unsigned numbers */
609 /* can't reuse W for the new pixel in this case */
634 if (got_pixel) // pixel value already known (derived from either W or N)
636 else { // pixel value is unknown and will be decoded later
747 /* try to reuse the NW pixel first */
756 /* try to reuse the NE[x + run, y] pixel */
779 if (!is_pixel_on_stack(dc, list->pixel)) {
781 *pPix = list->pixel;
789 dc->stack[dc->stack_pos++ & EPIC_PIX_STACK_MAX] = list->pixel;
814 pix = curr_row[x - 1]; // get W pixel
917 /* decode transparent pixel value */
923 "ePIC: couldn't decode transparency pixel!\n");