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:16:58 +0000 (00:16 +0100)
commitfcc0515087a0b2bf9af5043af1c324367f1c152c
tree2b4651e72eba63da753c6463fcc22319b0d242bb
parentd676cd5115d8c79a547742364f2037435c14a54a
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