commit | 0741629c8823e9f80862d0dffaaf2c44d429b91f | [log] [tgz] |
---|---|---|
author | Johann Koenig <johannkoenig@chromium.org> | Mon May 09 21:01:45 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon May 09 21:01:45 2016 +0000 |
tree | 187536c350a1376bfd31a706dc40da6aa2625e17 | |
parent | 7cced7b3ea522369e47e228faefc6cf25b3f23ff [diff] | |
parent | f68f9eefdf8ead98981327897d94e6ebb26a32a5 [diff] |
Merge "Alignment is required for sad_array8"
diff --git a/vp8/encoder/mcomp.c b/vp8/encoder/mcomp.c index 768c764..e20c1ea 100644 --- 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];