Index: libvpx_srcs.gni |
=================================================================== |
--- libvpx_srcs.gni (revision 293081) |
+++ libvpx_srcs.gni (working copy) |
@@ -385,6 +385,7 @@ |
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.c", |
"//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_ssse3.c", |
"//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c", |
+ "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c", |
] |
libvpx_srcs_x86_sse4_1 = [ |
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c", |
@@ -781,6 +782,7 @@ |
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.c", |
"//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_ssse3.c", |
"//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_ssse3.c", |
+ "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c", |
] |
libvpx_srcs_x86_64_sse4_1 = [ |
"//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c", |
@@ -870,7 +872,6 @@ |
"//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/quantize_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", |
@@ -1117,10 +1118,8 @@ |
"//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm", |
"//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm", |
"//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm", |
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_fast_quantize_b_armv6.asm", |
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_mse16x16_armv6.asm", |
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_short_fdct4x4_armv6.asm", |
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_subtract_armv6.asm", |
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/walsh_v6.asm", |
] |
libvpx_srcs_arm_neon = [ |
@@ -1224,11 +1223,11 @@ |
"//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", |
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/subtract_neon.c", |
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_mse16x16_neon.c", |
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c", |
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/quantize_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", |
@@ -1483,12 +1482,9 @@ |
"//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm", |
"//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm", |
"//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm", |
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_fast_quantize_b_armv6.asm", |
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_mse16x16_armv6.asm", |
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_short_fdct4x4_armv6.asm", |
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_subtract_armv6.asm", |
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/walsh_v6.asm", |
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.asm", |
"//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_avg_neon.asm", |
"//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve8_avg_neon.asm", |
"//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve8_neon.asm", |
@@ -1591,7 +1587,6 @@ |
"//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/quantize_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", |
@@ -1838,12 +1833,9 @@ |
"//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm", |
"//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm", |
"//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm", |
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_fast_quantize_b_armv6.asm", |
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_mse16x16_armv6.asm", |
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_short_fdct4x4_armv6.asm", |
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_subtract_armv6.asm", |
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/walsh_v6.asm", |
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.asm", |
"//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_avg_neon.asm", |
"//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve8_avg_neon.asm", |
"//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve8_neon.asm", |
@@ -1886,6 +1878,7 @@ |
"//third_party/libvpx/source/libvpx/vp8/common/arm/neon/variance_neon.c", |
"//third_party/libvpx/source/libvpx/vp8/common/arm/neon/vp8_subpixelvariance_neon.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", |
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/subtract_neon.c", |
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_mse16x16_neon.c", |
@@ -1997,11 +1990,11 @@ |
"//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", |
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/subtract_neon.c", |
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_mse16x16_neon.c", |
"//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c", |
- "//third_party/libvpx/source/libvpx/vp8/encoder/arm/quantize_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", |