| OLD | NEW |
| 1 # This file is generated. Do not edit. | 1 # This file is generated. Do not edit. |
| 2 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | 2 # Copyright (c) 2014 The Chromium Authors. All rights reserved. |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 libvpx_srcs_x86 = [ | 6 libvpx_srcs_x86 = [ |
| 7 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c", | 7 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c", |
| 8 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h", | 8 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h", |
| 9 "//third_party/libvpx/source/libvpx/vp8/common/blockd.c", | 9 "//third_party/libvpx/source/libvpx/vp8/common/blockd.c", |
| 10 "//third_party/libvpx/source/libvpx/vp8/common/blockd.h", | 10 "//third_party/libvpx/source/libvpx/vp8/common/blockd.h", |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h", | 344 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h", |
| 345 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c", | 345 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c", |
| 346 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h", | 346 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h", |
| 347 ] | 347 ] |
| 348 libvpx_srcs_x86_assembly = [ | 348 libvpx_srcs_x86_assembly = [ |
| 349 "//third_party/libvpx/source/libvpx/vp8/common/x86/copy_sse2.asm", | 349 "//third_party/libvpx/source/libvpx/vp8/common/x86/copy_sse2.asm", |
| 350 "//third_party/libvpx/source/libvpx/vp8/common/x86/copy_sse3.asm", | 350 "//third_party/libvpx/source/libvpx/vp8/common/x86/copy_sse3.asm", |
| 351 "//third_party/libvpx/source/libvpx/vp8/common/x86/dequantize_mmx.asm", | 351 "//third_party/libvpx/source/libvpx/vp8/common/x86/dequantize_mmx.asm", |
| 352 "//third_party/libvpx/source/libvpx/vp8/common/x86/idctllm_mmx.asm", | 352 "//third_party/libvpx/source/libvpx/vp8/common/x86/idctllm_mmx.asm", |
| 353 "//third_party/libvpx/source/libvpx/vp8/common/x86/idctllm_sse2.asm", | 353 "//third_party/libvpx/source/libvpx/vp8/common/x86/idctllm_sse2.asm", |
| 354 "//third_party/libvpx/source/libvpx/vp8/common/x86/iwalsh_mmx.asm", | |
| 355 "//third_party/libvpx/source/libvpx/vp8/common/x86/iwalsh_sse2.asm", | 354 "//third_party/libvpx/source/libvpx/vp8/common/x86/iwalsh_sse2.asm", |
| 356 "//third_party/libvpx/source/libvpx/vp8/common/x86/loopfilter_sse2.asm", | 355 "//third_party/libvpx/source/libvpx/vp8/common/x86/loopfilter_sse2.asm", |
| 357 "//third_party/libvpx/source/libvpx/vp8/common/x86/mfqe_sse2.asm", | 356 "//third_party/libvpx/source/libvpx/vp8/common/x86/mfqe_sse2.asm", |
| 358 "//third_party/libvpx/source/libvpx/vp8/common/x86/recon_mmx.asm", | 357 "//third_party/libvpx/source/libvpx/vp8/common/x86/recon_mmx.asm", |
| 359 "//third_party/libvpx/source/libvpx/vp8/common/x86/recon_sse2.asm", | 358 "//third_party/libvpx/source/libvpx/vp8/common/x86/recon_sse2.asm", |
| 360 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_mmx.asm", | 359 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_mmx.asm", |
| 361 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_sse2.asm", | 360 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_sse2.asm", |
| 362 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_ssse3.asm", | 361 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_ssse3.asm", |
| 363 "//third_party/libvpx/source/libvpx/vp8/common/x86/vp8_loopfilter_mmx.asm", | |
| 364 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_mmx.asm", | |
| 365 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_sse2.asm", | 362 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_sse2.asm", |
| 366 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/encodeopt.asm", | 363 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/encodeopt.asm", |
| 367 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm", | 364 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm", |
| 368 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_mmx.asm", | 365 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_mmx.asm", |
| 369 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_mfqe_sse2.asm", | 366 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_mfqe_sse2.asm", |
| 370 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.asm", | 367 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.asm", |
| 371 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_highbd_error_avx.asm", | 368 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_highbd_error_avx.asm", |
| 372 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_highbd_error_sse2.asm"
, | 369 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_highbd_error_sse2.asm"
, |
| 373 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_temporal_filter_apply_
sse2.asm", | 370 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_temporal_filter_apply_
sse2.asm", |
| 374 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/add_noise_sse2.asm", | 371 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/add_noise_sse2.asm", |
| (...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 783 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h", | 780 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h", |
| 784 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c", | 781 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c", |
| 785 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h", | 782 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h", |
| 786 ] | 783 ] |
| 787 libvpx_srcs_x86_64_assembly = [ | 784 libvpx_srcs_x86_64_assembly = [ |
| 788 "//third_party/libvpx/source/libvpx/vp8/common/x86/copy_sse2.asm", | 785 "//third_party/libvpx/source/libvpx/vp8/common/x86/copy_sse2.asm", |
| 789 "//third_party/libvpx/source/libvpx/vp8/common/x86/copy_sse3.asm", | 786 "//third_party/libvpx/source/libvpx/vp8/common/x86/copy_sse3.asm", |
| 790 "//third_party/libvpx/source/libvpx/vp8/common/x86/dequantize_mmx.asm", | 787 "//third_party/libvpx/source/libvpx/vp8/common/x86/dequantize_mmx.asm", |
| 791 "//third_party/libvpx/source/libvpx/vp8/common/x86/idctllm_mmx.asm", | 788 "//third_party/libvpx/source/libvpx/vp8/common/x86/idctllm_mmx.asm", |
| 792 "//third_party/libvpx/source/libvpx/vp8/common/x86/idctllm_sse2.asm", | 789 "//third_party/libvpx/source/libvpx/vp8/common/x86/idctllm_sse2.asm", |
| 793 "//third_party/libvpx/source/libvpx/vp8/common/x86/iwalsh_mmx.asm", | |
| 794 "//third_party/libvpx/source/libvpx/vp8/common/x86/iwalsh_sse2.asm", | 790 "//third_party/libvpx/source/libvpx/vp8/common/x86/iwalsh_sse2.asm", |
| 795 "//third_party/libvpx/source/libvpx/vp8/common/x86/loopfilter_block_sse2_x86_6
4.asm", | 791 "//third_party/libvpx/source/libvpx/vp8/common/x86/loopfilter_block_sse2_x86_6
4.asm", |
| 796 "//third_party/libvpx/source/libvpx/vp8/common/x86/loopfilter_sse2.asm", | 792 "//third_party/libvpx/source/libvpx/vp8/common/x86/loopfilter_sse2.asm", |
| 797 "//third_party/libvpx/source/libvpx/vp8/common/x86/mfqe_sse2.asm", | 793 "//third_party/libvpx/source/libvpx/vp8/common/x86/mfqe_sse2.asm", |
| 798 "//third_party/libvpx/source/libvpx/vp8/common/x86/recon_mmx.asm", | 794 "//third_party/libvpx/source/libvpx/vp8/common/x86/recon_mmx.asm", |
| 799 "//third_party/libvpx/source/libvpx/vp8/common/x86/recon_sse2.asm", | 795 "//third_party/libvpx/source/libvpx/vp8/common/x86/recon_sse2.asm", |
| 800 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_mmx.asm", | 796 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_mmx.asm", |
| 801 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_sse2.asm", | 797 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_sse2.asm", |
| 802 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_ssse3.asm", | 798 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_ssse3.asm", |
| 803 "//third_party/libvpx/source/libvpx/vp8/common/x86/vp8_loopfilter_mmx.asm", | |
| 804 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_mmx.asm", | |
| 805 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_sse2.asm", | 799 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_sse2.asm", |
| 806 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/encodeopt.asm", | 800 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/encodeopt.asm", |
| 807 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm", | 801 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm", |
| 808 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_mmx.asm", | 802 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_mmx.asm", |
| 809 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_mfqe_sse2.asm", | 803 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_mfqe_sse2.asm", |
| 810 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.asm", | 804 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.asm", |
| 811 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_highbd_error_avx.asm", | 805 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_highbd_error_avx.asm", |
| 812 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_highbd_error_sse2.asm"
, | 806 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_highbd_error_sse2.asm"
, |
| 813 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.
asm", | 807 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.
asm", |
| 814 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_temporal_filter_apply_
sse2.asm", | 808 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_temporal_filter_apply_
sse2.asm", |
| (...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1516 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h", | 1510 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h", |
| 1517 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h", | 1511 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h", |
| 1518 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h", | 1512 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h", |
| 1519 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h", | 1513 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h", |
| 1520 "//third_party/libvpx/source/libvpx/vpx_dsp/add_noise.c", | 1514 "//third_party/libvpx/source/libvpx/vpx_dsp/add_noise.c", |
| 1521 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/avg_neon.c", | 1515 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/avg_neon.c", |
| 1522 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c", | 1516 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c", |
| 1523 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/hadamard_neon.c", | 1517 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/hadamard_neon.c", |
| 1524 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_neon.c", | 1518 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_neon.c", |
| 1525 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon.c", | 1519 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon.c", |
| 1526 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_neon.c", | 1520 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_vertical_4_dual_neo
n.c", |
| 1527 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c", | 1521 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c", |
| 1528 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c", | 1522 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c", |
| 1529 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_neon.c", | 1523 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_neon.c", |
| 1530 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subtract_neon.c", | 1524 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subtract_neon.c", |
| 1531 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/transpose_neon.h", | 1525 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/transpose_neon.h", |
| 1532 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c", | 1526 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c", |
| 1533 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c", | 1527 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c", |
| 1534 "//third_party/libvpx/source/libvpx/vpx_dsp/avg.c", | 1528 "//third_party/libvpx/source/libvpx/vpx_dsp/avg.c", |
| 1535 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c", | 1529 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c", |
| 1536 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.h", | 1530 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.h", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1596 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.asm", | 1590 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.asm", |
| 1597 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.asm", | 1591 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.asm", |
| 1598 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.asm", | 1592 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.asm", |
| 1599 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_add_neon.asm", | 1593 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_add_neon.asm", |
| 1600 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.asm", | 1594 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.asm", |
| 1601 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.asm", | 1595 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.asm", |
| 1602 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon_asm.asm", | 1596 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon_asm.asm", |
| 1603 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_16_neon.asm", | 1597 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_16_neon.asm", |
| 1604 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_4_neon.asm", | 1598 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_4_neon.asm", |
| 1605 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_8_neon.asm", | 1599 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_8_neon.asm", |
| 1606 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_mb_neon.asm", | |
| 1607 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/save_reg_neon.asm", | 1600 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/save_reg_neon.asm", |
| 1608 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_neon_asm.asm
", | 1601 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_neon_asm.asm
", |
| 1609 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.asm", | 1602 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.asm", |
| 1610 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm"
, | 1603 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm"
, |
| 1611 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm
", | 1604 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm
", |
| 1612 ] | 1605 ] |
| 1613 libvpx_srcs_arm_neon_cpu_detect = [ | 1606 libvpx_srcs_arm_neon_cpu_detect = [ |
| 1614 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c", | 1607 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c", |
| 1615 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h", | 1608 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h", |
| 1616 "//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c", | 1609 "//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c", |
| (...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1949 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.asm", | 1942 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.asm", |
| 1950 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.asm", | 1943 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.asm", |
| 1951 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.asm", | 1944 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.asm", |
| 1952 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_add_neon.asm", | 1945 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_add_neon.asm", |
| 1953 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.asm", | 1946 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.asm", |
| 1954 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.asm", | 1947 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.asm", |
| 1955 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon_asm.asm", | 1948 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon_asm.asm", |
| 1956 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_16_neon.asm", | 1949 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_16_neon.asm", |
| 1957 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_4_neon.asm", | 1950 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_4_neon.asm", |
| 1958 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_8_neon.asm", | 1951 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_8_neon.asm", |
| 1959 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_mb_neon.asm", | |
| 1960 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/save_reg_neon.asm", | 1952 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/save_reg_neon.asm", |
| 1961 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_neon_asm.asm
", | 1953 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_neon_asm.asm
", |
| 1962 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.asm", | 1954 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.asm", |
| 1963 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm"
, | 1955 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm"
, |
| 1964 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm
", | 1956 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm
", |
| 1965 ] | 1957 ] |
| 1966 libvpx_srcs_arm_neon_cpu_detect_neon = [ | 1958 libvpx_srcs_arm_neon_cpu_detect_neon = [ |
| 1967 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c
", | 1959 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c
", |
| 1968 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/copymem_neon.c", | 1960 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/copymem_neon.c", |
| 1969 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dc_only_idct_add_neon.
c", | 1961 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dc_only_idct_add_neon.
c", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 1986 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c"
, | 1978 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c"
, |
| 1987 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c"
, | 1979 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c"
, |
| 1988 "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_dct_neon.c", | 1980 "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_dct_neon.c", |
| 1989 "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_error_neon.c", | 1981 "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_error_neon.c", |
| 1990 "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c", | 1982 "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c", |
| 1991 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/avg_neon.c", | 1983 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/avg_neon.c", |
| 1992 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c", | 1984 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c", |
| 1993 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/hadamard_neon.c", | 1985 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/hadamard_neon.c", |
| 1994 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_neon.c", | 1986 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_neon.c", |
| 1995 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon.c", | 1987 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon.c", |
| 1996 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_neon.c", | 1988 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_vertical_4_dual_neo
n.c", |
| 1997 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c", | 1989 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c", |
| 1998 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c", | 1990 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c", |
| 1999 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_neon.c", | 1991 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_neon.c", |
| 2000 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subtract_neon.c", | 1992 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subtract_neon.c", |
| 2001 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c", | 1993 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c", |
| 2002 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c", | 1994 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c", |
| 2003 ] | 1995 ] |
| 2004 libvpx_srcs_arm64 = [ | 1996 libvpx_srcs_arm64 = [ |
| 2005 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c", | 1997 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c", |
| 2006 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h", | 1998 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h", |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2304 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.c", | 2296 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.c", |
| 2305 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_add_neon.c", | 2297 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_add_neon.c", |
| 2306 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_neon.c", | 2298 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_neon.c", |
| 2307 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c", | 2299 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c", |
| 2308 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.c", | 2300 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.c", |
| 2309 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.c", | 2301 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.c", |
| 2310 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_add_neon.c", | 2302 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_add_neon.c", |
| 2311 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.c", | 2303 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.c", |
| 2312 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.c", | 2304 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.c", |
| 2313 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon.c", | 2305 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon.c", |
| 2314 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_mb_neon.c", | 2306 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_neon.c", |
| 2315 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c", | 2307 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c", |
| 2316 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c", | 2308 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c", |
| 2317 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_neon.c", | 2309 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_neon.c", |
| 2318 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subtract_neon.c", | 2310 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subtract_neon.c", |
| 2319 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/transpose_neon.h", | 2311 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/transpose_neon.h", |
| 2320 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c", | 2312 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c", |
| 2321 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_neon.c", | |
| 2322 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c", | 2313 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c", |
| 2323 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon.c", | 2314 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon.c", |
| 2324 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_copy_neon.c", | 2315 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_copy_neon.c", |
| 2325 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c", | 2316 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c", |
| 2326 "//third_party/libvpx/source/libvpx/vpx_dsp/avg.c", | 2317 "//third_party/libvpx/source/libvpx/vpx_dsp/avg.c", |
| 2327 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c", | 2318 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c", |
| 2328 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.h", | 2319 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.h", |
| 2329 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.c", | 2320 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.c", |
| 2330 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.h", | 2321 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.h", |
| 2331 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.c", | 2322 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.c", |
| (...skipping 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3366 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", | 3357 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", |
| 3367 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", | 3358 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", |
| 3368 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", | 3359 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", |
| 3369 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", | 3360 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", |
| 3370 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", | 3361 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", |
| 3371 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h", | 3362 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h", |
| 3372 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c", | 3363 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c", |
| 3373 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h", | 3364 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h", |
| 3374 ] | 3365 ] |
| 3375 libvpx_srcs_generic_assembly = [] | 3366 libvpx_srcs_generic_assembly = [] |
| OLD | NEW |