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

Side by Side Diff: libvpx_srcs.gni

Issue 864883002: Enable the vp9 temporal denoiser (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 11 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 unified diff | Download patch
« no previous file with comments | « generate_gypi.sh ('k') | libvpx_srcs_arm.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_avg.c", 209 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_avg.c",
210 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c", 210 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c",
211 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.h", 211 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.h",
212 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_block.h", 212 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_block.h",
213 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c", 213 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c",
214 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.h", 214 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.h",
215 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c", 215 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c",
216 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.h", 216 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.h",
217 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c", 217 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c",
218 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.h", 218 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.h",
219 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.c",
220 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.h",
219 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c", 221 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c",
220 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.h", 222 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.h",
221 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c", 223 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c",
222 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.h", 224 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.h",
223 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c", 225 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c",
224 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.h", 226 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.h",
225 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c", 227 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c",
226 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h", 228 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h",
227 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c", 229 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c",
228 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.h", 230 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.h",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_sse2.c", 375 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_sse2.c",
374 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/denoising_sse2.c", 376 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/denoising_sse2.c",
375 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse2.c", 377 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse2.c",
376 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c", 378 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c",
377 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c", 379 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c",
378 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_sse2. c", 380 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_sse2. c",
379 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_avg_intrin_sse2.c", 381 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_avg_intrin_sse2.c",
380 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct32x32_sse2.c", 382 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct32x32_sse2.c",
381 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_impl_sse2.c", 383 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_impl_sse2.c",
382 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c", 384 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c",
385 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_denoiser_sse2.c",
383 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_sse2.c", 386 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_sse2.c",
384 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_variance_sse2.c", 387 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_variance_sse2.c",
385 ] 388 ]
386 libvpx_srcs_x86_sse3 = [ 389 libvpx_srcs_x86_sse3 = [
387 ] 390 ]
388 libvpx_srcs_x86_ssse3 = [ 391 libvpx_srcs_x86_ssse3 = [
389 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_ssse3.c", 392 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_ssse3.c",
390 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.c", 393 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.c",
391 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_ssse3.c", 394 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_ssse3.c",
392 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_ssse 3.c", 395 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_ssse 3.c",
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_avg.c", 608 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_avg.c",
606 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c", 609 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c",
607 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.h", 610 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.h",
608 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_block.h", 611 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_block.h",
609 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c", 612 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c",
610 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.h", 613 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.h",
611 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c", 614 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c",
612 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.h", 615 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.h",
613 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c", 616 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c",
614 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.h", 617 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.h",
618 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.c",
619 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.h",
615 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c", 620 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c",
616 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.h", 621 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.h",
617 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c", 622 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c",
618 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.h", 623 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.h",
619 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c", 624 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c",
620 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.h", 625 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.h",
621 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c", 626 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c",
622 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h", 627 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h",
623 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c", 628 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c",
624 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.h", 629 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.h",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_sse2.c", 780 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_sse2.c",
776 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/denoising_sse2.c", 781 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/denoising_sse2.c",
777 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse2.c", 782 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse2.c",
778 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c", 783 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c",
779 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c", 784 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c",
780 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_sse2. c", 785 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_sse2. c",
781 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_avg_intrin_sse2.c", 786 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_avg_intrin_sse2.c",
782 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct32x32_sse2.c", 787 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct32x32_sse2.c",
783 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_impl_sse2.c", 788 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_impl_sse2.c",
784 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c", 789 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c",
790 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_denoiser_sse2.c",
785 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_sse2.c", 791 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_sse2.c",
786 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_variance_sse2.c", 792 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_variance_sse2.c",
787 ] 793 ]
788 libvpx_srcs_x86_64_sse3 = [ 794 libvpx_srcs_x86_64_sse3 = [
789 ] 795 ]
790 libvpx_srcs_x86_64_ssse3 = [ 796 libvpx_srcs_x86_64_ssse3 = [
791 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_ssse3.c", 797 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_ssse3.c",
792 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.c", 798 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.c",
793 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_ssse3.c", 799 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_ssse3.c",
794 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_ssse 3.c", 800 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_ssse 3.c",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_avg.c", 1015 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_avg.c",
1010 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c", 1016 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c",
1011 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.h", 1017 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.h",
1012 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_block.h", 1018 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_block.h",
1013 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c", 1019 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c",
1014 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.h", 1020 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.h",
1015 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c", 1021 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c",
1016 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.h", 1022 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.h",
1017 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c", 1023 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c",
1018 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.h", 1024 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.h",
1025 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.c",
1026 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.h",
1019 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c", 1027 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c",
1020 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.h", 1028 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.h",
1021 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c", 1029 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c",
1022 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.h", 1030 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.h",
1023 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c", 1031 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c",
1024 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.h", 1032 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.h",
1025 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c", 1033 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c",
1026 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h", 1034 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h",
1027 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c", 1035 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c",
1028 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.h", 1036 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.h",
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
1378 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_avg.c", 1386 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_avg.c",
1379 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c", 1387 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c",
1380 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.h", 1388 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.h",
1381 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_block.h", 1389 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_block.h",
1382 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c", 1390 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c",
1383 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.h", 1391 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.h",
1384 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c", 1392 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c",
1385 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.h", 1393 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.h",
1386 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c", 1394 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c",
1387 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.h", 1395 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.h",
1396 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.c",
1397 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.h",
1388 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c", 1398 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c",
1389 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.h", 1399 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.h",
1390 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c", 1400 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c",
1391 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.h", 1401 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.h",
1392 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c", 1402 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c",
1393 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.h", 1403 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.h",
1394 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c", 1404 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c",
1395 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h", 1405 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h",
1396 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c", 1406 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c",
1397 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.h", 1407 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.h",
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
1730 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_avg.c", 1740 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_avg.c",
1731 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c", 1741 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c",
1732 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.h", 1742 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.h",
1733 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_block.h", 1743 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_block.h",
1734 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c", 1744 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c",
1735 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.h", 1745 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.h",
1736 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c", 1746 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c",
1737 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.h", 1747 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.h",
1738 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c", 1748 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c",
1739 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.h", 1749 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.h",
1750 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.c",
1751 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.h",
1740 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c", 1752 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c",
1741 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.h", 1753 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.h",
1742 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c", 1754 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c",
1743 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.h", 1755 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.h",
1744 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c", 1756 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c",
1745 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.h", 1757 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.h",
1746 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c", 1758 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c",
1747 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h", 1759 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h",
1748 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c", 1760 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c",
1749 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.h", 1761 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.h",
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
2166 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_avg.c", 2178 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_avg.c",
2167 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c", 2179 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c",
2168 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.h", 2180 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.h",
2169 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_block.h", 2181 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_block.h",
2170 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c", 2182 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c",
2171 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.h", 2183 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.h",
2172 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c", 2184 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c",
2173 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.h", 2185 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.h",
2174 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c", 2186 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c",
2175 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.h", 2187 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.h",
2188 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.c",
2189 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.h",
2176 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c", 2190 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c",
2177 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.h", 2191 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.h",
2178 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c", 2192 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c",
2179 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.h", 2193 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.h",
2180 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c", 2194 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c",
2181 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.h", 2195 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.h",
2182 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c", 2196 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c",
2183 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h", 2197 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h",
2184 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c", 2198 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c",
2185 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.h", 2199 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.h",
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
2471 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_avg.c", 2485 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_avg.c",
2472 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c", 2486 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c",
2473 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.h", 2487 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.h",
2474 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_block.h", 2488 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_block.h",
2475 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c", 2489 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c",
2476 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.h", 2490 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.h",
2477 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c", 2491 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c",
2478 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.h", 2492 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.h",
2479 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c", 2493 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c",
2480 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.h", 2494 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.h",
2495 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.c",
2496 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.h",
2481 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c", 2497 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c",
2482 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.h", 2498 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.h",
2483 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c", 2499 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c",
2484 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.h", 2500 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.h",
2485 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c", 2501 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c",
2486 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.h", 2502 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.h",
2487 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c", 2503 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c",
2488 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h", 2504 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h",
2489 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c", 2505 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c",
2490 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.h", 2506 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.h",
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
2772 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_avg.c", 2788 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_avg.c",
2773 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c", 2789 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c",
2774 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.h", 2790 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.h",
2775 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_block.h", 2791 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_block.h",
2776 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c", 2792 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c",
2777 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.h", 2793 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.h",
2778 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c", 2794 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c",
2779 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.h", 2795 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.h",
2780 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c", 2796 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c",
2781 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.h", 2797 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.h",
2798 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.c",
2799 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.h",
2782 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c", 2800 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c",
2783 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.h", 2801 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.h",
2784 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c", 2802 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c",
2785 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.h", 2803 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.h",
2786 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c", 2804 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c",
2787 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.h", 2805 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.h",
2788 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c", 2806 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c",
2789 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h", 2807 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h",
2790 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c", 2808 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c",
2791 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.h", 2809 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.h",
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
3073 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_avg.c", 3091 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_avg.c",
3074 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c", 3092 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c",
3075 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.h", 3093 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.h",
3076 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_block.h", 3094 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_block.h",
3077 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c", 3095 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c",
3078 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.h", 3096 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.h",
3079 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c", 3097 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c",
3080 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.h", 3098 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.h",
3081 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c", 3099 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c",
3082 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.h", 3100 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.h",
3101 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.c",
3102 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.h",
3083 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c", 3103 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c",
3084 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.h", 3104 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.h",
3085 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c", 3105 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c",
3086 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.h", 3106 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.h",
3087 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c", 3107 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c",
3088 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.h", 3108 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.h",
3089 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c", 3109 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c",
3090 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h", 3110 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.h",
3091 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c", 3111 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c",
3092 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.h", 3112 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.h",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
3167 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c", 3187 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
3168 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c", 3188 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c",
3169 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", 3189 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
3170 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", 3190 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
3171 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", 3191 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
3172 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", 3192 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
3173 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", 3193 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
3174 ] 3194 ]
3175 libvpx_srcs_generic_assembly = [ 3195 libvpx_srcs_generic_assembly = [
3176 ] 3196 ]
OLDNEW
« no previous file with comments | « generate_gypi.sh ('k') | libvpx_srcs_arm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698