summaryrefslogtreecommitdiff
path: root/libvpx_srcs_arm_neon.gypi
diff options
context:
space:
mode:
authorfgalligan@chromium.org <fgalligan@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2014-05-08 16:00:54 +0000
committerfgalligan@chromium.org <fgalligan@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2014-05-08 16:00:54 +0000
commit810cf1767dc8df4783e02ba8a712072f50ddc99e (patch)
treec51967be41b1b31664cda383e69e6c606f55b117 /libvpx_srcs_arm_neon.gypi
parent9a5fccadbf86bd614db22afaff64c794c1e16215 (diff)
downloadlibvpx-810cf1767dc8df4783e02ba8a712072f50ddc99e.tar.gz
libvpx: Pull from upstream
Current HEAD: 07f9fa4336f680bb16a47451a2b5a7c8f1288bf2 git log from upstream: 86a89d7 vp9_svc_layercontext: Clean up function definition mismatch. 7811039 vp9_firstpass: Fix MSVC data loss warning. 0fc027a vp9_pickmode: Fix signed/unsigned mismatch. 06e6d56 Revert "Remove struct params from vp8_denoiser_filter" 4725ab7 Removing redundant variables from variance_test.cc. ed30c8e Remove separate arf and gf minq tables. 38ff3e3 Rate control adjustment. c4180f8 Relax rc test threshold 33b1c45 Revert "Add an MMX fwht4x4" d5d82a5 arm: Add a no-op define of __builtin_prefetch for MSVC 82a83c4 arm: Use a correct neon vector type for 64 bit integers 74f98e6 Tune rate-distortion modeling to account for frame light change 677fb51 Revert "VP8 for ARMv8 by using NEON intrinsics 10" 928ff03 Revert "VP8 for ARMv8 by using NEON intrinsics 08" e8bbb3d Making vp9_get_sse_sum_{8x8, 16x16} static. a3c5a79 Clean up full-pixel search calling code 89fbf3d Add an MMX fwht4x4 9f9f87c Add test for 4x4 WHT. c337877 third_party/libwebm: pull from upstream a765705 Mark VP8E_SET_ARNR_TYPE as being deprecated f386d39 Add test for postproc example. 93a8a1e Fix generic-gnu target build 928b34e Fix rounding in ARNR calculation 52ae97b SSSE3 implementation of full inverse 8x8 2D-DCT 65f13af Fix building for arm with Visual Studio 2013 20babf6 Don't try to use getenv on windows phone/rt 7afed9a Use INLINE and include vpx_config.h instead of plain 'inline' dfb8fc9 Use vreinterpret instead of casting neon vector types 4ea9cf3 VP8 for ARMv8 by using NEON intrinsics 16 727af7c VP8 for ARMv8 by using NEON intrinsics 15 08e38f0 VP8 for ARMv8 by using NEON intrinsics 14 18e9caa VP8 for ARMv8 by using NEON intrinsics 13 feaf766 VP8 for ARMv8 by using NEON intrinsics 12 4a8336f VP8 for ARMv8 by using NEON intrinsics 11 c500fc2 VP8 for ARMv8 by using NEON intrinsics 10 55c95f2 VP8 for ARMv8 by using NEON intrinsics 09 0affa0e [spatial svc] Fix one extra frame count during flush d899a1c [spatial svc] Use VPX_DL_GOOD_QUALITY for vp9_spatial_scalable_encoder bb50587 [spatial svc] No need to code full width and height for non key frame 4498194 Cleaning up vp9_variance.c e516a42 Remove struct params from vp8_denoiser_filter a5d79f4 VP8 for ARMv8 by using NEON intrinsics 08 930557b VP8 for ARMv8 by using NEON intrinsics 07 07967b3 vp9 register checks only apply to vp9 570d43c Remove asm_offsets dependency in quantize_b_ssse3 7d54e0f Android NDK support for x86 and mips 25a666e Moving pair_set_epi32 macro into vp9_dct32x32_sse2.c. 7d9d5df Using SPEED_FEATURES instead of VP9_COMP in vp9_init_search_range(). 66307bf Moving costs from MACROBLOCK to VP9_COMP. 9f44467 Cleaning up vp9_encode_frame() function. c9dfa3f Cleaning up vp9_full_range_search_c() function. 4788d45 Removing MODE_TEST_HIT_STATS. 4721f9e third_party/libwebm: Add Android.mk BUG=370959 TBR=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/271873004 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/libvpx@269065 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Diffstat (limited to 'libvpx_srcs_arm_neon.gypi')
-rw-r--r--libvpx_srcs_arm_neon.gypi20
1 files changed, 8 insertions, 12 deletions
diff --git a/libvpx_srcs_arm_neon.gypi b/libvpx_srcs_arm_neon.gypi
index abcf5af..13735d3 100644
--- a/libvpx_srcs_arm_neon.gypi
+++ b/libvpx_srcs_arm_neon.gypi
@@ -40,21 +40,17 @@
'<(libvpx_source)/vp8/common/arm/neon/dequant_idct_neon.c',
'<(libvpx_source)/vp8/common/arm/neon/dequantizeb_neon.c',
'<(libvpx_source)/vp8/common/arm/neon/idct_blk_neon.c',
- '<(libvpx_source)/vp8/common/arm/neon/idct_dequant_0_2x_neon.asm',
+ '<(libvpx_source)/vp8/common/arm/neon/idct_dequant_0_2x_neon.c',
'<(libvpx_source)/vp8/common/arm/neon/idct_dequant_full_2x_neon.c',
- '<(libvpx_source)/vp8/common/arm/neon/iwalsh_neon.asm',
+ '<(libvpx_source)/vp8/common/arm/neon/iwalsh_neon.c',
'<(libvpx_source)/vp8/common/arm/neon/loopfilter_neon.asm',
- '<(libvpx_source)/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.asm',
+ '<(libvpx_source)/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.c',
'<(libvpx_source)/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.asm',
- '<(libvpx_source)/vp8/common/arm/neon/mbloopfilter_neon.asm',
- '<(libvpx_source)/vp8/common/arm/neon/sad16_neon.asm',
- '<(libvpx_source)/vp8/common/arm/neon/sad8_neon.asm',
- '<(libvpx_source)/vp8/common/arm/neon/shortidct4x4llm_neon.asm',
- '<(libvpx_source)/vp8/common/arm/neon/sixtappredict16x16_neon.asm',
- '<(libvpx_source)/vp8/common/arm/neon/sixtappredict4x4_neon.asm',
- '<(libvpx_source)/vp8/common/arm/neon/sixtappredict8x4_neon.asm',
- '<(libvpx_source)/vp8/common/arm/neon/sixtappredict8x8_neon.asm',
- '<(libvpx_source)/vp8/common/arm/neon/variance_neon.asm',
+ '<(libvpx_source)/vp8/common/arm/neon/mbloopfilter_neon.c',
+ '<(libvpx_source)/vp8/common/arm/neon/sad_neon.c',
+ '<(libvpx_source)/vp8/common/arm/neon/shortidct4x4llm_neon.c',
+ '<(libvpx_source)/vp8/common/arm/neon/sixtappredict_neon.c',
+ '<(libvpx_source)/vp8/common/arm/neon/variance_neon.c',
'<(libvpx_source)/vp8/common/arm/neon/vp8_subpixelvariance16x16_neon.asm',
'<(libvpx_source)/vp8/common/arm/neon/vp8_subpixelvariance16x16s_neon.asm',
'<(libvpx_source)/vp8/common/arm/neon/vp8_subpixelvariance8x8_neon.asm',