Searched refs:nSourceYSecEnd (Results 1 – 1 of 1) sorted by relevance
410 uint32 nSourceXSecEnd, nSourceYSecEnd; in TIFF_DownSample_Subsampled() local497 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