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

Unified Diff: third_party/libvpx/libvpx_srcs.gni

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.gni
diff --git a/third_party/libvpx/libvpx_srcs.gni b/third_party/libvpx/libvpx_srcs.gni
index d602aa753cd3b45892b16fb0c82bc7a4a644f64e..401f052a9dfe710ee253c923af599d2f4288dde0 100644
--- a/third_party/libvpx/libvpx_srcs.gni
+++ b/third_party/libvpx/libvpx_srcs.gni
@@ -1652,6 +1652,257 @@ libvpx_srcs_arm_neon_assembly = [
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm",
]
+libvpx_srcs_arm_neon_no_vp9 = [
+ "//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",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dc_only_idct_add_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequant_idct_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequantizeb_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_blk_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_0_2x_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_full_2x_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/iwalsh_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/mbloopfilter_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/sixtappredict_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/vp8_loopfilter_neon.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",
+ "//third_party/libvpx/source/libvpx/vp8/common/common.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/copy_c.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/debugmodes.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/default_coef_probs.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/dequantize.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/entropy.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/entropy.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/entropymode.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/entropymode.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/entropymv.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/entropymv.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/extend.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/extend.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/filter.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/filter.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/findnearmv.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/findnearmv.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/generic/systemdependent.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/header.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/idct_blk.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/idctllm.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/invtrans.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/loopfilter.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/loopfilter_filters.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/mbpitch.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/mfqe.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/modecont.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/modecont.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/mv.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/onyx.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/onyxc_int.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/onyxd.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/postproc.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/postproc.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/ppflags.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/quant_common.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/quant_common.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/reconinter.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/reconinter.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/reconintra.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/reconintra.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/reconintra4x4.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/reconintra4x4.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/rtcd.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/systemdependent.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/threading.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/treecoder.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/treecoder.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/vp8_entropymodedata.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/vp8_loopfilter.c",
+ "//third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c",
+ "//third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.h",
+ "//third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c",
+ "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c",
+ "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.h",
+ "//third_party/libvpx/source/libvpx/vp8/decoder/decoderthreading.h",
+ "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c",
+ "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.h",
+ "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c",
+ "//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",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.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",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/dct.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_cost.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_tokens.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/defaultcoefcounts.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/denoising.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/denoising.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/encodeframe.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/encodeframe.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/encodeintra.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/encodeintra.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/encodemb.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/encodemb.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/encodemv.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/encodemv.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/ethreading.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/firstpass.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/lookahead.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/mcomp.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/mcomp.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/modecosts.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/modecosts.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/mr_dissim.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/mr_dissim.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/onyx_if.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/onyx_int.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/pickinter.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/pickinter.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/picklpf.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/quantize.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/ratectrl.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/ratectrl.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/rdopt.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/rdopt.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/segmentation.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/segmentation.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/tokenize.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/tokenize.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/treewriter.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/treewriter.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/vp8_quantize.c",
+ "//third_party/libvpx/source/libvpx/vp8/vp8_cx_iface.c",
+ "//third_party/libvpx/source/libvpx/vp8/vp8_dx_iface.c",
+ "//third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h",
+ "//third_party/libvpx/source/libvpx/vpx/internal/vpx_psnr.h",
+ "//third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c",
+ "//third_party/libvpx/source/libvpx/vpx/src/vpx_decoder.c",
+ "//third_party/libvpx/source/libvpx/vpx/src/vpx_encoder.c",
+ "//third_party/libvpx/source/libvpx/vpx/src/vpx_image.c",
+ "//third_party/libvpx/source/libvpx/vpx/src/vpx_psnr.c",
+ "//third_party/libvpx/source/libvpx/vpx/vp8.h",
+ "//third_party/libvpx/source/libvpx/vpx/vp8cx.h",
+ "//third_party/libvpx/source/libvpx/vpx/vp8dx.h",
+ "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h",
+ "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h",
+ "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h",
+ "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h",
+ "//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/intrapred_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_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/variance_neon.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter_buffer.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter_buffer.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/intrapred.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/loopfilter.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/prob.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/prob.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/subtract.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/txfm_common.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/variance.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/variance.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_convolve.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_convolve.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_common.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_filter.h",
+ "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
+ "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
+ "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
+ "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
+ "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
+ "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c",
+ "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
+ "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
+ "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
+ "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
+ "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
+ "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h",
+ "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c",
+ "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h",
+]
+libvpx_srcs_arm_neon_no_vp9_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/intrapred_neon_asm.asm",
+ "//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/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/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",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm",
+]
libvpx_srcs_arm_neon_cpu_detect = [
"//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c",
"//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h",
@@ -2451,6 +2702,229 @@ libvpx_srcs_arm64 = [
"//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h",
]
libvpx_srcs_arm64_assembly = []
+libvpx_srcs_arm64_no_vp9 = [
+ "//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",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dc_only_idct_add_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequant_idct_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequantizeb_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_blk_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_0_2x_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_full_2x_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/iwalsh_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/mbloopfilter_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/sixtappredict_neon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/vp8_loopfilter_neon.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",
+ "//third_party/libvpx/source/libvpx/vp8/common/common.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/copy_c.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/debugmodes.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/default_coef_probs.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/dequantize.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/entropy.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/entropy.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/entropymode.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/entropymode.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/entropymv.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/entropymv.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/extend.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/extend.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/filter.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/filter.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/findnearmv.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/findnearmv.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/generic/systemdependent.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/header.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/idct_blk.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/idctllm.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/invtrans.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/loopfilter.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/loopfilter_filters.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/mbpitch.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/mfqe.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/modecont.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/modecont.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/mv.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/onyx.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/onyxc_int.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/onyxd.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/postproc.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/postproc.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/ppflags.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/quant_common.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/quant_common.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/reconinter.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/reconinter.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/reconintra.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/reconintra.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/reconintra4x4.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/reconintra4x4.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/rtcd.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/systemdependent.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/threading.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/treecoder.c",
+ "//third_party/libvpx/source/libvpx/vp8/common/treecoder.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/vp8_entropymodedata.h",
+ "//third_party/libvpx/source/libvpx/vp8/common/vp8_loopfilter.c",
+ "//third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c",
+ "//third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.h",
+ "//third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c",
+ "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c",
+ "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.h",
+ "//third_party/libvpx/source/libvpx/vp8/decoder/decoderthreading.h",
+ "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c",
+ "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.h",
+ "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c",
+ "//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",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.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",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/dct.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_cost.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_tokens.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/defaultcoefcounts.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/denoising.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/denoising.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/encodeframe.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/encodeframe.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/encodeintra.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/encodeintra.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/encodemb.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/encodemb.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/encodemv.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/encodemv.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/ethreading.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/firstpass.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/lookahead.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/mcomp.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/mcomp.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/modecosts.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/modecosts.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/mr_dissim.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/mr_dissim.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/onyx_if.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/onyx_int.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/pickinter.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/pickinter.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/picklpf.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/quantize.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/ratectrl.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/ratectrl.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/rdopt.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/rdopt.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/segmentation.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/segmentation.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/tokenize.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/tokenize.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/treewriter.c",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/treewriter.h",
+ "//third_party/libvpx/source/libvpx/vp8/encoder/vp8_quantize.c",
+ "//third_party/libvpx/source/libvpx/vp8/vp8_cx_iface.c",
+ "//third_party/libvpx/source/libvpx/vp8/vp8_dx_iface.c",
+ "//third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h",
+ "//third_party/libvpx/source/libvpx/vpx/internal/vpx_psnr.h",
+ "//third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c",
+ "//third_party/libvpx/source/libvpx/vpx/src/vpx_decoder.c",
+ "//third_party/libvpx/source/libvpx/vpx/src/vpx_encoder.c",
+ "//third_party/libvpx/source/libvpx/vpx/src/vpx_image.c",
+ "//third_party/libvpx/source/libvpx/vpx/src/vpx_psnr.c",
+ "//third_party/libvpx/source/libvpx/vpx/vp8.h",
+ "//third_party/libvpx/source/libvpx/vpx/vp8cx.h",
+ "//third_party/libvpx/source/libvpx/vpx/vp8dx.h",
+ "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h",
+ "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h",
+ "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h",
+ "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h",
+ "//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/intrapred_neon.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_16_neon.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_4_neon.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_8_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/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",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter_buffer.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter_buffer.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/intrapred.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/loopfilter.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/prob.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/prob.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/subtract.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/txfm_common.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/variance.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/variance.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_convolve.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_convolve.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_common.h",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_filter.h",
+ "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
+ "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
+ "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
+ "//third_party/libvpx/source/libvpx/vpx_ports/bitops.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/system_state.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
+ "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
+ "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
+ "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c",
+ "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
+ "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
+ "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
+ "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
+ "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
+ "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h",
+ "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c",
+ "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h",
+]
+libvpx_srcs_arm64_no_vp9_assembly = []
libvpx_srcs_mips = [
"//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c",
"//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h",

Powered by Google App Engine
This is Rietveld 408576698