Merge "Alignment is required for sad_array8"

This commit is contained in:
Johann Koenig 2016-05-09 21:01:45 +00:00 committed by Gerrit Code Review
commit 0741629c88

View File

@ -1591,7 +1591,6 @@ int vp8_full_search_sadx8(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv,
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];