Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/addtiffo/
A Dtif_overview.c91 int nHorSubsampling, int nVerSubsampling ) in TIFF_WriteOverview() argument
416 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