aboutsummaryrefslogtreecommitdiff
path: root/libvpx/vp9/common/arm/neon
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2018-01-16 14:31:39 -0800
committerJohann <johannkoenig@google.com>2018-01-24 19:33:01 -0800
commitdf37111358d02836cb29bbcb9c6e4c95dff90a16 (patch)
tree6cd97ad8df3e86227802fe1b54b84570192297f6 /libvpx/vp9/common/arm/neon
parent1b07e2077592ec4344fc5cae47e73c354a8a8163 (diff)
downloadlibvpx-df37111358d02836cb29bbcb9c6e4c95dff90a16.tar.gz
Update libvpx to v1.7.0
Test: existing Change-Id: I9078b655a90e406936c21bb3c1a938b217d5feae
Diffstat (limited to 'libvpx/vp9/common/arm/neon')
-rw-r--r--libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c b/libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c
index dd1ea03b6..025254c3f 100644
--- a/libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c
+++ b/libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c
@@ -14,14 +14,7 @@
#include "./vp9_rtcd.h"
#include "./vpx_config.h"
#include "vp9/common/vp9_common.h"
-
-static int16_t sinpi_1_9 = 0x14a3;
-static int16_t sinpi_2_9 = 0x26c9;
-static int16_t sinpi_3_9 = 0x3441;
-static int16_t sinpi_4_9 = 0x3b6c;
-static int16_t cospi_8_64 = 0x3b21;
-static int16_t cospi_16_64 = 0x2d41;
-static int16_t cospi_24_64 = 0x187e;
+#include "vpx_dsp/txfm_common.h"
static INLINE void TRANSPOSE4X4(int16x8_t *q8s16, int16x8_t *q9s16) {
int32x4_t q8s32, q9s32;