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 D | rgb2ycbcr.c | 51 #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 D | tiff2rgba.c | 51 #define roundup(x, y) (howmany(x,y)*((uint32)(y))) macro
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | upip_utarfile.py | 13 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 D | ChangeLog | 7671 roundup if rows_per_strip not a multiple of vertical sample size.
|
Completed in 12 milliseconds