Read-ahead of getClutValues()
is only one pixel now
This commit is contained in:
parent
e8595890c5
commit
aa29125316
@ -56,7 +56,7 @@ bool loadFile(
|
||||
img_src.convertColorSpace(img_float.get(), icm, curr_wb);
|
||||
}
|
||||
|
||||
AlignedBuffer<std::uint16_t> image(fw * fh * 4 + 8); // + 8 because of SSE4_1 version of getClutValues
|
||||
AlignedBuffer<std::uint16_t> image(fw * fh * 4 + 4); // getClutValues() loads one pixel in advance
|
||||
|
||||
std::size_t index = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user