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

Unified Diff: third_party/libvpx/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi

Issue 1997603002: libvpx: add configurations excluding VP9 for ARM Neon and ARM64. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: third_party/libvpx/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
diff --git a/third_party/libvpx/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi b/third_party/libvpx/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
index f193c97f569366731002c0fc4f843e331d5a8ccf..dadfdb736183d1b7e7229fa9deaba6c126b3d259 100644
--- a/third_party/libvpx/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
+++ b/third_party/libvpx/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
@@ -13,59 +13,24 @@
'<(libvpx_source)',
],
'sources': [
- '<(libvpx_source)/vp8/common/arm/neon/bilinearpredict_neon.c',
kjellander_chromium 2016/05/19 08:48:15 When I run ./generate_gypi.sh from a clean checkou
Johann 2016/05/24 20:13:39 Hmm this looks very strange. cpu-detect is not use
- '<(libvpx_source)/vp8/common/arm/neon/copymem_neon.c',
- '<(libvpx_source)/vp8/common/arm/neon/dc_only_idct_add_neon.c',
- '<(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.c',
- '<(libvpx_source)/vp8/common/arm/neon/idct_dequant_full_2x_neon.c',
- '<(libvpx_source)/vp8/common/arm/neon/iwalsh_neon.c',
- '<(libvpx_source)/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.c',
- '<(libvpx_source)/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.c',
- '<(libvpx_source)/vp8/common/arm/neon/mbloopfilter_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/vp8_loopfilter_neon.c',
- '<(libvpx_source)/vp8/encoder/arm/neon/denoising_neon.c',
- '<(libvpx_source)/vp8/encoder/arm/neon/fastquantizeb_neon.c',
- '<(libvpx_source)/vp8/encoder/arm/neon/shortfdct_neon.c',
- '<(libvpx_source)/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c',
- '<(libvpx_source)/vp9/common/arm/neon/vp9_iht4x4_add_neon.c',
- '<(libvpx_source)/vp9/common/arm/neon/vp9_iht8x8_add_neon.c',
- '<(libvpx_source)/vp9/encoder/arm/neon/vp9_dct_neon.c',
- '<(libvpx_source)/vp9/encoder/arm/neon/vp9_error_neon.c',
- '<(libvpx_source)/vp9/encoder/arm/neon/vp9_quantize_neon.c',
- '<(libvpx_source)/vpx_dsp/arm/avg_neon.c',
- '<(libvpx_source)/vpx_dsp/arm/fwd_txfm_neon.c',
'<(libvpx_source)/vpx_dsp/arm/idct16x16_1_add_neon.asm',
'<(libvpx_source)/vpx_dsp/arm/idct16x16_add_neon.asm',
- '<(libvpx_source)/vpx_dsp/arm/idct16x16_neon.c',
'<(libvpx_source)/vpx_dsp/arm/idct32x32_1_add_neon.asm',
'<(libvpx_source)/vpx_dsp/arm/idct32x32_add_neon.asm',
'<(libvpx_source)/vpx_dsp/arm/idct4x4_1_add_neon.asm',
'<(libvpx_source)/vpx_dsp/arm/idct4x4_add_neon.asm',
'<(libvpx_source)/vpx_dsp/arm/idct8x8_1_add_neon.asm',
'<(libvpx_source)/vpx_dsp/arm/idct8x8_add_neon.asm',
- '<(libvpx_source)/vpx_dsp/arm/intrapred_neon.c',
'<(libvpx_source)/vpx_dsp/arm/intrapred_neon_asm.asm',
'<(libvpx_source)/vpx_dsp/arm/loopfilter_16_neon.asm',
'<(libvpx_source)/vpx_dsp/arm/loopfilter_4_neon.asm',
'<(libvpx_source)/vpx_dsp/arm/loopfilter_8_neon.asm',
'<(libvpx_source)/vpx_dsp/arm/loopfilter_mb_neon.asm',
- '<(libvpx_source)/vpx_dsp/arm/loopfilter_neon.c',
- '<(libvpx_source)/vpx_dsp/arm/sad4d_neon.c',
- '<(libvpx_source)/vpx_dsp/arm/sad_neon.c',
'<(libvpx_source)/vpx_dsp/arm/save_reg_neon.asm',
- '<(libvpx_source)/vpx_dsp/arm/subpel_variance_neon.c',
- '<(libvpx_source)/vpx_dsp/arm/subtract_neon.c',
- '<(libvpx_source)/vpx_dsp/arm/variance_neon.c',
'<(libvpx_source)/vpx_dsp/arm/vpx_convolve8_avg_neon_asm.asm',
'<(libvpx_source)/vpx_dsp/arm/vpx_convolve8_neon_asm.asm',
'<(libvpx_source)/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm',
'<(libvpx_source)/vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm',
- '<(libvpx_source)/vpx_dsp/arm/vpx_convolve_neon.c',
],
'includes': [ 'ads2gas.gypi' ],
'cflags!': [ '-mfpu=vfpv3-d16' ],

Powered by Google App Engine
This is Rietveld 408576698