Use 64-byte alignment for aligned image memory.
authorCarl Hetherington <cth@carlh.net>
Mon, 16 Nov 2020 22:56:11 +0000 (23:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 16 Nov 2020 23:17:52 +0000 (00:17 +0100)
commitcdf9ebe4a827d8d2d6d89e34bad0c976b04834b7
treed7a877cd99319f213d1c192f0e3737b7ad7e2514
parentf235ed07f969e1b8b9d3d05082dcdd68ceae771e
Use 64-byte alignment for aligned image memory.

FFmpeg uses this values if AVX512 is available, and with only
32-byte alignment I am seeing strange scaling effects whereby
crop_scale_window_test7 gives black bars down the right side of
cropped images (when run on an i7 7700).
src/lib/image.cc
test/image_test.cc