ref: 7f30c67f1798fc3562ab8520dad6333573a02b71
parent: 564d3d9119da13b6fd288329a734813aa08e11a7
author: Henrik Gramner <gramner@twoorioles.com>
date: Mon Nov 18 19:06:23 EST 2019
Increase DAV1D_PICTURE_ALIGNMENT to 64
--- a/include/dav1d/picture.h
+++ b/include/dav1d/picture.h
@@ -37,7 +37,7 @@
/* Number of bytes to align AND pad picture memory buffers by, so that SIMD
* implementations can over-read by a few bytes, and use aligned read/write
* instructions. */
-#define DAV1D_PICTURE_ALIGNMENT 32
+#define DAV1D_PICTURE_ALIGNMENT 64
typedef struct Dav1dPictureParameters {
int w; ///< width (in pixels)