Use the ALIGNED_DECLARE macro instead of __align16

This commit is contained in:
Martin Storsjö
2014-06-29 00:36:02 +03:00
parent 12b6244129
commit f300476468
7 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
using namespace WelsSVCEnc;
#include "encode_mb_aux.h"
__align16 (const int16_t, g_kiQuantInterFFCompare[104][8]) = {
ALIGNED_DECLARE (const int16_t, g_kiQuantInterFFCompare[104][8], 16) = {
/* 0*/ { 0, 1, 0, 1, 1, 1, 1, 1 },
/* 1*/ { 0, 1, 0, 1, 1, 1, 1, 1 },
/* 2*/ { 1, 1, 1, 1, 1, 1, 1, 1 },