| 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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_mmx.asm", | 364 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_mmx.asm", |
| 365 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_sse2.asm", | 365 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_sse2.asm", |
| 366 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_ssse3.asm", | 366 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_ssse3.asm", |
| 367 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_sse2.asm", | 367 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_sse2.asm", |
| 368 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/encodeopt.asm", | 368 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/encodeopt.asm", |
| 369 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm", | 369 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm", |
| 370 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_mmx.asm", | 370 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_mmx.asm", |
| 371 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_mfqe_sse2.asm", | 371 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_mfqe_sse2.asm", |
| 372 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.asm", | 372 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.asm", |
| 373 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_sse2.asm", | 373 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_sse2.asm", |
| 374 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_highbd_error_avx.asm", | |
| 375 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_highbd_error_sse2.asm"
, | |
| 376 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_temporal_filter_apply_
sse2.asm", | 374 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_temporal_filter_apply_
sse2.asm", |
| 377 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/add_noise_sse2.asm", | 375 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/add_noise_sse2.asm", |
| 378 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/deblock_sse2.asm", | 376 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/deblock_sse2.asm", |
| 379 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_intrapred_sse2.asm", | 377 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_intrapred_sse2.asm", |
| 380 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_sse2.asm", | 378 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_sse2.asm", |
| 381 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_sse2.asm", | 379 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_sse2.asm", |
| 382 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_subpel_variance_impl_ss
e2.asm", | 380 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_subpel_variance_impl_ss
e2.asm", |
| 383 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_variance_impl_sse2.asm"
, | 381 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_variance_impl_sse2.asm"
, |
| 384 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/intrapred_sse2.asm", | 382 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/intrapred_sse2.asm", |
| 385 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/intrapred_ssse3.asm", | 383 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/intrapred_ssse3.asm", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_sse2.c", | 420 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_sse2.c", |
| 423 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/loopfilter_sse2.c", | 421 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/loopfilter_sse2.c", |
| 424 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_sse2.c", | 422 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_sse2.c", |
| 425 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sum_squares_sse2.c", | 423 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sum_squares_sse2.c", |
| 426 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_sse2.c", | 424 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_sse2.c", |
| 427 ] | 425 ] |
| 428 libvpx_srcs_x86_sse3 = [] | 426 libvpx_srcs_x86_sse3 = [] |
| 429 libvpx_srcs_x86_ssse3 = [ | 427 libvpx_srcs_x86_ssse3 = [ |
| 430 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.c", | 428 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.c", |
| 431 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c", | 429 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c", |
| 430 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_frame_scale_ssse3.c", |
| 432 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.c", | 431 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.c", |
| 433 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c
", | 432 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c
", |
| 434 ] | 433 ] |
| 435 libvpx_srcs_x86_sse4_1 = | 434 libvpx_srcs_x86_sse4_1 = |
| 436 [ "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c" ] | 435 [ "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c" ] |
| 437 libvpx_srcs_x86_avx = [ "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_
diamond_search_sad_avx.c" ] | 436 libvpx_srcs_x86_avx = [ "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_
diamond_search_sad_avx.c" ] |
| 438 libvpx_srcs_x86_avx2 = [ | 437 libvpx_srcs_x86_avx2 = [ |
| 439 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_intrin_avx2.c", | 438 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_intrin_avx2.c", |
| 440 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/fwd_txfm_avx2.c", | 439 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/fwd_txfm_avx2.c", |
| 441 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/loopfilter_avx2.c", | 440 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/loopfilter_avx2.c", |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 807 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_mmx.asm", | 806 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_mmx.asm", |
| 808 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_sse2.asm", | 807 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_sse2.asm", |
| 809 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_ssse3.asm", | 808 "//third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_ssse3.asm", |
| 810 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_sse2.asm", | 809 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_sse2.asm", |
| 811 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/encodeopt.asm", | 810 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/encodeopt.asm", |
| 812 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm", | 811 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm", |
| 813 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_mmx.asm", | 812 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_mmx.asm", |
| 814 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_mfqe_sse2.asm", | 813 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_mfqe_sse2.asm", |
| 815 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.asm", | 814 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.asm", |
| 816 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_sse2.asm", | 815 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_sse2.asm", |
| 817 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_highbd_error_avx.asm", | |
| 818 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_highbd_error_sse2.asm"
, | |
| 819 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.
asm", | 816 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.
asm", |
| 820 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_temporal_filter_apply_
sse2.asm", | 817 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_temporal_filter_apply_
sse2.asm", |
| 821 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/add_noise_sse2.asm", | 818 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/add_noise_sse2.asm", |
| 822 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_ssse3_x86_64.asm", | 819 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_ssse3_x86_64.asm", |
| 823 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/deblock_sse2.asm", | 820 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/deblock_sse2.asm", |
| 824 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm", | 821 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm", |
| 825 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_intrapred_sse2.asm", | 822 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_intrapred_sse2.asm", |
| 826 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_sse2.asm", | 823 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_sse2.asm", |
| 827 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_sse2.asm", | 824 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_sse2.asm", |
| 828 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_subpel_variance_impl_ss
e2.asm", | 825 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_subpel_variance_impl_ss
e2.asm", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 871 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_sse2.c", | 868 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_sse2.c", |
| 872 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/loopfilter_sse2.c", | 869 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/loopfilter_sse2.c", |
| 873 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_sse2.c", | 870 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_sse2.c", |
| 874 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sum_squares_sse2.c", | 871 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sum_squares_sse2.c", |
| 875 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_sse2.c", | 872 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_sse2.c", |
| 876 ] | 873 ] |
| 877 libvpx_srcs_x86_64_sse3 = [] | 874 libvpx_srcs_x86_64_sse3 = [] |
| 878 libvpx_srcs_x86_64_ssse3 = [ | 875 libvpx_srcs_x86_64_ssse3 = [ |
| 879 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.c", | 876 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.c", |
| 880 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c", | 877 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c", |
| 878 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_frame_scale_ssse3.c", |
| 881 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.c", | 879 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.c", |
| 882 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c
", | 880 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c
", |
| 883 ] | 881 ] |
| 884 libvpx_srcs_x86_64_sse4_1 = | 882 libvpx_srcs_x86_64_sse4_1 = |
| 885 [ "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c" ] | 883 [ "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c" ] |
| 886 libvpx_srcs_x86_64_avx = [ "//third_party/libvpx/source/libvpx/vp9/encoder/x86/v
p9_diamond_search_sad_avx.c" ] | 884 libvpx_srcs_x86_64_avx = [ "//third_party/libvpx/source/libvpx/vp9/encoder/x86/v
p9_diamond_search_sad_avx.c" ] |
| 887 libvpx_srcs_x86_64_avx2 = [ | 885 libvpx_srcs_x86_64_avx2 = [ |
| 888 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_intrin_avx2.c", | 886 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_intrin_avx2.c", |
| 889 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/fwd_txfm_avx2.c", | 887 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/fwd_txfm_avx2.c", |
| 890 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/loopfilter_avx2.c", | 888 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/loopfilter_avx2.c", |
| (...skipping 2507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3398 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", | 3396 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", |
| 3399 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", | 3397 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", |
| 3400 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", | 3398 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", |
| 3401 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", | 3399 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", |
| 3402 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", | 3400 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", |
| 3403 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h", | 3401 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h", |
| 3404 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c", | 3402 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c", |
| 3405 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h", | 3403 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h", |
| 3406 ] | 3404 ] |
| 3407 libvpx_srcs_generic_assembly = [] | 3405 libvpx_srcs_generic_assembly = [] |
| OLD | NEW |