Lines Matching refs:pix
333 uint32 pix; in ContigCompare() local
347 for (pix = 0; pix < imagewidth; pix += ppb) { in ContigCompare()
353 PrintIntDiff(row, s, pix, *pix1, *pix2); in ContigCompare()
355 PrintIntDiff(row, sample, pix, *pix1, *pix2); in ContigCompare()
368 for (pix = 0; pix < imagewidth; pix++) { in ContigCompare()
373 PrintIntDiff(row, sample, pix, *pix1, *pix2); in ContigCompare()
386 for (pix = 0; pix < imagewidth; pix++) { in ContigCompare()
391 PrintIntDiff(row, sample, pix, in ContigCompare()
402 for (pix = 0; pix < imagewidth; pix++) { in ContigCompare()
407 PrintFloatDiff(row, sample, pix, in ContigCompare()
430 PrintIntDiff(uint32 row, int sample, uint32 pix, uint32 w1, uint32 w2) in PrintIntDiff() argument
444 for (; mask2 && pix < imagewidth; in PrintIntDiff()
445 mask2 >>= bitspersample, s -= bitspersample, pix++) { in PrintIntDiff()
450 (unsigned long) pix, in PrintIntDiff()
462 (unsigned long) row, (unsigned long) pix, sample, in PrintIntDiff()
469 (unsigned long) row, (unsigned long) pix, sample, in PrintIntDiff()
476 (unsigned long) row, (unsigned long) pix, sample, in PrintIntDiff()
487 PrintFloatDiff(uint32 row, int sample, uint32 pix, double w1, double w2) in PrintFloatDiff() argument
494 (long) row, (long) pix, sample, w1, w2); in PrintFloatDiff()