Home
last modified time | relevance | path

Searched refs:nSourceYSecEnd (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.c410 uint32 nSourceXSecEnd, nSourceYSecEnd; in TIFF_DownSample_Subsampled() local
497 nSourceYSecEnd = nSourceY + nOMult; in TIFF_DownSample_Subsampled()
498 if( nSourceYSecEnd > nBlockYSize ) in TIFF_DownSample_Subsampled()
499 nSourceYSecEnd = nBlockYSize; in TIFF_DownSample_Subsampled()
501 for( nSourceYSec = nSourceY; nSourceYSec < nSourceYSecEnd; nSourceYSec ++) in TIFF_DownSample_Subsampled()
511 … nCummulatorCount = ( nSourceXSecEnd - nSourceX ) * ( nSourceYSecEnd - nSourceY ); in TIFF_DownSample_Subsampled()
538 nSourceYSecEnd = nSourceY + nOMult; in TIFF_DownSample_Subsampled()
539 if( nSourceYSecEnd > ( nBlockYSize / nVerSubsampling ) ) in TIFF_DownSample_Subsampled()
540 nSourceYSecEnd = ( nBlockYSize / nVerSubsampling ); in TIFF_DownSample_Subsampled()
542 for( nSourceYSec = nSourceY; nSourceYSec < nSourceYSecEnd; nSourceYSec ++) in TIFF_DownSample_Subsampled()
[all …]

Completed in 7 milliseconds