Searched refs:alignedWidth (Results 1 – 1 of 1) sorted by relevance
90 const size_t alignedWidth, uint8_t* const alignedMemory) { in compressYUVImplPixelsSlow() argument98 for (int i = 0; i < kJpegMCUSize; ++i, y0 += alignedWidth) { in compressYUVImplPixelsSlow()102 const size_t alignedWidth2 = alignedWidth / 2; in compressYUVImplPixelsSlow()211 const size_t alignedWidth = in compressYUVImpl() local213 alignedMemory.resize(alignedWidth * kJpegMCUSize * 3 / 2); in compressYUVImpl()214 result = compressYUVImplPixelsSlow(image, &cinfo, alignedWidth, alignedMemory.data()); in compressYUVImpl()