Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
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()
A Dtiff2rgba.c51 #define roundup(x, y) (howmany(x,y)*((uint32)(y))) macro
/AliOS-Things-master/components/py_engine/engine/tools/
A Dupip_utarfile.py13 def roundup(val, align): function
82 self.subf = d.subf = FileSection(self.f, d.size, roundup(d.size, 512))
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog7671 roundup if rows_per_strip not a multiple of vertical sample size.

Completed in 12 milliseconds