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

Unified Diff: libvpx_srcs_x86.gypi

Issue 54923004: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 7 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
« no previous file with comments | « libvpx_srcs_arm_neon_cpu_detect.gypi ('k') | libvpx_srcs_x86_64.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_srcs_x86.gypi
===================================================================
--- libvpx_srcs_x86.gypi (revision 232232)
+++ libvpx_srcs_x86.gypi (working copy)
@@ -214,9 +214,10 @@
'<(libvpx_source)/vp9/common/vp9_sadmxn.h',
'<(libvpx_source)/vp9/common/vp9_scale.c',
'<(libvpx_source)/vp9/common/vp9_scale.h',
+ '<(libvpx_source)/vp9/common/vp9_scan.c',
+ '<(libvpx_source)/vp9/common/vp9_scan.h',
'<(libvpx_source)/vp9/common/vp9_seg_common.c',
'<(libvpx_source)/vp9/common/vp9_seg_common.h',
- '<(libvpx_source)/vp9/common/vp9_subpelvar.h',
'<(libvpx_source)/vp9/common/vp9_systemdependent.h',
'<(libvpx_source)/vp9/common/vp9_textblit.h',
'<(libvpx_source)/vp9/common/vp9_tile_common.c',
@@ -227,8 +228,10 @@
'<(libvpx_source)/vp9/common/x86/vp9_copy_sse2.asm',
'<(libvpx_source)/vp9/common/x86/vp9_intrapred_sse2.asm',
'<(libvpx_source)/vp9/common/x86/vp9_intrapred_ssse3.asm',
+ '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_avx2.c',
'<(libvpx_source)/vp9/common/x86/vp9_loopfilter_mmx.asm',
'<(libvpx_source)/vp9/common/x86/vp9_postproc_x86.h',
+ '<(libvpx_source)/vp9/common/x86/vp9_subpixel_8t_sse2.asm',
'<(libvpx_source)/vp9/common/x86/vp9_subpixel_8t_ssse3.asm',
'<(libvpx_source)/vp9/decoder/vp9_dboolhuff.c',
'<(libvpx_source)/vp9/decoder/vp9_dboolhuff.h',
@@ -240,8 +243,6 @@
'<(libvpx_source)/vp9/decoder/vp9_detokenize.h',
'<(libvpx_source)/vp9/decoder/vp9_dsubexp.c',
'<(libvpx_source)/vp9/decoder/vp9_dsubexp.h',
- '<(libvpx_source)/vp9/decoder/vp9_idct_blk.c',
- '<(libvpx_source)/vp9/decoder/vp9_idct_blk.h',
'<(libvpx_source)/vp9/decoder/vp9_onyxd.h',
'<(libvpx_source)/vp9/decoder/vp9_onyxd_if.c',
'<(libvpx_source)/vp9/decoder/vp9_onyxd_int.h',
@@ -279,8 +280,6 @@
'<(libvpx_source)/vpx/vp8dx.h',
'<(libvpx_source)/vpx/vp8.h',
'<(libvpx_source)/vpx/vpx_codec.h',
- '<(libvpx_source)/vpx/vpx_codec_impl_bottom.h',
- '<(libvpx_source)/vpx/vpx_codec_impl_top.h',
'<(libvpx_source)/vpx/vpx_decoder.h',
'<(libvpx_source)/vpx/vpx_encoder.h',
'<(libvpx_source)/vpx/vpx_image.h',
« no previous file with comments | « libvpx_srcs_arm_neon_cpu_detect.gypi ('k') | libvpx_srcs_x86_64.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698