{dec,enc}_neon: harmonize function suffixes x2

+ neon.h

BUG=webp:355

Change-Id: Ia17c7dfc7d61742a4758823675a2d556a739c389
This commit is contained in:
James Zern
2017-10-20 00:54:12 -07:00
parent 0295e9815d
commit 8d033b14d7
3 changed files with 13 additions and 11 deletions

View File

@ -48,7 +48,7 @@
#define WORK_AROUND_GCC
#endif
static WEBP_INLINE int32x4x4_t Transpose4x4(const int32x4x4_t rows) {
static WEBP_INLINE int32x4x4_t Transpose4x4_NEON(const int32x4x4_t rows) {
uint64x2x2_t row01, row23;
row01.val[0] = vreinterpretq_u64_s32(rows.val[0]);