Searched refs:nVerSubsampling (Results 1 – 1 of 1) sorted by relevance
91 int nHorSubsampling, int nVerSubsampling ) in TIFF_WriteOverview() argument416 nSampleBlockSize = nHorSubsampling * nVerSubsampling + 2; in TIFF_DownSample_Subsampled()442 + ( nDestY % nVerSubsampling ) * nHorSubsampling in TIFF_DownSample_Subsampled()455 for( nSourceY = 0, nDestY = ( nTYOff / nVerSubsampling ); in TIFF_DownSample_Subsampled()456 nSourceY < ( nBlockYSize / nVerSubsampling ); in TIFF_DownSample_Subsampled()459 if( nDestY*nVerSubsampling >= nOBlockYSize ) in TIFF_DownSample_Subsampled()513 + ( nDestY % nVerSubsampling ) * nHorSubsampling in TIFF_DownSample_Subsampled()523 …for( nSourceY = 0, nDestY = ( nTYOff / nVerSubsampling ); nSourceY < ( nBlockYSize / nVerSubsampli… in TIFF_DownSample_Subsampled()526 if( nDestY*nVerSubsampling >= nOBlockYSize ) in TIFF_DownSample_Subsampled()725 uint16 nHorSubsampling, nVerSubsampling; in TIFFBuildOverviews() local[all …]
Completed in 6 milliseconds