Home | History | Annotate | Download | only in coders

Lines Matching defs:bits_per_sample

872 static int32 TIFFReadPixels(TIFF *tiff,size_t bits_per_sample,
878 (void) bits_per_sample;
926 uint16 bits_per_sample,uint16 samples_per_pixel)
954 if ((photometric != PHOTOMETRIC_SEPARATED) || (bits_per_sample != 8) ||
1125 bits_per_sample,
1215 (TIFFGetFieldDefaulted(tiff,TIFFTAG_BITSPERSAMPLE,&bits_per_sample) != 1) ||
1297 "Bits per sample: %u",bits_per_sample);
1308 image->depth=(size_t) bits_per_sample;
1498 (pow(2.0,1.0*bits_per_sample) <= MaxColormapSize))
1503 colors=(size_t) GetQuantumRange(bits_per_sample)+1;
1597 (interlace == PLANARCONFIG_SEPARATE) && (bits_per_sample < 64))
1600 method=GetJPEGMethod(image,tiff,photometric,bits_per_sample,
1639 bits_per_sample)/log(2))));
1654 status=TIFFReadPixels(tiff,bits_per_sample,0,y,(char *) pixels);
1696 status=SetQuantumPad(image,quantum_info,pad*((bits_per_sample+7) >> 3));
1711 status=TIFFReadPixels(tiff,bits_per_sample,0,y,(char *) pixels);
1746 status=TIFFReadPixels(tiff,bits_per_sample,(tsample_t) i,y,(char *)
1804 status=TIFFReadPixels(tiff,bits_per_sample,0,y,(char *) pixels);
2089 if (bits_per_sample == 1)
3140 bits_per_sample,
3543 &bits_per_sample);
3544 if (bits_per_sample == 12)
3553 &bits_per_sample);
3556 ((bits_per_sample == 8) || (bits_per_sample == 16)))
3582 ((bits_per_sample == 8) || (bits_per_sample == 16)))
3593 &bits_per_sample);
3596 ((bits_per_sample == 8) || (bits_per_sample == 16)))