Home
last modified time | relevance | path

Searched refs:Mwidth (Results 1 – 2 of 2) sorted by relevance

/development/perftests/panorama/feature_mos/src/mosaic/
DBlend.h98 unsigned short Mwidth, Mheight; variable
DBlend.cpp211 Mwidth = (unsigned short) (fullRect.right - fullRect.left + 1); in runBlend()
219 xRightMost = min(Mwidth - 1, min(xRightCorners[0], xRightCorners[1]) - fullRect.left - 1); in runBlend()
230 Mwidth = (unsigned short) ((Mwidth + 3) & ~3); in runBlend()
239 YUVinfo *imgMos = YUVinfo::allocateImage(Mwidth, Mheight); in runBlend()
290 mosaicWidth = Mwidth; in runBlend()
298 if (Mwidth < width || Mheight < height) { in MosaicSizeCheck()
302 if ((Mwidth * Mheight) > (width * height * sizeMultiplier)) { in MosaicSizeCheck()
310 int shortSide = min(Mwidth, Mheight); in MosaicSizeCheck()