Home
last modified time | relevance | path

Searched refs:MAX_SAMPLES (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffcrop.c986 unsigned char *srcbuffs[MAX_SAMPLES]; in readSeparateTilesIntoBuffer()
1013 for (s = 0; s < spp && s < MAX_SAMPLES; s++) in readSeparateTilesIntoBuffer()
3745 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in combineSeparateSamplesBytes()
3808 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in combineSeparateSamples8bits()
3907 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in combineSeparateSamples16bits()
4017 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in combineSeparateSamples24bits()
4143 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in combineSeparateSamples32bits()
4772 unsigned char *srcbuffs[MAX_SAMPLES]; in readSeparateStripsIntoBuffer()
4818 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in readSeparateStripsIntoBuffer()
4836 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in readSeparateStripsIntoBuffer()
[all …]