From df37111358d02836cb29bbcb9c6e4c95dff90a16 Mon Sep 17 00:00:00 2001 From: Johann Date: Tue, 16 Jan 2018 14:31:39 -0800 Subject: Update libvpx to v1.7.0 Test: existing Change-Id: I9078b655a90e406936c21bb3c1a938b217d5feae --- libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'libvpx/vp9/common/arm/neon') 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; -- cgit v1.2.3