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

Unified Diff: third_party/libvpx/libvpx_srcs.gni

Issue 2221193003: Roll src/third_party/libvpx/source/libvpx/ 82070ae93..2d1e63d0c (48 commits). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « third_party/libvpx/README.chromium ('k') | third_party/libvpx/libvpx_srcs_arm.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libvpx/libvpx_srcs.gni
diff --git a/third_party/libvpx/libvpx_srcs.gni b/third_party/libvpx/libvpx_srcs.gni
index b3d434d3f3e922e6dbf6c89e8d991f8f84627fd7..0d6e2b392bf3044d773472f2b5220ecaf6464e21 100644
--- a/third_party/libvpx/libvpx_srcs.gni
+++ b/third_party/libvpx/libvpx_srcs.gni
@@ -872,12 +872,6 @@ libvpx_srcs_x86_64_avx2 = [
libvpx_srcs_arm = [
"//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c",
"//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_blk_v6.c",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.c",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.h",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/dequantize_arm.c",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/filter_arm.c",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c",
"//third_party/libvpx/source/libvpx/vp8/common/blockd.c",
"//third_party/libvpx/source/libvpx/vp8/common/blockd.h",
"//third_party/libvpx/source/libvpx/vp8/common/coefupdateprobs.h",
@@ -946,7 +940,6 @@ libvpx_srcs_arm = [
"//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_int.h",
"//third_party/libvpx/source/libvpx/vp8/decoder/threading.c",
"//third_party/libvpx/source/libvpx/vp8/decoder/treereader.h",
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/dct_arm.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.h",
"//third_party/libvpx/source/libvpx/vp8/encoder/block.h",
@@ -1147,7 +1140,6 @@ libvpx_srcs_arm = [
"//third_party/libvpx/source/libvpx/vpx/vpx_image.h",
"//third_party/libvpx/source/libvpx/vpx/vpx_integer.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/add_noise.c",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_media.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/avg.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.h",
@@ -1207,37 +1199,10 @@ libvpx_srcs_arm = [
"//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c",
"//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h",
]
-libvpx_srcs_arm_assembly = [
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/bilinearfilter_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem16x16_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x4_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x8_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dc_only_idct_add_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequantize_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/filter_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/iwalsh_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/loopfilter_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/simpleloopfilter_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/sixtappredict8x4_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_short_fdct4x4_armv6.asm",
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/walsh_v6.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/bilinear_filter_media.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_media.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_h_media.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_hv_media.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_v_media.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_media.asm",
-]
+libvpx_srcs_arm_assembly = []
libvpx_srcs_arm_neon = [
"//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c",
"//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_blk_v6.c",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.c",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.h",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/dequantize_arm.c",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/filter_arm.c",
"//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c",
"//third_party/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c",
"//third_party/libvpx/source/libvpx/vp8/common/arm/neon/copymem_neon.c",
@@ -1322,7 +1287,6 @@ libvpx_srcs_arm_neon = [
"//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_int.h",
"//third_party/libvpx/source/libvpx/vp8/decoder/threading.c",
"//third_party/libvpx/source/libvpx/vp8/decoder/treereader.h",
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/dct_arm.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/denoising_neon.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/shortfdct_neon.c",
@@ -1540,9 +1504,9 @@ libvpx_srcs_arm_neon = [
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_media.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/subtract_neon.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/transpose_neon.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/avg.c",
@@ -1605,22 +1569,6 @@ libvpx_srcs_arm_neon = [
"//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h",
]
libvpx_srcs_arm_neon_assembly = [
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/bilinearfilter_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem16x16_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x4_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x8_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dc_only_idct_add_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequantize_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/filter_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/iwalsh_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/loopfilter_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/simpleloopfilter_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/sixtappredict8x4_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_short_fdct4x4_armv6.asm",
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/walsh_v6.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/bilinear_filter_media.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_add_neon.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.asm",
@@ -1634,12 +1582,7 @@ libvpx_srcs_arm_neon_assembly = [
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_4_neon.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_8_neon.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_mb_neon.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_media.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/save_reg_neon.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_h_media.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_hv_media.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_v_media.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_media.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_neon_asm.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm",
@@ -1648,11 +1591,6 @@ libvpx_srcs_arm_neon_assembly = [
libvpx_srcs_arm_neon_cpu_detect = [
"//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c",
"//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_blk_v6.c",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.c",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.h",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/dequantize_arm.c",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/filter_arm.c",
"//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c",
"//third_party/libvpx/source/libvpx/vp8/common/blockd.c",
"//third_party/libvpx/source/libvpx/vp8/common/blockd.h",
@@ -1722,7 +1660,6 @@ libvpx_srcs_arm_neon_cpu_detect = [
"//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_int.h",
"//third_party/libvpx/source/libvpx/vp8/decoder/threading.c",
"//third_party/libvpx/source/libvpx/vp8/decoder/treereader.h",
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/dct_arm.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.h",
"//third_party/libvpx/source/libvpx/vp8/encoder/block.h",
@@ -1923,7 +1860,7 @@ libvpx_srcs_arm_neon_cpu_detect = [
"//third_party/libvpx/source/libvpx/vpx/vpx_image.h",
"//third_party/libvpx/source/libvpx/vpx/vpx_integer.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/add_noise.c",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_media.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/transpose_neon.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/avg.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.h",
@@ -1984,27 +1921,6 @@ libvpx_srcs_arm_neon_cpu_detect = [
"//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h",
]
libvpx_srcs_arm_neon_cpu_detect_assembly = [
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/bilinearfilter_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem16x16_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x4_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x8_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dc_only_idct_add_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequantize_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/filter_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/iwalsh_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/loopfilter_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/simpleloopfilter_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/sixtappredict8x4_v6.asm",
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_short_fdct4x4_armv6.asm",
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/walsh_v6.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/bilinear_filter_media.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_media.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_h_media.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_hv_media.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_v_media.asm",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_media.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_add_neon.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.asm",
@@ -2065,8 +1981,6 @@ libvpx_srcs_arm_neon_cpu_detect_neon = [
libvpx_srcs_arm64 = [
"//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c",
"//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/dequantize_arm.c",
- "//third_party/libvpx/source/libvpx/vp8/common/arm/filter_arm.c",
"//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c",
"//third_party/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c",
"//third_party/libvpx/source/libvpx/vp8/common/arm/neon/copymem_neon.c",
@@ -2151,7 +2065,6 @@ libvpx_srcs_arm64 = [
"//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_int.h",
"//third_party/libvpx/source/libvpx/vp8/decoder/threading.c",
"//third_party/libvpx/source/libvpx/vp8/decoder/treereader.h",
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/dct_arm.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/denoising_neon.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.c",
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/shortfdct_neon.c",
@@ -2382,6 +2295,7 @@ libvpx_srcs_arm64 = [
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/subtract_neon.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/transpose_neon.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c",
« no previous file with comments | « third_party/libvpx/README.chromium ('k') | third_party/libvpx/libvpx_srcs_arm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698