Searched refs:rgbaWidth (Results 1 – 1 of 1) sorted by relevance
147 const unsigned rgbaWidth = imageSize.width; in convertRGBAtoRAW16() local148 const unsigned rgbaWidth2 = rgbaWidth / 2; // we will process two RGBAs at once in convertRGBAtoRAW16()155 const unsigned rawrawAlign2 = (((rgbaWidth + 15U) & ~15U) - rgbaWidth) / 2; in convertRGBAtoRAW16()