Searched refs:roundup (Results 1 – 3 of 3) sorted by relevance
51 #define roundup(x, y) (howmany(x,y)*((uint32)(y))) macro260 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()
51 #define roundup(x, y) (howmany(x,y)*((uint32)(y))) macro
6801 roundup if rows_per_strip not a multiple of vertical sample size.