summaryrefslogtreecommitdiff
path: root/vp9
diff options
context:
space:
mode:
authorYunqing Wang <yunqingwang@google.com>2013-12-20 08:46:11 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-12-20 08:46:11 -0800
commitb6a0ac11f0082981d9f1edcf93cfcfe9e3ed0b13 (patch)
tree859a6564c393d0b03e41769dec3f6e9209d2e409 /vp9
parent17b2d63196c5f3f7c7e5a44a31517bb3a3605bfe (diff)
parent09faf559164616e2ff6263e68ea5a033be5a2000 (diff)
downloadlibvpx-b6a0ac11f0082981d9f1edcf93cfcfe9e3ed0b13.tar
libvpx-b6a0ac11f0082981d9f1edcf93cfcfe9e3ed0b13.tar.gz
libvpx-b6a0ac11f0082981d9f1edcf93cfcfe9e3ed0b13.tar.bz2
libvpx-b6a0ac11f0082981d9f1edcf93cfcfe9e3ed0b13.zip
Merge "Code clean up"
Diffstat (limited to 'vp9')
-rw-r--r--vp9/common/x86/vp9_asm_stubs.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/vp9/common/x86/vp9_asm_stubs.c b/vp9/common/x86/vp9_asm_stubs.c
index 106e6d426..f95423678 100644
--- a/vp9/common/x86/vp9_asm_stubs.c
+++ b/vp9/common/x86/vp9_asm_stubs.c
@@ -13,28 +13,6 @@
#include "./vpx_config.h"
#include "./vp9_rtcd.h"
#include "vpx_ports/mem.h"
-///////////////////////////////////////////////////////////////////////////
-// the mmx function that does the bilinear filtering and var calculation //
-// int one pass //
-///////////////////////////////////////////////////////////////////////////
-DECLARE_ALIGNED(16, const short, vp9_bilinear_filters_mmx[16][8]) = {
- { 128, 128, 128, 128, 0, 0, 0, 0 },
- { 120, 120, 120, 120, 8, 8, 8, 8 },
- { 112, 112, 112, 112, 16, 16, 16, 16 },
- { 104, 104, 104, 104, 24, 24, 24, 24 },
- { 96, 96, 96, 96, 32, 32, 32, 32 },
- { 88, 88, 88, 88, 40, 40, 40, 40 },
- { 80, 80, 80, 80, 48, 48, 48, 48 },
- { 72, 72, 72, 72, 56, 56, 56, 56 },
- { 64, 64, 64, 64, 64, 64, 64, 64 },
- { 56, 56, 56, 56, 72, 72, 72, 72 },
- { 48, 48, 48, 48, 80, 80, 80, 80 },
- { 40, 40, 40, 40, 88, 88, 88, 88 },
- { 32, 32, 32, 32, 96, 96, 96, 96 },
- { 24, 24, 24, 24, 104, 104, 104, 104 },
- { 16, 16, 16, 16, 112, 112, 112, 112 },
- { 8, 8, 8, 8, 120, 120, 120, 120 }
-};
typedef void filter8_1dfunction (
const unsigned char *src_ptr,