Lines Matching refs:bitspersample
50 static uint16 bitspersample = 1; variable
171 (void) TIFFGetField(tif1, TIFFTAG_BITSPERSAMPLE, &bitspersample); in tiffcmp()
184 if (config1 != config2 && bitspersample != 8 && samplesperpixel > 1) { in tiffcmp()
334 int ppb = 8 / bitspersample; in ContigCompare()
342 switch (bitspersample) { in ContigCompare()
422 fprintf(stderr, "Bit depth %d is not supported.\n", bitspersample); in ContigCompare()
434 switch (bitspersample) { in PrintIntDiff()
441 mask1 = ~((-1) << bitspersample); in PrintIntDiff()
442 s = (8 - bitspersample); in PrintIntDiff()
445 mask2 >>= bitspersample, s -= bitspersample, pix++) { in PrintIntDiff()
491 switch (bitspersample) { in PrintFloatDiff()