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

Side by Side Diff: third_party/libvpx/libvpx_srcs.gni

Issue 2221193003: Roll src/third_party/libvpx/source/libvpx/ 82070ae93..2d1e63d0c (48 commits). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « third_party/libvpx/README.chromium ('k') | third_party/libvpx/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 854 matching lines...) Expand 10 before | Expand all | Expand 10 after
865 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/loopfilter_avx2.c", 865 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/loopfilter_avx2.c",
866 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad4d_avx2.c", 866 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad4d_avx2.c",
867 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_avx2.c", 867 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_avx2.c",
868 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_avx2.c", 868 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_avx2.c",
869 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_impl_avx2.c", 869 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_impl_avx2.c",
870 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c" , 870 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c" ,
871 ] 871 ]
872 libvpx_srcs_arm = [ 872 libvpx_srcs_arm = [
873 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c", 873 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c",
874 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h", 874 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h",
875 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_blk_v6.c",
876 "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.c",
877 "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.h",
878 "//third_party/libvpx/source/libvpx/vp8/common/arm/dequantize_arm.c",
879 "//third_party/libvpx/source/libvpx/vp8/common/arm/filter_arm.c",
880 "//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c",
881 "//third_party/libvpx/source/libvpx/vp8/common/blockd.c", 875 "//third_party/libvpx/source/libvpx/vp8/common/blockd.c",
882 "//third_party/libvpx/source/libvpx/vp8/common/blockd.h", 876 "//third_party/libvpx/source/libvpx/vp8/common/blockd.h",
883 "//third_party/libvpx/source/libvpx/vp8/common/coefupdateprobs.h", 877 "//third_party/libvpx/source/libvpx/vp8/common/coefupdateprobs.h",
884 "//third_party/libvpx/source/libvpx/vp8/common/common.h", 878 "//third_party/libvpx/source/libvpx/vp8/common/common.h",
885 "//third_party/libvpx/source/libvpx/vp8/common/copy_c.c", 879 "//third_party/libvpx/source/libvpx/vp8/common/copy_c.c",
886 "//third_party/libvpx/source/libvpx/vp8/common/default_coef_probs.h", 880 "//third_party/libvpx/source/libvpx/vp8/common/default_coef_probs.h",
887 "//third_party/libvpx/source/libvpx/vp8/common/dequantize.c", 881 "//third_party/libvpx/source/libvpx/vp8/common/dequantize.c",
888 "//third_party/libvpx/source/libvpx/vp8/common/entropy.c", 882 "//third_party/libvpx/source/libvpx/vp8/common/entropy.c",
889 "//third_party/libvpx/source/libvpx/vp8/common/entropy.h", 883 "//third_party/libvpx/source/libvpx/vp8/common/entropy.h",
890 "//third_party/libvpx/source/libvpx/vp8/common/entropymode.c", 884 "//third_party/libvpx/source/libvpx/vp8/common/entropymode.c",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 "//third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c", 933 "//third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c",
940 "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c", 934 "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c",
941 "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.h", 935 "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.h",
942 "//third_party/libvpx/source/libvpx/vp8/decoder/decoderthreading.h", 936 "//third_party/libvpx/source/libvpx/vp8/decoder/decoderthreading.h",
943 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c", 937 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c",
944 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.h", 938 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.h",
945 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c", 939 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c",
946 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_int.h", 940 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_int.h",
947 "//third_party/libvpx/source/libvpx/vp8/decoder/threading.c", 941 "//third_party/libvpx/source/libvpx/vp8/decoder/threading.c",
948 "//third_party/libvpx/source/libvpx/vp8/decoder/treereader.h", 942 "//third_party/libvpx/source/libvpx/vp8/decoder/treereader.h",
949 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/dct_arm.c",
950 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c", 943 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c",
951 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.h", 944 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.h",
952 "//third_party/libvpx/source/libvpx/vp8/encoder/block.h", 945 "//third_party/libvpx/source/libvpx/vp8/encoder/block.h",
953 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.c", 946 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.c",
954 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.h", 947 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.h",
955 "//third_party/libvpx/source/libvpx/vp8/encoder/dct.c", 948 "//third_party/libvpx/source/libvpx/vp8/encoder/dct.c",
956 "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_cost.h", 949 "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_cost.h",
957 "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_tokens.h", 950 "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_tokens.h",
958 "//third_party/libvpx/source/libvpx/vp8/encoder/defaultcoefcounts.h", 951 "//third_party/libvpx/source/libvpx/vp8/encoder/defaultcoefcounts.h",
959 "//third_party/libvpx/source/libvpx/vp8/encoder/denoising.c", 952 "//third_party/libvpx/source/libvpx/vp8/encoder/denoising.c",
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
1140 "//third_party/libvpx/source/libvpx/vpx/vp8.h", 1133 "//third_party/libvpx/source/libvpx/vpx/vp8.h",
1141 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h", 1134 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h",
1142 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h", 1135 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h",
1143 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h", 1136 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h",
1144 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h", 1137 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h",
1145 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h", 1138 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h",
1146 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h", 1139 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h",
1147 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h", 1140 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h",
1148 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h", 1141 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h",
1149 "//third_party/libvpx/source/libvpx/vpx_dsp/add_noise.c", 1142 "//third_party/libvpx/source/libvpx/vpx_dsp/add_noise.c",
1150 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_media.c",
1151 "//third_party/libvpx/source/libvpx/vpx_dsp/avg.c", 1143 "//third_party/libvpx/source/libvpx/vpx_dsp/avg.c",
1152 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c", 1144 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c",
1153 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.h", 1145 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.h",
1154 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.c", 1146 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.c",
1155 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.h", 1147 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.h",
1156 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.c", 1148 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.c",
1157 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.h", 1149 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.h",
1158 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter_buffer.c", 1150 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter_buffer.c",
1159 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter_buffer.h", 1151 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter_buffer.h",
1160 "//third_party/libvpx/source/libvpx/vpx_dsp/deblock.c", 1152 "//third_party/libvpx/source/libvpx/vpx_dsp/deblock.c",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1200 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c", 1192 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c",
1201 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", 1193 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
1202 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", 1194 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
1203 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", 1195 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
1204 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", 1196 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
1205 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", 1197 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
1206 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h", 1198 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h",
1207 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c", 1199 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c",
1208 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h", 1200 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h",
1209 ] 1201 ]
1210 libvpx_srcs_arm_assembly = [ 1202 libvpx_srcs_arm_assembly = []
1211 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/bilinearfilter_v6.asm ",
1212 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem16x16_v6.asm",
1213 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x4_v6.asm",
1214 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x8_v6.asm",
1215 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dc_only_idct_add_v6.a sm",
1216 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm",
1217 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequantize_v6.asm",
1218 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/filter_v6.asm",
1219 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_v6.asm",
1220 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/iwalsh_v6.asm",
1221 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/loopfilter_v6.asm",
1222 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/simpleloopfilter_v6.a sm",
1223 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/sixtappredict8x4_v6.a sm",
1224 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_short_fdct4x4_ar mv6.asm",
1225 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/walsh_v6.asm",
1226 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/bilinear_filter_media.asm",
1227 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_media.asm",
1228 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_h_med ia.asm",
1229 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_hv_me dia.asm",
1230 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_v_med ia.asm",
1231 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_media.asm",
1232 ]
1233 libvpx_srcs_arm_neon = [ 1203 libvpx_srcs_arm_neon = [
1234 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c", 1204 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c",
1235 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h", 1205 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h",
1236 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_blk_v6.c",
1237 "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.c",
1238 "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.h",
1239 "//third_party/libvpx/source/libvpx/vp8/common/arm/dequantize_arm.c",
1240 "//third_party/libvpx/source/libvpx/vp8/common/arm/filter_arm.c",
1241 "//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c", 1206 "//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c",
1242 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c ", 1207 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c ",
1243 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/copymem_neon.c", 1208 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/copymem_neon.c",
1244 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dc_only_idct_add_neon. c", 1209 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dc_only_idct_add_neon. c",
1245 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequant_idct_neon.c", 1210 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequant_idct_neon.c",
1246 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequantizeb_neon.c", 1211 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequantizeb_neon.c",
1247 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_blk_neon.c", 1212 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_blk_neon.c",
1248 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_0_2x_neon .c", 1213 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_0_2x_neon .c",
1249 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_full_2x_n eon.c", 1214 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_full_2x_n eon.c",
1250 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/iwalsh_neon.c", 1215 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/iwalsh_neon.c",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 "//third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c", 1280 "//third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c",
1316 "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c", 1281 "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c",
1317 "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.h", 1282 "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.h",
1318 "//third_party/libvpx/source/libvpx/vp8/decoder/decoderthreading.h", 1283 "//third_party/libvpx/source/libvpx/vp8/decoder/decoderthreading.h",
1319 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c", 1284 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c",
1320 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.h", 1285 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.h",
1321 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c", 1286 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c",
1322 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_int.h", 1287 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_int.h",
1323 "//third_party/libvpx/source/libvpx/vp8/decoder/threading.c", 1288 "//third_party/libvpx/source/libvpx/vp8/decoder/threading.c",
1324 "//third_party/libvpx/source/libvpx/vp8/decoder/treereader.h", 1289 "//third_party/libvpx/source/libvpx/vp8/decoder/treereader.h",
1325 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/dct_arm.c",
1326 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/denoising_neon.c", 1290 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/denoising_neon.c",
1327 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.c" , 1291 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.c" ,
1328 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/shortfdct_neon.c", 1292 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/shortfdct_neon.c",
1329 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neo n.c", 1293 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neo n.c",
1330 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c", 1294 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c",
1331 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.h", 1295 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.h",
1332 "//third_party/libvpx/source/libvpx/vp8/encoder/block.h", 1296 "//third_party/libvpx/source/libvpx/vp8/encoder/block.h",
1333 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.c", 1297 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.c",
1334 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.h", 1298 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.h",
1335 "//third_party/libvpx/source/libvpx/vp8/encoder/dct.c", 1299 "//third_party/libvpx/source/libvpx/vp8/encoder/dct.c",
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
1533 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h", 1497 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h",
1534 "//third_party/libvpx/source/libvpx/vpx_dsp/add_noise.c", 1498 "//third_party/libvpx/source/libvpx/vpx_dsp/add_noise.c",
1535 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/avg_neon.c", 1499 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/avg_neon.c",
1536 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c", 1500 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c",
1537 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/hadamard_neon.c", 1501 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/hadamard_neon.c",
1538 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_neon.c", 1502 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_neon.c",
1539 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon.c", 1503 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon.c",
1540 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_neon.c", 1504 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_neon.c",
1541 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c", 1505 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c",
1542 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c", 1506 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c",
1543 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_media.c",
1544 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_neon.c", 1507 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_neon.c",
1545 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subtract_neon.c", 1508 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subtract_neon.c",
1509 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/transpose_neon.h",
1546 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c", 1510 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c",
1547 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c", 1511 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c",
1548 "//third_party/libvpx/source/libvpx/vpx_dsp/avg.c", 1512 "//third_party/libvpx/source/libvpx/vpx_dsp/avg.c",
1549 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c", 1513 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c",
1550 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.h", 1514 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.h",
1551 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.c", 1515 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.c",
1552 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.h", 1516 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.h",
1553 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.c", 1517 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.c",
1554 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.h", 1518 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.h",
1555 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter_buffer.c", 1519 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter_buffer.c",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1598 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", 1562 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
1599 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", 1563 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
1600 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", 1564 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
1601 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", 1565 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
1602 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", 1566 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
1603 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h", 1567 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h",
1604 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c", 1568 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c",
1605 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h", 1569 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h",
1606 ] 1570 ]
1607 libvpx_srcs_arm_neon_assembly = [ 1571 libvpx_srcs_arm_neon_assembly = [
1608 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/bilinearfilter_v6.asm ",
1609 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem16x16_v6.asm",
1610 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x4_v6.asm",
1611 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x8_v6.asm",
1612 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dc_only_idct_add_v6.a sm",
1613 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm",
1614 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequantize_v6.asm",
1615 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/filter_v6.asm",
1616 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_v6.asm",
1617 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/iwalsh_v6.asm",
1618 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/loopfilter_v6.asm",
1619 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/simpleloopfilter_v6.a sm",
1620 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/sixtappredict8x4_v6.a sm",
1621 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_short_fdct4x4_ar mv6.asm",
1622 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/walsh_v6.asm",
1623 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/bilinear_filter_media.asm",
1624 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.asm", 1572 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.asm",
1625 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_add_neon.asm", 1573 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_add_neon.asm",
1626 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.asm", 1574 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.asm",
1627 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.asm", 1575 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.asm",
1628 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.asm", 1576 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.asm",
1629 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_add_neon.asm", 1577 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_add_neon.asm",
1630 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.asm", 1578 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.asm",
1631 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.asm", 1579 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.asm",
1632 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon_asm.asm", 1580 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon_asm.asm",
1633 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_16_neon.asm", 1581 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_16_neon.asm",
1634 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_4_neon.asm", 1582 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_4_neon.asm",
1635 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_8_neon.asm", 1583 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_8_neon.asm",
1636 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_mb_neon.asm", 1584 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_mb_neon.asm",
1637 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_media.asm",
1638 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/save_reg_neon.asm", 1585 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/save_reg_neon.asm",
1639 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_h_med ia.asm",
1640 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_hv_me dia.asm",
1641 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_v_med ia.asm",
1642 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_media.asm",
1643 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_neon_asm.asm ", 1586 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_neon_asm.asm ",
1644 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.asm", 1587 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.asm",
1645 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm" , 1588 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm" ,
1646 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm ", 1589 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm ",
1647 ] 1590 ]
1648 libvpx_srcs_arm_neon_cpu_detect = [ 1591 libvpx_srcs_arm_neon_cpu_detect = [
1649 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c", 1592 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c",
1650 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h", 1593 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h",
1651 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_blk_v6.c",
1652 "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.c",
1653 "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.h",
1654 "//third_party/libvpx/source/libvpx/vp8/common/arm/dequantize_arm.c",
1655 "//third_party/libvpx/source/libvpx/vp8/common/arm/filter_arm.c",
1656 "//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c", 1594 "//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c",
1657 "//third_party/libvpx/source/libvpx/vp8/common/blockd.c", 1595 "//third_party/libvpx/source/libvpx/vp8/common/blockd.c",
1658 "//third_party/libvpx/source/libvpx/vp8/common/blockd.h", 1596 "//third_party/libvpx/source/libvpx/vp8/common/blockd.h",
1659 "//third_party/libvpx/source/libvpx/vp8/common/coefupdateprobs.h", 1597 "//third_party/libvpx/source/libvpx/vp8/common/coefupdateprobs.h",
1660 "//third_party/libvpx/source/libvpx/vp8/common/common.h", 1598 "//third_party/libvpx/source/libvpx/vp8/common/common.h",
1661 "//third_party/libvpx/source/libvpx/vp8/common/copy_c.c", 1599 "//third_party/libvpx/source/libvpx/vp8/common/copy_c.c",
1662 "//third_party/libvpx/source/libvpx/vp8/common/default_coef_probs.h", 1600 "//third_party/libvpx/source/libvpx/vp8/common/default_coef_probs.h",
1663 "//third_party/libvpx/source/libvpx/vp8/common/dequantize.c", 1601 "//third_party/libvpx/source/libvpx/vp8/common/dequantize.c",
1664 "//third_party/libvpx/source/libvpx/vp8/common/entropy.c", 1602 "//third_party/libvpx/source/libvpx/vp8/common/entropy.c",
1665 "//third_party/libvpx/source/libvpx/vp8/common/entropy.h", 1603 "//third_party/libvpx/source/libvpx/vp8/common/entropy.h",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
1715 "//third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c", 1653 "//third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c",
1716 "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c", 1654 "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c",
1717 "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.h", 1655 "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.h",
1718 "//third_party/libvpx/source/libvpx/vp8/decoder/decoderthreading.h", 1656 "//third_party/libvpx/source/libvpx/vp8/decoder/decoderthreading.h",
1719 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c", 1657 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c",
1720 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.h", 1658 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.h",
1721 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c", 1659 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c",
1722 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_int.h", 1660 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_int.h",
1723 "//third_party/libvpx/source/libvpx/vp8/decoder/threading.c", 1661 "//third_party/libvpx/source/libvpx/vp8/decoder/threading.c",
1724 "//third_party/libvpx/source/libvpx/vp8/decoder/treereader.h", 1662 "//third_party/libvpx/source/libvpx/vp8/decoder/treereader.h",
1725 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/dct_arm.c",
1726 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c", 1663 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c",
1727 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.h", 1664 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.h",
1728 "//third_party/libvpx/source/libvpx/vp8/encoder/block.h", 1665 "//third_party/libvpx/source/libvpx/vp8/encoder/block.h",
1729 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.c", 1666 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.c",
1730 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.h", 1667 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.h",
1731 "//third_party/libvpx/source/libvpx/vp8/encoder/dct.c", 1668 "//third_party/libvpx/source/libvpx/vp8/encoder/dct.c",
1732 "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_cost.h", 1669 "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_cost.h",
1733 "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_tokens.h", 1670 "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_tokens.h",
1734 "//third_party/libvpx/source/libvpx/vp8/encoder/defaultcoefcounts.h", 1671 "//third_party/libvpx/source/libvpx/vp8/encoder/defaultcoefcounts.h",
1735 "//third_party/libvpx/source/libvpx/vp8/encoder/denoising.c", 1672 "//third_party/libvpx/source/libvpx/vp8/encoder/denoising.c",
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
1916 "//third_party/libvpx/source/libvpx/vpx/vp8.h", 1853 "//third_party/libvpx/source/libvpx/vpx/vp8.h",
1917 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h", 1854 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h",
1918 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h", 1855 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h",
1919 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h", 1856 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h",
1920 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h", 1857 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h",
1921 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h", 1858 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h",
1922 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h", 1859 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h",
1923 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h", 1860 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h",
1924 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h", 1861 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h",
1925 "//third_party/libvpx/source/libvpx/vpx_dsp/add_noise.c", 1862 "//third_party/libvpx/source/libvpx/vpx_dsp/add_noise.c",
1926 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_media.c", 1863 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/transpose_neon.h",
1927 "//third_party/libvpx/source/libvpx/vpx_dsp/avg.c", 1864 "//third_party/libvpx/source/libvpx/vpx_dsp/avg.c",
1928 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c", 1865 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c",
1929 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.h", 1866 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.h",
1930 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.c", 1867 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.c",
1931 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.h", 1868 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.h",
1932 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.c", 1869 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.c",
1933 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.h", 1870 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.h",
1934 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter_buffer.c", 1871 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter_buffer.c",
1935 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter_buffer.h", 1872 "//third_party/libvpx/source/libvpx/vpx_dsp/bitwriter_buffer.h",
1936 "//third_party/libvpx/source/libvpx/vpx_dsp/deblock.c", 1873 "//third_party/libvpx/source/libvpx/vpx_dsp/deblock.c",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1977 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", 1914 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
1978 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", 1915 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
1979 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", 1916 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
1980 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", 1917 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
1981 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", 1918 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
1982 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h", 1919 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h",
1983 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c", 1920 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c",
1984 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h", 1921 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h",
1985 ] 1922 ]
1986 libvpx_srcs_arm_neon_cpu_detect_assembly = [ 1923 libvpx_srcs_arm_neon_cpu_detect_assembly = [
1987 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/bilinearfilter_v6.asm ",
1988 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem16x16_v6.asm",
1989 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x4_v6.asm",
1990 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x8_v6.asm",
1991 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dc_only_idct_add_v6.a sm",
1992 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm",
1993 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequantize_v6.asm",
1994 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/filter_v6.asm",
1995 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_v6.asm",
1996 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/iwalsh_v6.asm",
1997 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/loopfilter_v6.asm",
1998 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/simpleloopfilter_v6.a sm",
1999 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/sixtappredict8x4_v6.a sm",
2000 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_short_fdct4x4_ar mv6.asm",
2001 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/walsh_v6.asm",
2002 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/bilinear_filter_media.asm",
2003 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_media.asm",
2004 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_h_med ia.asm",
2005 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_hv_me dia.asm",
2006 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_halfpixvar16x16_v_med ia.asm",
2007 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_media.asm",
2008 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.asm", 1924 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.asm",
2009 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_add_neon.asm", 1925 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_add_neon.asm",
2010 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.asm", 1926 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.asm",
2011 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.asm", 1927 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.asm",
2012 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.asm", 1928 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.asm",
2013 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_add_neon.asm", 1929 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_add_neon.asm",
2014 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.asm", 1930 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.asm",
2015 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.asm", 1931 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.asm",
2016 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon_asm.asm", 1932 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon_asm.asm",
2017 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_16_neon.asm", 1933 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_16_neon.asm",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
2058 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c", 1974 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c",
2059 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c", 1975 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c",
2060 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_neon.c", 1976 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_neon.c",
2061 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subtract_neon.c", 1977 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subtract_neon.c",
2062 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c", 1978 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c",
2063 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c", 1979 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c",
2064 ] 1980 ]
2065 libvpx_srcs_arm64 = [ 1981 libvpx_srcs_arm64 = [
2066 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c", 1982 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c",
2067 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h", 1983 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h",
2068 "//third_party/libvpx/source/libvpx/vp8/common/arm/dequantize_arm.c",
2069 "//third_party/libvpx/source/libvpx/vp8/common/arm/filter_arm.c",
2070 "//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c", 1984 "//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c",
2071 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c ", 1985 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c ",
2072 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/copymem_neon.c", 1986 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/copymem_neon.c",
2073 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dc_only_idct_add_neon. c", 1987 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dc_only_idct_add_neon. c",
2074 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequant_idct_neon.c", 1988 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequant_idct_neon.c",
2075 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequantizeb_neon.c", 1989 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequantizeb_neon.c",
2076 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_blk_neon.c", 1990 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_blk_neon.c",
2077 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_0_2x_neon .c", 1991 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_0_2x_neon .c",
2078 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_full_2x_n eon.c", 1992 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_full_2x_n eon.c",
2079 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/iwalsh_neon.c", 1993 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/iwalsh_neon.c",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
2144 "//third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c", 2058 "//third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c",
2145 "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c", 2059 "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c",
2146 "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.h", 2060 "//third_party/libvpx/source/libvpx/vp8/decoder/decodemv.h",
2147 "//third_party/libvpx/source/libvpx/vp8/decoder/decoderthreading.h", 2061 "//third_party/libvpx/source/libvpx/vp8/decoder/decoderthreading.h",
2148 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c", 2062 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c",
2149 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.h", 2063 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.h",
2150 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c", 2064 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c",
2151 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_int.h", 2065 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_int.h",
2152 "//third_party/libvpx/source/libvpx/vp8/decoder/threading.c", 2066 "//third_party/libvpx/source/libvpx/vp8/decoder/threading.c",
2153 "//third_party/libvpx/source/libvpx/vp8/decoder/treereader.h", 2067 "//third_party/libvpx/source/libvpx/vp8/decoder/treereader.h",
2154 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/dct_arm.c",
2155 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/denoising_neon.c", 2068 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/denoising_neon.c",
2156 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.c" , 2069 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.c" ,
2157 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/shortfdct_neon.c", 2070 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/shortfdct_neon.c",
2158 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neo n.c", 2071 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neo n.c",
2159 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c", 2072 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c",
2160 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.h", 2073 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.h",
2161 "//third_party/libvpx/source/libvpx/vp8/encoder/block.h", 2074 "//third_party/libvpx/source/libvpx/vp8/encoder/block.h",
2162 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.c", 2075 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.c",
2163 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.h", 2076 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.h",
2164 "//third_party/libvpx/source/libvpx/vp8/encoder/dct.c", 2077 "//third_party/libvpx/source/libvpx/vp8/encoder/dct.c",
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
2375 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.c", 2288 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.c",
2376 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon.c", 2289 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon.c",
2377 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_16_neon.c", 2290 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_16_neon.c",
2378 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_4_neon.c", 2291 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_4_neon.c",
2379 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_8_neon.c", 2292 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_8_neon.c",
2380 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_neon.c", 2293 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_neon.c",
2381 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c", 2294 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c",
2382 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c", 2295 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c",
2383 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_neon.c", 2296 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_neon.c",
2384 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subtract_neon.c", 2297 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/subtract_neon.c",
2298 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/transpose_neon.h",
2385 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c", 2299 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c",
2386 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_neon.c", 2300 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_neon.c",
2387 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c", 2301 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c",
2388 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon.c", 2302 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon.c",
2389 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_copy_neon.c", 2303 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_copy_neon.c",
2390 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c", 2304 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c",
2391 "//third_party/libvpx/source/libvpx/vpx_dsp/avg.c", 2305 "//third_party/libvpx/source/libvpx/vpx_dsp/avg.c",
2392 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c", 2306 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c",
2393 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.h", 2307 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader.h",
2394 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.c", 2308 "//third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.c",
(...skipping 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after
3430 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", 3344 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
3431 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", 3345 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
3432 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", 3346 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
3433 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", 3347 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
3434 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", 3348 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
3435 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h", 3349 "//third_party/libvpx/source/libvpx/vpx_util/endian_inl.h",
3436 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c", 3350 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c",
3437 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h", 3351 "//third_party/libvpx/source/libvpx/vpx_util/vpx_thread.h",
3438 ] 3352 ]
3439 libvpx_srcs_generic_assembly = [] 3353 libvpx_srcs_generic_assembly = []
OLDNEW
« no previous file with comments | « third_party/libvpx/README.chromium ('k') | third_party/libvpx/libvpx_srcs_arm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698