summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_quantize.h
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2012-12-02 14:14:00 -0800
committerJohn Koleszar <jkoleszar@google.com>2012-12-05 08:59:25 -0800
commita905672906716b2be9e741d81213177ebb4720d2 (patch)
treef720acf8c2cc838f8d4fea2f7a25470d05476c35 /vp9/encoder/vp9_quantize.h
parent4a9b95470c7caaef09a9ac9e0c6be330b577d234 (diff)
downloadlibvpx-a905672906716b2be9e741d81213177ebb4720d2.tar
libvpx-a905672906716b2be9e741d81213177ebb4720d2.tar.gz
libvpx-a905672906716b2be9e741d81213177ebb4720d2.tar.bz2
libvpx-a905672906716b2be9e741d81213177ebb4720d2.zip
Remove ARM optimizations from VP9
Change-Id: I9f0ae635fb9a95c4aa1529c177ccb07e2b76970b
Diffstat (limited to 'vp9/encoder/vp9_quantize.h')
-rw-r--r--vp9/encoder/vp9_quantize.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/vp9/encoder/vp9_quantize.h b/vp9/encoder/vp9_quantize.h
index d801ca74b..dd11e75ba 100644
--- a/vp9/encoder/vp9_quantize.h
+++ b/vp9/encoder/vp9_quantize.h
@@ -26,10 +26,6 @@
#include "x86/vp9_quantize_x86.h"
#endif
-#if ARCH_ARM
-#include "arm/vp9_quantize_arm.h"
-#endif
-
#define prototype_quantize_block_type(sym) \
void (sym)(BLOCK *b, BLOCKD *d, TX_TYPE type)
extern prototype_quantize_block_type(vp9_ht_quantize_b_4x4);