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

Unified Diff: third_party/libvpx/libvpx_srcs.gni

Issue 2397473002: Roll src/third_party/libvpx/source/libvpx/ 691ef2027..50b9c467d (21 commits). (Closed)
Patch Set: Created 4 years, 2 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.gni
diff --git a/third_party/libvpx/libvpx_srcs.gni b/third_party/libvpx/libvpx_srcs.gni
index 22fd877a576665bd3b1ab905775e858b750ed3b3..560fd843f066ca22ab40ae712e1725fb6f23f6eb 100644
--- a/third_party/libvpx/libvpx_srcs.gni
+++ b/third_party/libvpx/libvpx_srcs.gni
@@ -351,7 +351,6 @@ libvpx_srcs_x86_assembly = [
"//third_party/libvpx/source/libvpx/vp8/common/x86/dequantize_mmx.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/idctllm_mmx.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/idctllm_sse2.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/x86/iwalsh_mmx.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/iwalsh_sse2.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/loopfilter_sse2.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/mfqe_sse2.asm",
@@ -360,8 +359,6 @@ libvpx_srcs_x86_assembly = [
"//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_mmx.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_sse2.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_ssse3.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/x86/vp8_loopfilter_mmx.asm",
- "//third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_mmx.asm",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_sse2.asm",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/encodeopt.asm",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm",
@@ -790,7 +787,6 @@ libvpx_srcs_x86_64_assembly = [
"//third_party/libvpx/source/libvpx/vp8/common/x86/dequantize_mmx.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/idctllm_mmx.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/idctllm_sse2.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/x86/iwalsh_mmx.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/iwalsh_sse2.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/loopfilter_block_sse2_x86_64.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/loopfilter_sse2.asm",
@@ -800,8 +796,6 @@ libvpx_srcs_x86_64_assembly = [
"//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_mmx.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_sse2.asm",
"//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_ssse3.asm",
- "//third_party/libvpx/source/libvpx/vp8/common/x86/vp8_loopfilter_mmx.asm",
- "//third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_mmx.asm",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_sse2.asm",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/encodeopt.asm",
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm",
@@ -1523,7 +1517,7 @@ libvpx_srcs_arm_neon = [
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/hadamard_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon.c",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_neon.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_vertical_4_dual_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_neon.c",
@@ -1603,7 +1597,6 @@ libvpx_srcs_arm_neon_assembly = [
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_16_neon.asm",
"//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/save_reg_neon.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",
@@ -1956,7 +1949,6 @@ libvpx_srcs_arm_neon_cpu_detect_assembly = [
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_16_neon.asm",
"//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/save_reg_neon.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",
@@ -1993,7 +1985,7 @@ libvpx_srcs_arm_neon_cpu_detect_neon = [
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/hadamard_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon.c",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_neon.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_vertical_4_dual_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_neon.c",
@@ -2311,14 +2303,13 @@ libvpx_srcs_arm64 = [
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon.c",
- "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_mb_neon.c",
+ "//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_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",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_copy_neon.c",
« no previous file with comments | « third_party/libvpx/README.chromium ('k') | third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698