Searched refs:finalWidth (Results 1 – 1 of 1) sorted by relevance
323 int finalWidth; in Compress() local325 finalWidth = cropRight - cropLeft; in Compress()331 finalWidth = cropBottom - cropTop; in Compress()334 finalWidth = cropBottom - cropTop; in Compress()347 int y_row_length = (finalWidth + 16 + 63) & ~63; in Compress()348 int cb_row_length = (finalWidth / 2 + 16 + 63) & ~63; in Compress()349 int cr_row_length = (finalWidth / 2 + 16 + 63) & ~63; in Compress()361 return Compress(finalWidth, finalHeight, yIter, cbIter, crIter, outBuf, in Compress()