shithub: libvpx

Download patch

ref: 0741629c8823e9f80862d0dffaaf2c44d429b91f
parent: 7cced7b3ea522369e47e228faefc6cf25b3f23ff
parent: f68f9eefdf8ead98981327897d94e6ebb26a32a5
author: Johann Koenig <johannkoenig@chromium.org>
date: Mon May 9 17:01:45 EDT 2016

Merge "Alignment is required for sad_array8"

--- a/vp8/encoder/mcomp.c
+++ b/vp8/encoder/mcomp.c
@@ -1591,7 +1591,6 @@
     int col_min = ref_col - distance;
     int col_max = ref_col + distance;
 
-    // TODO(johannkoenig): check if this alignment is necessary.
     DECLARE_ALIGNED(16, unsigned int, sad_array8[8]);
     unsigned int sad_array[3];