Searched refs:alignedMemory (Results 1 – 1 of 1) sorted by relevance
90 const size_t alignedWidth, uint8_t* const alignedMemory) { in compressYUVImplPixelsSlow() argument97 uint8_t* y0 = alignedMemory; in compressYUVImplPixelsSlow()175 std::vector<uint8_t> alignedMemory; in compressYUVImpl() local213 alignedMemory.resize(alignedWidth * kJpegMCUSize * 3 / 2); in compressYUVImpl()214 result = compressYUVImplPixelsSlow(image, &cinfo, alignedWidth, alignedMemory.data()); in compressYUVImpl()