Lines Matching defs:bpc
3576 SANE_Int bpc = bpl / 3; /* bytes per color (per line) */
3603 3 * MAX_LINE_DIST, bpc);
3604 s->ld.buf[0] = malloc (3 * MAX_LINE_DIST * (long) bpc);
3615 s->ld.buf[0] + 2 * MAX_LINE_DIST * (long) bpc;
3710 ptr = ptr_start + bpc;
3716 for (pixel = 0; pixel < bpc; ++pixel)
3724 for (pixel = 0; pixel < bpc; ++pixel)
3743 memmove (s->ld.buf[color], ptr, s->ld.saved[color] * bpc);
3786 raw = raw_start + bpc;
3792 for (pixel = 0; pixel < bpc; ++pixel)
3800 for (pixel = 0; pixel < bpc; ++pixel)
3822 * bpc, raw, bpc);
3826 raw += bpc;
3832 raw += bpc;