Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Drgb2ycbcr.c51 #define roundup(x, y) (howmany(x,y)*((uint32)(y))) macro
260 uint32 rwidth = roundup(width, horizSubSampling); in cvtRaster()
261 uint32 rheight = roundup(height, vertSubSampling); in cvtRaster()
263 uint32 rnrows = roundup(nrows,vertSubSampling); in cvtRaster()
272 nr = roundup(nr, vertSubSampling); in cvtRaster()
H A Dtiff2rgba.c51 #define roundup(x, y) (howmany(x,y)*((uint32)(y))) macro
/libtiff-4.0.7/
H A DChangeLog6801 roundup if rows_per_strip not a multiple of vertical sample size.