Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c

Issue 996503002: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/third_party/libyuv/source/video_common.cc ('k') | source/libvpx/vp9/common/vp9_alloccommon.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c
diff --git a/source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c b/source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c
index 73cf9daa904617d2a5d34cc8251aa6b446e74a2a..04b342c3d34fd74eb5b2f1cef865c3101353208f 100644
--- a/source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c
+++ b/source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c
@@ -15,13 +15,6 @@
#include "./vpx_config.h"
#include "vp9/common/vp9_common.h"
-#if (__clang_major__ == 3) && (__clang_minor__ == 6)
-// http://llvm.org/bugs/show_bug.cgi?id=22178
-void vp9_iht8x8_64_add_neon(const tran_low_t *input, uint8_t *dest,
- int dest_stride, int tx_type) {
- vp9_iht8x8_64_add_c(input, dest, dest_stride, tx_type);
-}
-#else
static int16_t cospi_2_64 = 16305;
static int16_t cospi_4_64 = 16069;
static int16_t cospi_6_64 = 15679;
@@ -629,4 +622,3 @@ void vp9_iht8x8_64_add_neon(const tran_low_t *input, uint8_t *dest,
}
return;
}
-#endif
« no previous file with comments | « source/libvpx/third_party/libyuv/source/video_common.cc ('k') | source/libvpx/vp9/common/vp9_alloccommon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698