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

Side by Side Diff: libvpx_srcs.gni

Issue 1162573005: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 6 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 | « README.chromium ('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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.c", 181 "//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.c",
182 "//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.h", 182 "//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.h",
183 "//third_party/libvpx/source/libvpx/vp9/common/vp9_systemdependent.h", 183 "//third_party/libvpx/source/libvpx/vp9/common/vp9_systemdependent.h",
184 "//third_party/libvpx/source/libvpx/vp9/common/vp9_textblit.h", 184 "//third_party/libvpx/source/libvpx/vp9/common/vp9_textblit.h",
185 "//third_party/libvpx/source/libvpx/vp9/common/vp9_thread.c", 185 "//third_party/libvpx/source/libvpx/vp9/common/vp9_thread.c",
186 "//third_party/libvpx/source/libvpx/vp9/common/vp9_thread.h", 186 "//third_party/libvpx/source/libvpx/vp9/common/vp9_thread.h",
187 "//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.c", 187 "//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.c",
188 "//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.h", 188 "//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.h",
189 "//third_party/libvpx/source/libvpx/vp9/common/vp9_tile_common.c", 189 "//third_party/libvpx/source/libvpx/vp9/common/vp9_tile_common.c",
190 "//third_party/libvpx/source/libvpx/vp9/common/vp9_tile_common.h", 190 "//third_party/libvpx/source/libvpx/vp9/common/vp9_tile_common.h",
191 "//third_party/libvpx/source/libvpx/vp9/common/x86/convolve.h",
191 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_asm_stubs.c", 192 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_asm_stubs.c",
192 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.h", 193 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.h",
193 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.c", 194 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.c",
194 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.h", 195 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.h",
195 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.c", 196 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.c",
196 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.h", 197 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.h",
197 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.c", 198 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.c",
198 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.h", 199 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.h",
199 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.c", 200 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.c",
200 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.h", 201 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.h",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_tokenize.c", 274 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_tokenize.c",
274 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_tokenize.h", 275 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_tokenize.h",
275 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.c", 276 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.c",
276 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.h", 277 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.h",
277 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_variance.c", 278 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_variance.c",
278 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_variance.h", 279 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_variance.h",
279 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_write_bit_buffer.c", 280 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_write_bit_buffer.c",
280 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_write_bit_buffer.h", 281 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_write_bit_buffer.h",
281 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_writer.c", 282 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_writer.c",
282 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_writer.h", 283 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_writer.h",
284 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct32x32_avx2_impl.h",
285 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct32x32_sse2_impl.h",
283 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.h", 286 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.h",
287 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2_impl.h",
284 "//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.c", 288 "//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.c",
285 "//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c", 289 "//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c",
286 "//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.h", 290 "//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.h",
287 "//third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h", 291 "//third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h",
288 "//third_party/libvpx/source/libvpx/vpx/internal/vpx_psnr.h", 292 "//third_party/libvpx/source/libvpx/vpx/internal/vpx_psnr.h",
289 "//third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c", 293 "//third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c",
290 "//third_party/libvpx/source/libvpx/vpx/src/vpx_decoder.c", 294 "//third_party/libvpx/source/libvpx/vpx/src/vpx_decoder.c",
291 "//third_party/libvpx/source/libvpx/vpx/src/vpx_encoder.c", 295 "//third_party/libvpx/source/libvpx/vpx/src/vpx_encoder.c",
292 "//third_party/libvpx/source/libvpx/vpx/src/vpx_image.c", 296 "//third_party/libvpx/source/libvpx/vpx/src/vpx_image.c",
293 "//third_party/libvpx/source/libvpx/vpx/src/vpx_psnr.c", 297 "//third_party/libvpx/source/libvpx/vpx/src/vpx_psnr.c",
294 "//third_party/libvpx/source/libvpx/vpx/vp8.h", 298 "//third_party/libvpx/source/libvpx/vpx/vp8.h",
295 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h", 299 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h",
296 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h", 300 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h",
297 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h", 301 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h",
298 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h", 302 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h",
299 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h", 303 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h",
300 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h", 304 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h",
301 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h", 305 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h",
302 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h", 306 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h",
303 "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c", 307 "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c",
308 "//third_party/libvpx/source/libvpx/vpx_dsp/variance.c",
304 "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c", 309 "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c",
305 "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h", 310 "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
306 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c", 311 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
307 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h", 312 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
308 "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", 313 "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
309 "//third_party/libvpx/source/libvpx/vpx_ports/mem.h", 314 "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
310 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", 315 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
311 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", 316 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
317 "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
312 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", 318 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
313 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", 319 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
314 "//third_party/libvpx/source/libvpx/vpx_ports/x86.h", 320 "//third_party/libvpx/source/libvpx/vpx_ports/x86.h",
315 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c", 321 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
316 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c", 322 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c",
317 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", 323 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
318 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", 324 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
319 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", 325 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
320 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", 326 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
321 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", 327 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_sse2.asm", 368 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_sse2.asm",
363 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_subpel_variance.asm", 369 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_subpel_variance.asm",
364 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_subtract_sse2.asm", 370 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_subtract_sse2.asm",
365 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_temporal_filter_apply_ sse2.asm", 371 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_temporal_filter_apply_ sse2.asm",
366 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad4d_sse2.asm", 372 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad4d_sse2.asm",
367 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_mmx.asm", 373 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_mmx.asm",
368 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_sse2.asm", 374 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_sse2.asm",
369 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_sse3.asm", 375 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_sse3.asm",
370 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_sse4.asm", 376 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_sse4.asm",
371 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_ssse3.asm", 377 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_ssse3.asm",
378 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_impl_mmx.asm",
372 "//third_party/libvpx/source/libvpx/vpx_ports/emms.asm", 379 "//third_party/libvpx/source/libvpx/vpx_ports/emms.asm",
373 "//third_party/libvpx/source/libvpx/vpx_ports/x86_abi_support.asm", 380 "//third_party/libvpx/source/libvpx/vpx_ports/x86_abi_support.asm",
374 ] 381 ]
375 libvpx_srcs_x86_mmx = [ 382 libvpx_srcs_x86_mmx = [
376 "//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_mmx.c", 383 "//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_mmx.c",
377 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_mmx.c", 384 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_mmx.c",
378 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_mmx.c", 385 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_mmx.c",
386 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_mmx.c",
379 ] 387 ]
380 libvpx_srcs_x86_sse2 = [ 388 libvpx_srcs_x86_sse2 = [
381 "//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_sse2.c", 389 "//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_sse2.c",
382 "//third_party/libvpx/source/libvpx/vp8/common/x86/recon_wrapper_sse2.c", 390 "//third_party/libvpx/source/libvpx/vp8/common/x86/recon_wrapper_sse2.c",
383 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_sse2.c", 391 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_sse2.c",
384 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/denoising_sse2.c", 392 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/denoising_sse2.c",
385 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse2.c", 393 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse2.c",
386 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c", 394 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c",
387 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c", 395 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c",
388 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_sse2. c", 396 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_sse2. c",
389 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_avg_intrin_sse2.c", 397 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_avg_intrin_sse2.c",
390 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct32x32_sse2.c",
391 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_impl_sse2.c",
392 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c", 398 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c",
393 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_denoiser_sse2.c", 399 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_denoiser_sse2.c",
394 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_sse2.c", 400 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_sse2.c",
395 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_variance_sse2.c", 401 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_variance_sse2.c",
402 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_sse2.c",
396 ] 403 ]
397 libvpx_srcs_x86_sse3 = [ 404 libvpx_srcs_x86_sse3 = [
398 ] 405 ]
399 libvpx_srcs_x86_ssse3 = [ 406 libvpx_srcs_x86_ssse3 = [
400 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_ssse3.c", 407 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_ssse3.c",
401 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.c", 408 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.c",
402 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_ssse 3.c", 409 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_ssse 3.c",
403 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c", 410 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c",
404 ] 411 ]
405 libvpx_srcs_x86_sse4_1 = [ 412 libvpx_srcs_x86_sse4_1 = [
406 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c", 413 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c",
407 ] 414 ]
408 libvpx_srcs_x86_avx = [ 415 libvpx_srcs_x86_avx = [
409 ] 416 ]
410 libvpx_srcs_x86_avx2 = [ 417 libvpx_srcs_x86_avx2 = [
411 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2. c", 418 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2. c",
412 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_avx2 .c", 419 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_avx2 .c",
413 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct32x32_avx2.c",
414 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_avx2.c", 420 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_avx2.c",
415 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_intrin_avx2.c", 421 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_intrin_avx2.c",
416 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_subpel_variance_impl_i ntrin_avx2.c", 422 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_subpel_variance_impl_i ntrin_avx2.c",
417 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_variance_avx2.c", 423 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_variance_avx2.c",
418 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_variance_impl_intrin_a vx2.c",
419 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad4d_avx2.c", 424 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad4d_avx2.c",
420 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_avx2.c", 425 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_avx2.c",
426 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_avx2.c",
427 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_impl_avx2.c",
421 ] 428 ]
422 libvpx_srcs_x86_64 = [ 429 libvpx_srcs_x86_64 = [
423 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c", 430 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c",
424 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h", 431 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h",
425 "//third_party/libvpx/source/libvpx/vp8/common/blockd.c", 432 "//third_party/libvpx/source/libvpx/vp8/common/blockd.c",
426 "//third_party/libvpx/source/libvpx/vp8/common/blockd.h", 433 "//third_party/libvpx/source/libvpx/vp8/common/blockd.h",
427 "//third_party/libvpx/source/libvpx/vp8/common/coefupdateprobs.h", 434 "//third_party/libvpx/source/libvpx/vp8/common/coefupdateprobs.h",
428 "//third_party/libvpx/source/libvpx/vp8/common/common.h", 435 "//third_party/libvpx/source/libvpx/vp8/common/common.h",
429 "//third_party/libvpx/source/libvpx/vp8/common/copy_c.c", 436 "//third_party/libvpx/source/libvpx/vp8/common/copy_c.c",
430 "//third_party/libvpx/source/libvpx/vp8/common/debugmodes.c", 437 "//third_party/libvpx/source/libvpx/vp8/common/debugmodes.c",
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 "//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.c", 604 "//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.c",
598 "//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.h", 605 "//third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.h",
599 "//third_party/libvpx/source/libvpx/vp9/common/vp9_systemdependent.h", 606 "//third_party/libvpx/source/libvpx/vp9/common/vp9_systemdependent.h",
600 "//third_party/libvpx/source/libvpx/vp9/common/vp9_textblit.h", 607 "//third_party/libvpx/source/libvpx/vp9/common/vp9_textblit.h",
601 "//third_party/libvpx/source/libvpx/vp9/common/vp9_thread.c", 608 "//third_party/libvpx/source/libvpx/vp9/common/vp9_thread.c",
602 "//third_party/libvpx/source/libvpx/vp9/common/vp9_thread.h", 609 "//third_party/libvpx/source/libvpx/vp9/common/vp9_thread.h",
603 "//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.c", 610 "//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.c",
604 "//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.h", 611 "//third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.h",
605 "//third_party/libvpx/source/libvpx/vp9/common/vp9_tile_common.c", 612 "//third_party/libvpx/source/libvpx/vp9/common/vp9_tile_common.c",
606 "//third_party/libvpx/source/libvpx/vp9/common/vp9_tile_common.h", 613 "//third_party/libvpx/source/libvpx/vp9/common/vp9_tile_common.h",
614 "//third_party/libvpx/source/libvpx/vp9/common/x86/convolve.h",
607 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_asm_stubs.c", 615 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_asm_stubs.c",
608 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.h", 616 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.h",
609 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.c", 617 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.c",
610 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.h", 618 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.h",
611 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.c", 619 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.c",
612 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.h", 620 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.h",
613 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.c", 621 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.c",
614 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.h", 622 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.h",
615 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.c", 623 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.c",
616 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.h", 624 "//third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.h",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_tokenize.c", 697 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_tokenize.c",
690 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_tokenize.h", 698 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_tokenize.h",
691 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.c", 699 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.c",
692 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.h", 700 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.h",
693 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_variance.c", 701 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_variance.c",
694 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_variance.h", 702 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_variance.h",
695 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_write_bit_buffer.c", 703 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_write_bit_buffer.c",
696 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_write_bit_buffer.h", 704 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_write_bit_buffer.h",
697 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_writer.c", 705 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_writer.c",
698 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_writer.h", 706 "//third_party/libvpx/source/libvpx/vp9/encoder/vp9_writer.h",
707 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct32x32_avx2_impl.h",
708 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct32x32_sse2_impl.h",
699 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.h", 709 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.h",
710 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2_impl.h",
700 "//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.c", 711 "//third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.c",
701 "//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c", 712 "//third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c",
702 "//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.h", 713 "//third_party/libvpx/source/libvpx/vp9/vp9_iface_common.h",
703 "//third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h", 714 "//third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h",
704 "//third_party/libvpx/source/libvpx/vpx/internal/vpx_psnr.h", 715 "//third_party/libvpx/source/libvpx/vpx/internal/vpx_psnr.h",
705 "//third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c", 716 "//third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c",
706 "//third_party/libvpx/source/libvpx/vpx/src/vpx_decoder.c", 717 "//third_party/libvpx/source/libvpx/vpx/src/vpx_decoder.c",
707 "//third_party/libvpx/source/libvpx/vpx/src/vpx_encoder.c", 718 "//third_party/libvpx/source/libvpx/vpx/src/vpx_encoder.c",
708 "//third_party/libvpx/source/libvpx/vpx/src/vpx_image.c", 719 "//third_party/libvpx/source/libvpx/vpx/src/vpx_image.c",
709 "//third_party/libvpx/source/libvpx/vpx/src/vpx_psnr.c", 720 "//third_party/libvpx/source/libvpx/vpx/src/vpx_psnr.c",
710 "//third_party/libvpx/source/libvpx/vpx/vp8.h", 721 "//third_party/libvpx/source/libvpx/vpx/vp8.h",
711 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h", 722 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h",
712 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h", 723 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h",
713 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h", 724 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h",
714 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h", 725 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h",
715 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h", 726 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h",
716 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h", 727 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h",
717 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h", 728 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h",
718 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h", 729 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h",
719 "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c", 730 "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c",
731 "//third_party/libvpx/source/libvpx/vpx_dsp/variance.c",
720 "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c", 732 "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c",
721 "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h", 733 "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
722 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c", 734 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
723 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h", 735 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
724 "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", 736 "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
725 "//third_party/libvpx/source/libvpx/vpx_ports/mem.h", 737 "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
726 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", 738 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
727 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", 739 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
740 "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
728 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", 741 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
729 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", 742 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
730 "//third_party/libvpx/source/libvpx/vpx_ports/x86.h", 743 "//third_party/libvpx/source/libvpx/vpx_ports/x86.h",
731 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c", 744 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
732 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c", 745 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c",
733 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", 746 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
734 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", 747 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
735 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", 748 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
736 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", 749 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
737 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", 750 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_ssim_opt_x86_64.asm", 797 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_ssim_opt_x86_64.asm",
785 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_subpel_variance.asm", 798 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_subpel_variance.asm",
786 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_subtract_sse2.asm", 799 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_subtract_sse2.asm",
787 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_temporal_filter_apply_ sse2.asm", 800 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_temporal_filter_apply_ sse2.asm",
788 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad4d_sse2.asm", 801 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad4d_sse2.asm",
789 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_mmx.asm", 802 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_mmx.asm",
790 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_sse2.asm", 803 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_sse2.asm",
791 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_sse3.asm", 804 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_sse3.asm",
792 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_sse4.asm", 805 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_sse4.asm",
793 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_ssse3.asm", 806 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_ssse3.asm",
807 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_impl_mmx.asm",
794 "//third_party/libvpx/source/libvpx/vpx_ports/emms.asm", 808 "//third_party/libvpx/source/libvpx/vpx_ports/emms.asm",
795 "//third_party/libvpx/source/libvpx/vpx_ports/x86_abi_support.asm", 809 "//third_party/libvpx/source/libvpx/vpx_ports/x86_abi_support.asm",
796 ] 810 ]
797 libvpx_srcs_x86_64_mmx = [ 811 libvpx_srcs_x86_64_mmx = [
798 "//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_mmx.c", 812 "//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_mmx.c",
799 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_mmx.c", 813 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_mmx.c",
800 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_mmx.c", 814 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_mmx.c",
815 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_mmx.c",
801 ] 816 ]
802 libvpx_srcs_x86_64_sse2 = [ 817 libvpx_srcs_x86_64_sse2 = [
803 "//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_sse2.c", 818 "//third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_sse2.c",
804 "//third_party/libvpx/source/libvpx/vp8/common/x86/recon_wrapper_sse2.c", 819 "//third_party/libvpx/source/libvpx/vp8/common/x86/recon_wrapper_sse2.c",
805 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_sse2.c", 820 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_sse2.c",
806 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/denoising_sse2.c", 821 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/denoising_sse2.c",
807 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse2.c", 822 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse2.c",
808 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c", 823 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c",
809 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c", 824 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c",
810 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_sse2. c", 825 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_sse2. c",
811 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_avg_intrin_sse2.c", 826 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_avg_intrin_sse2.c",
812 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct32x32_sse2.c",
813 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_impl_sse2.c",
814 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c", 827 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c",
815 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_denoiser_sse2.c", 828 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_denoiser_sse2.c",
816 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_sse2.c", 829 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_sse2.c",
817 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_variance_sse2.c", 830 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_variance_sse2.c",
831 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_sse2.c",
818 ] 832 ]
819 libvpx_srcs_x86_64_sse3 = [ 833 libvpx_srcs_x86_64_sse3 = [
820 ] 834 ]
821 libvpx_srcs_x86_64_ssse3 = [ 835 libvpx_srcs_x86_64_ssse3 = [
822 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_ssse3.c", 836 "//third_party/libvpx/source/libvpx/vp8/common/x86/variance_ssse3.c",
823 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.c", 837 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_ssse3.c",
824 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_ssse 3.c", 838 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_ssse 3.c",
825 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c", 839 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c",
826 ] 840 ]
827 libvpx_srcs_x86_64_sse4_1 = [ 841 libvpx_srcs_x86_64_sse4_1 = [
828 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c", 842 "//third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c",
829 ] 843 ]
830 libvpx_srcs_x86_64_avx = [ 844 libvpx_srcs_x86_64_avx = [
831 ] 845 ]
832 libvpx_srcs_x86_64_avx2 = [ 846 libvpx_srcs_x86_64_avx2 = [
833 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2. c", 847 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_loopfilter_intrin_avx2. c",
834 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_avx2 .c", 848 "//third_party/libvpx/source/libvpx/vp9/common/x86/vp9_subpixel_8t_intrin_avx2 .c",
835 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct32x32_avx2.c",
836 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_avx2.c", 849 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_avx2.c",
837 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_intrin_avx2.c", 850 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_intrin_avx2.c",
838 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_subpel_variance_impl_i ntrin_avx2.c", 851 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_subpel_variance_impl_i ntrin_avx2.c",
839 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_variance_avx2.c", 852 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_variance_avx2.c",
840 "//third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_variance_impl_intrin_a vx2.c",
841 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad4d_avx2.c", 853 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad4d_avx2.c",
842 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_avx2.c", 854 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_avx2.c",
855 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_avx2.c",
856 "//third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_impl_avx2.c",
843 ] 857 ]
844 libvpx_srcs_arm = [ 858 libvpx_srcs_arm = [
845 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c", 859 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c",
846 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h", 860 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h",
847 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_blk_v6.c", 861 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_blk_v6.c",
848 "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.c", 862 "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.c",
849 "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.h", 863 "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.h",
850 "//third_party/libvpx/source/libvpx/vp8/common/arm/dequantize_arm.c", 864 "//third_party/libvpx/source/libvpx/vp8/common/arm/dequantize_arm.c",
851 "//third_party/libvpx/source/libvpx/vp8/common/arm/filter_arm.c", 865 "//third_party/libvpx/source/libvpx/vp8/common/arm/filter_arm.c",
852 "//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c", 866 "//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c",
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
1133 "//third_party/libvpx/source/libvpx/vpx/vp8.h", 1147 "//third_party/libvpx/source/libvpx/vpx/vp8.h",
1134 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h", 1148 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h",
1135 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h", 1149 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h",
1136 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h", 1150 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h",
1137 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h", 1151 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h",
1138 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h", 1152 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h",
1139 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h", 1153 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h",
1140 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h", 1154 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h",
1141 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h", 1155 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h",
1142 "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c", 1156 "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c",
1157 "//third_party/libvpx/source/libvpx/vpx_dsp/variance.c",
1143 "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c", 1158 "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c",
1144 "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h", 1159 "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
1145 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c", 1160 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
1146 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h", 1161 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
1147 "//third_party/libvpx/source/libvpx/vpx_ports/arm.h", 1162 "//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
1148 "//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c", 1163 "//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
1149 "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", 1164 "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
1150 "//third_party/libvpx/source/libvpx/vpx_ports/mem.h", 1165 "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
1151 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", 1166 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
1152 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", 1167 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
1168 "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
1153 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", 1169 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
1154 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", 1170 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
1155 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c", 1171 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
1156 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c", 1172 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c",
1157 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", 1173 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
1158 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", 1174 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
1159 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", 1175 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
1160 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", 1176 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
1161 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", 1177 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
1162 ] 1178 ]
1163 libvpx_srcs_arm_assembly = [ 1179 libvpx_srcs_arm_assembly = [
1164 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/bilinearfilter_v6.asm ", 1180 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/bilinearfilter_v6.asm ",
1165 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem16x16_v6.asm", 1181 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem16x16_v6.asm",
1166 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x4_v6.asm", 1182 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x4_v6.asm",
1167 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x8_v6.asm", 1183 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x8_v6.asm",
1168 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dc_only_idct_add_v6.a sm", 1184 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dc_only_idct_add_v6.a sm",
1169 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm", 1185 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm",
1170 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequantize_v6.asm", 1186 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequantize_v6.asm",
1171 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/filter_v6.asm", 1187 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/filter_v6.asm",
1172 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_v6.asm", 1188 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_v6.asm",
1173 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/intra4x4_predict_v6.a sm", 1189 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/intra4x4_predict_v6.a sm",
1174 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/iwalsh_v6.asm", 1190 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/iwalsh_v6.asm",
1175 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/loopfilter_v6.asm", 1191 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/loopfilter_v6.asm",
1176 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/simpleloopfilter_v6.a sm", 1192 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/simpleloopfilter_v6.a sm",
1177 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/sixtappredict8x4_v6.a sm", 1193 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/sixtappredict8x4_v6.a sm",
1178 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance16x16_arm v6.asm",
1179 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance8x8_armv6 .asm",
1180 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixv ar16x16_h_armv6.asm", 1194 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixv ar16x16_h_armv6.asm",
1181 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixv ar16x16_hv_armv6.asm", 1195 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixv ar16x16_hv_armv6.asm",
1182 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixv ar16x16_v_armv6.asm", 1196 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixv ar16x16_v_armv6.asm",
1183 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_mse16x16_armv6.a sm",
1184 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_short_fdct4x4_ar mv6.asm", 1197 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_short_fdct4x4_ar mv6.asm",
1185 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/walsh_v6.asm", 1198 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/walsh_v6.asm",
1186 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_media.asm", 1199 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_media.asm",
1200 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_media.asm",
1187 ] 1201 ]
1188 libvpx_srcs_arm_neon = [ 1202 libvpx_srcs_arm_neon = [
1189 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c", 1203 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c",
1190 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h", 1204 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h",
1191 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_blk_v6.c", 1205 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_blk_v6.c",
1192 "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.c", 1206 "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.c",
1193 "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.h", 1207 "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.h",
1194 "//third_party/libvpx/source/libvpx/vp8/common/arm/dequantize_arm.c", 1208 "//third_party/libvpx/source/libvpx/vp8/common/arm/dequantize_arm.c",
1195 "//third_party/libvpx/source/libvpx/vp8/common/arm/filter_arm.c", 1209 "//third_party/libvpx/source/libvpx/vp8/common/arm/filter_arm.c",
1196 "//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c", 1210 "//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c",
1197 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c ", 1211 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c ",
1198 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/copymem_neon.c", 1212 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/copymem_neon.c",
1199 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dc_only_idct_add_neon. c", 1213 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dc_only_idct_add_neon. c",
1200 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequant_idct_neon.c", 1214 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequant_idct_neon.c",
1201 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequantizeb_neon.c", 1215 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequantizeb_neon.c",
1202 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_blk_neon.c", 1216 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_blk_neon.c",
1203 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_0_2x_neon .c", 1217 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_0_2x_neon .c",
1204 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_full_2x_n eon.c", 1218 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_full_2x_n eon.c",
1205 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/iwalsh_neon.c", 1219 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/iwalsh_neon.c",
1206 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfilter_neon.c", 1220 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfilter_neon.c",
1207 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimplehorizo ntaledge_neon.c", 1221 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimplehorizo ntaledge_neon.c",
1208 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimplevertic aledge_neon.c", 1222 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimplevertic aledge_neon.c",
1209 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/mbloopfilter_neon.c", 1223 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/mbloopfilter_neon.c",
1210 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/reconintra_neon.c", 1224 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/reconintra_neon.c",
1211 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.c ", 1225 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.c ",
1212 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/sixtappredict_neon.c", 1226 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/sixtappredict_neon.c",
1213 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/variance_neon.c",
1214 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/vp8_subpixelvariance_n eon.c", 1227 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/vp8_subpixelvariance_n eon.c",
1215 "//third_party/libvpx/source/libvpx/vp8/common/arm/variance_arm.c", 1228 "//third_party/libvpx/source/libvpx/vp8/common/arm/variance_arm.c",
1216 "//third_party/libvpx/source/libvpx/vp8/common/blockd.c", 1229 "//third_party/libvpx/source/libvpx/vp8/common/blockd.c",
1217 "//third_party/libvpx/source/libvpx/vp8/common/blockd.h", 1230 "//third_party/libvpx/source/libvpx/vp8/common/blockd.h",
1218 "//third_party/libvpx/source/libvpx/vp8/common/coefupdateprobs.h", 1231 "//third_party/libvpx/source/libvpx/vp8/common/coefupdateprobs.h",
1219 "//third_party/libvpx/source/libvpx/vp8/common/common.h", 1232 "//third_party/libvpx/source/libvpx/vp8/common/common.h",
1220 "//third_party/libvpx/source/libvpx/vp8/common/copy_c.c", 1233 "//third_party/libvpx/source/libvpx/vp8/common/copy_c.c",
1221 "//third_party/libvpx/source/libvpx/vp8/common/debugmodes.c", 1234 "//third_party/libvpx/source/libvpx/vp8/common/debugmodes.c",
1222 "//third_party/libvpx/source/libvpx/vp8/common/default_coef_probs.h", 1235 "//third_party/libvpx/source/libvpx/vp8/common/default_coef_probs.h",
1223 "//third_party/libvpx/source/libvpx/vp8/common/dequantize.c", 1236 "//third_party/libvpx/source/libvpx/vp8/common/dequantize.c",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1281 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.h", 1294 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.h",
1282 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c", 1295 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c",
1283 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_int.h", 1296 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_int.h",
1284 "//third_party/libvpx/source/libvpx/vp8/decoder/threading.c", 1297 "//third_party/libvpx/source/libvpx/vp8/decoder/threading.c",
1285 "//third_party/libvpx/source/libvpx/vp8/decoder/treereader.h", 1298 "//third_party/libvpx/source/libvpx/vp8/decoder/treereader.h",
1286 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/dct_arm.c", 1299 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/dct_arm.c",
1287 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/denoising_neon.c", 1300 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/denoising_neon.c",
1288 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.c" , 1301 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.c" ,
1289 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/shortfdct_neon.c", 1302 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/shortfdct_neon.c",
1290 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/subtract_neon.c", 1303 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/subtract_neon.c",
1291 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_mse16x16_neon.c",
1292 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neo n.c", 1304 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neo n.c",
1293 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c", 1305 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c",
1294 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.h", 1306 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.h",
1295 "//third_party/libvpx/source/libvpx/vp8/encoder/block.h", 1307 "//third_party/libvpx/source/libvpx/vp8/encoder/block.h",
1296 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.c", 1308 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.c",
1297 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.h", 1309 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.h",
1298 "//third_party/libvpx/source/libvpx/vp8/encoder/dct.c", 1310 "//third_party/libvpx/source/libvpx/vp8/encoder/dct.c",
1299 "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_cost.h", 1311 "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_cost.h",
1300 "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_tokens.h", 1312 "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_tokens.h",
1301 "//third_party/libvpx/source/libvpx/vp8/encoder/defaultcoefcounts.h", 1313 "//third_party/libvpx/source/libvpx/vp8/encoder/defaultcoefcounts.h",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1336 "//third_party/libvpx/source/libvpx/vp8/encoder/tokenize.h", 1348 "//third_party/libvpx/source/libvpx/vp8/encoder/tokenize.h",
1337 "//third_party/libvpx/source/libvpx/vp8/encoder/treewriter.c", 1349 "//third_party/libvpx/source/libvpx/vp8/encoder/treewriter.c",
1338 "//third_party/libvpx/source/libvpx/vp8/encoder/treewriter.h", 1350 "//third_party/libvpx/source/libvpx/vp8/encoder/treewriter.h",
1339 "//third_party/libvpx/source/libvpx/vp8/vp8_cx_iface.c", 1351 "//third_party/libvpx/source/libvpx/vp8/vp8_cx_iface.c",
1340 "//third_party/libvpx/source/libvpx/vp8/vp8_dx_iface.c", 1352 "//third_party/libvpx/source/libvpx/vp8/vp8_dx_iface.c",
1341 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve_neon.c", 1353 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve_neon.c",
1342 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct16x16_neon.c", 1354 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct16x16_neon.c",
1343 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c" , 1355 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c" ,
1344 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c" , 1356 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c" ,
1345 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_loopfilter_neon.c" , 1357 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_loopfilter_neon.c" ,
1358 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_reconintra_neon.c" ,
1346 "//third_party/libvpx/source/libvpx/vp9/common/vp9_alloccommon.c", 1359 "//third_party/libvpx/source/libvpx/vp9/common/vp9_alloccommon.c",
1347 "//third_party/libvpx/source/libvpx/vp9/common/vp9_alloccommon.h", 1360 "//third_party/libvpx/source/libvpx/vp9/common/vp9_alloccommon.h",
1348 "//third_party/libvpx/source/libvpx/vp9/common/vp9_blockd.c", 1361 "//third_party/libvpx/source/libvpx/vp9/common/vp9_blockd.c",
1349 "//third_party/libvpx/source/libvpx/vp9/common/vp9_blockd.h", 1362 "//third_party/libvpx/source/libvpx/vp9/common/vp9_blockd.h",
1350 "//third_party/libvpx/source/libvpx/vp9/common/vp9_common.h", 1363 "//third_party/libvpx/source/libvpx/vp9/common/vp9_common.h",
1351 "//third_party/libvpx/source/libvpx/vp9/common/vp9_common_data.c", 1364 "//third_party/libvpx/source/libvpx/vp9/common/vp9_common_data.c",
1352 "//third_party/libvpx/source/libvpx/vp9/common/vp9_common_data.h", 1365 "//third_party/libvpx/source/libvpx/vp9/common/vp9_common_data.h",
1353 "//third_party/libvpx/source/libvpx/vp9/common/vp9_convolve.c", 1366 "//third_party/libvpx/source/libvpx/vp9/common/vp9_convolve.c",
1354 "//third_party/libvpx/source/libvpx/vp9/common/vp9_convolve.h", 1367 "//third_party/libvpx/source/libvpx/vp9/common/vp9_convolve.h",
1355 "//third_party/libvpx/source/libvpx/vp9/common/vp9_debugmodes.c", 1368 "//third_party/libvpx/source/libvpx/vp9/common/vp9_debugmodes.c",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1512 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h", 1525 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h",
1513 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h", 1526 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h",
1514 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h", 1527 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h",
1515 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h", 1528 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h",
1516 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h", 1529 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h",
1517 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h", 1530 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h",
1518 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h", 1531 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h",
1519 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h", 1532 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h",
1520 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c", 1533 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c",
1521 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c", 1534 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c",
1535 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c",
1522 "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c", 1536 "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c",
1537 "//third_party/libvpx/source/libvpx/vpx_dsp/variance.c",
1523 "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c", 1538 "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c",
1524 "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h", 1539 "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
1525 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c", 1540 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
1526 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h", 1541 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
1527 "//third_party/libvpx/source/libvpx/vpx_ports/arm.h", 1542 "//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
1528 "//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c", 1543 "//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
1529 "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", 1544 "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
1530 "//third_party/libvpx/source/libvpx/vpx_ports/mem.h", 1545 "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
1531 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", 1546 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
1532 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", 1547 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
1548 "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
1533 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", 1549 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
1534 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", 1550 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
1535 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c", 1551 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
1536 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c", 1552 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c",
1537 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", 1553 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
1538 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", 1554 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
1539 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", 1555 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
1540 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", 1556 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
1541 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", 1557 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
1542 ] 1558 ]
1543 libvpx_srcs_arm_neon_assembly = [ 1559 libvpx_srcs_arm_neon_assembly = [
1544 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/bilinearfilter_v6.asm ", 1560 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/bilinearfilter_v6.asm ",
1545 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem16x16_v6.asm", 1561 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem16x16_v6.asm",
1546 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x4_v6.asm", 1562 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x4_v6.asm",
1547 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x8_v6.asm", 1563 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x8_v6.asm",
1548 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dc_only_idct_add_v6.a sm", 1564 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dc_only_idct_add_v6.a sm",
1549 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm", 1565 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm",
1550 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequantize_v6.asm", 1566 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequantize_v6.asm",
1551 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/filter_v6.asm", 1567 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/filter_v6.asm",
1552 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_v6.asm", 1568 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_v6.asm",
1553 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/intra4x4_predict_v6.a sm", 1569 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/intra4x4_predict_v6.a sm",
1554 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/iwalsh_v6.asm", 1570 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/iwalsh_v6.asm",
1555 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/loopfilter_v6.asm", 1571 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/loopfilter_v6.asm",
1556 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/simpleloopfilter_v6.a sm", 1572 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/simpleloopfilter_v6.a sm",
1557 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/sixtappredict8x4_v6.a sm", 1573 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/sixtappredict8x4_v6.a sm",
1558 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance16x16_arm v6.asm",
1559 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance8x8_armv6 .asm",
1560 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixv ar16x16_h_armv6.asm", 1574 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixv ar16x16_h_armv6.asm",
1561 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixv ar16x16_hv_armv6.asm", 1575 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixv ar16x16_hv_armv6.asm",
1562 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixv ar16x16_v_armv6.asm", 1576 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixv ar16x16_v_armv6.asm",
1563 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_mse16x16_armv6.a sm",
1564 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_short_fdct4x4_ar mv6.asm", 1577 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_short_fdct4x4_ar mv6.asm",
1565 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/walsh_v6.asm", 1578 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/walsh_v6.asm",
1566 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve8_avg_neon _asm.asm", 1579 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve8_avg_neon _asm.asm",
1567 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve8_neon_asm .asm", 1580 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve8_neon_asm .asm",
1568 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve_avg_neon_ asm.asm", 1581 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve_avg_neon_ asm.asm",
1569 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_copy_neon_asm.asm" , 1582 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_copy_neon_asm.asm" ,
1570 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct16x16_1_add_ne on_asm.asm", 1583 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct16x16_1_add_ne on_asm.asm",
1571 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct16x16_add_neon _asm.asm", 1584 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct16x16_add_neon _asm.asm",
1572 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_ne on_asm.asm", 1585 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_ne on_asm.asm",
1573 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct32x32_add_neon _asm.asm", 1586 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct32x32_add_neon _asm.asm",
1574 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct4x4_1_add_neon _asm.asm", 1587 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct4x4_1_add_neon _asm.asm",
1575 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct4x4_add_neon_a sm.asm", 1588 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct4x4_add_neon_a sm.asm",
1576 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct8x8_1_add_neon _asm.asm", 1589 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct8x8_1_add_neon _asm.asm",
1577 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct8x8_add_neon_a sm.asm", 1590 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct8x8_add_neon_a sm.asm",
1578 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_loopfilter_16_neon _asm.asm", 1591 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_loopfilter_16_neon _asm.asm",
1579 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_loopfilter_4_neon_ asm.asm", 1592 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_loopfilter_4_neon_ asm.asm",
1580 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_loopfilter_8_neon_ asm.asm", 1593 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_loopfilter_8_neon_ asm.asm",
1581 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_mb_lpf_neon.asm", 1594 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_mb_lpf_neon.asm",
1582 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_reconintra_neon_as m.asm", 1595 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_reconintra_neon_as m.asm",
1583 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_save_reg_neon.asm" , 1596 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_save_reg_neon.asm" ,
1584 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_media.asm", 1597 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_media.asm",
1598 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_media.asm",
1585 ] 1599 ]
1586 libvpx_srcs_arm_neon_cpu_detect = [ 1600 libvpx_srcs_arm_neon_cpu_detect = [
1587 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c", 1601 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c",
1588 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h", 1602 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h",
1589 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_blk_v6.c", 1603 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_blk_v6.c",
1590 "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.c", 1604 "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.c",
1591 "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.h", 1605 "//third_party/libvpx/source/libvpx/vp8/common/arm/bilinearfilter_arm.h",
1592 "//third_party/libvpx/source/libvpx/vp8/common/arm/dequantize_arm.c", 1606 "//third_party/libvpx/source/libvpx/vp8/common/arm/dequantize_arm.c",
1593 "//third_party/libvpx/source/libvpx/vp8/common/arm/filter_arm.c", 1607 "//third_party/libvpx/source/libvpx/vp8/common/arm/filter_arm.c",
1594 "//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c", 1608 "//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c",
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
1875 "//third_party/libvpx/source/libvpx/vpx/vp8.h", 1889 "//third_party/libvpx/source/libvpx/vpx/vp8.h",
1876 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h", 1890 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h",
1877 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h", 1891 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h",
1878 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h", 1892 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h",
1879 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h", 1893 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h",
1880 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h", 1894 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h",
1881 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h", 1895 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h",
1882 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h", 1896 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h",
1883 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h", 1897 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h",
1884 "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c", 1898 "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c",
1899 "//third_party/libvpx/source/libvpx/vpx_dsp/variance.c",
1885 "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c", 1900 "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c",
1886 "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h", 1901 "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
1887 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c", 1902 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
1888 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h", 1903 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
1889 "//third_party/libvpx/source/libvpx/vpx_ports/arm.h", 1904 "//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
1890 "//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c", 1905 "//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
1891 "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", 1906 "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
1892 "//third_party/libvpx/source/libvpx/vpx_ports/mem.h", 1907 "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
1893 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", 1908 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
1894 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", 1909 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
1910 "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
1895 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", 1911 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
1896 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", 1912 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
1897 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c", 1913 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
1898 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c", 1914 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c",
1899 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", 1915 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
1900 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", 1916 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
1901 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", 1917 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
1902 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", 1918 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
1903 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", 1919 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
1904 ] 1920 ]
1905 libvpx_srcs_arm_neon_cpu_detect_assembly = [ 1921 libvpx_srcs_arm_neon_cpu_detect_assembly = [
1906 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/bilinearfilter_v6.asm ", 1922 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/bilinearfilter_v6.asm ",
1907 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem16x16_v6.asm", 1923 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem16x16_v6.asm",
1908 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x4_v6.asm", 1924 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x4_v6.asm",
1909 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x8_v6.asm", 1925 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/copymem8x8_v6.asm",
1910 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dc_only_idct_add_v6.a sm", 1926 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dc_only_idct_add_v6.a sm",
1911 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm", 1927 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequant_idct_v6.asm",
1912 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequantize_v6.asm", 1928 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/dequantize_v6.asm",
1913 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/filter_v6.asm", 1929 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/filter_v6.asm",
1914 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_v6.asm", 1930 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/idct_v6.asm",
1915 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/intra4x4_predict_v6.a sm", 1931 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/intra4x4_predict_v6.a sm",
1916 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/iwalsh_v6.asm", 1932 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/iwalsh_v6.asm",
1917 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/loopfilter_v6.asm", 1933 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/loopfilter_v6.asm",
1918 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/simpleloopfilter_v6.a sm", 1934 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/simpleloopfilter_v6.a sm",
1919 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/sixtappredict8x4_v6.a sm", 1935 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/sixtappredict8x4_v6.a sm",
1920 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance16x16_arm v6.asm",
1921 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance8x8_armv6 .asm",
1922 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixv ar16x16_h_armv6.asm", 1936 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixv ar16x16_h_armv6.asm",
1923 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixv ar16x16_hv_armv6.asm", 1937 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixv ar16x16_hv_armv6.asm",
1924 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixv ar16x16_v_armv6.asm", 1938 "//third_party/libvpx/source/libvpx/vp8/common/arm/armv6/vp8_variance_halfpixv ar16x16_v_armv6.asm",
1925 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_mse16x16_armv6.a sm",
1926 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_short_fdct4x4_ar mv6.asm", 1939 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/vp8_short_fdct4x4_ar mv6.asm",
1927 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/walsh_v6.asm", 1940 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/walsh_v6.asm",
1928 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_media.asm", 1941 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_media.asm",
1942 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_media.asm",
1929 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve8_avg_neon _asm.asm", 1943 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve8_avg_neon _asm.asm",
1930 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve8_neon_asm .asm", 1944 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve8_neon_asm .asm",
1931 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve_avg_neon_ asm.asm", 1945 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve_avg_neon_ asm.asm",
1932 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_copy_neon_asm.asm" , 1946 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_copy_neon_asm.asm" ,
1933 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct16x16_1_add_ne on_asm.asm", 1947 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct16x16_1_add_ne on_asm.asm",
1934 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct16x16_add_neon _asm.asm", 1948 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct16x16_add_neon _asm.asm",
1935 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_ne on_asm.asm", 1949 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_ne on_asm.asm",
1936 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct32x32_add_neon _asm.asm", 1950 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct32x32_add_neon _asm.asm",
1937 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct4x4_1_add_neon _asm.asm", 1951 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct4x4_1_add_neon _asm.asm",
1938 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct4x4_add_neon_a sm.asm", 1952 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct4x4_add_neon_a sm.asm",
(...skipping 16 matching lines...) Expand all
1955 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_0_2x_neon .c", 1969 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_0_2x_neon .c",
1956 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_full_2x_n eon.c", 1970 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_full_2x_n eon.c",
1957 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/iwalsh_neon.c", 1971 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/iwalsh_neon.c",
1958 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfilter_neon.c", 1972 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfilter_neon.c",
1959 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimplehorizo ntaledge_neon.c", 1973 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimplehorizo ntaledge_neon.c",
1960 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimplevertic aledge_neon.c", 1974 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimplevertic aledge_neon.c",
1961 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/mbloopfilter_neon.c", 1975 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/mbloopfilter_neon.c",
1962 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/reconintra_neon.c", 1976 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/reconintra_neon.c",
1963 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.c ", 1977 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.c ",
1964 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/sixtappredict_neon.c", 1978 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/sixtappredict_neon.c",
1965 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/variance_neon.c",
1966 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/vp8_subpixelvariance_n eon.c", 1979 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/vp8_subpixelvariance_n eon.c",
1967 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/denoising_neon.c", 1980 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/denoising_neon.c",
1968 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.c" , 1981 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.c" ,
1969 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/shortfdct_neon.c", 1982 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/shortfdct_neon.c",
1970 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/subtract_neon.c", 1983 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/subtract_neon.c",
1971 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_mse16x16_neon.c",
1972 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neo n.c", 1984 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neo n.c",
1973 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve_neon.c", 1985 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_convolve_neon.c",
1974 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct16x16_neon.c", 1986 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_idct16x16_neon.c",
1975 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c" , 1987 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c" ,
1976 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c" , 1988 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c" ,
1977 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_loopfilter_neon.c" , 1989 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_loopfilter_neon.c" ,
1990 "//third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_reconintra_neon.c" ,
1978 "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_avg_neon.c", 1991 "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_avg_neon.c",
1979 "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_dct_neon.c", 1992 "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_dct_neon.c",
1980 "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c", 1993 "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c",
1981 "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_subtract_neon.c", 1994 "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_subtract_neon.c",
1982 "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_variance_neon.c", 1995 "//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_variance_neon.c",
1983 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c", 1996 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c",
1984 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c", 1997 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c",
1998 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c",
1985 ] 1999 ]
1986 libvpx_srcs_arm64 = [ 2000 libvpx_srcs_arm64 = [
1987 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c", 2001 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.c",
1988 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h", 2002 "//third_party/libvpx/source/libvpx/vp8/common/alloccommon.h",
1989 "//third_party/libvpx/source/libvpx/vp8/common/arm/dequantize_arm.c", 2003 "//third_party/libvpx/source/libvpx/vp8/common/arm/dequantize_arm.c",
1990 "//third_party/libvpx/source/libvpx/vp8/common/arm/filter_arm.c", 2004 "//third_party/libvpx/source/libvpx/vp8/common/arm/filter_arm.c",
1991 "//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c", 2005 "//third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c",
1992 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c ", 2006 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c ",
1993 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/copymem_neon.c", 2007 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/copymem_neon.c",
1994 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dc_only_idct_add_neon. c", 2008 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dc_only_idct_add_neon. c",
1995 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequant_idct_neon.c", 2009 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequant_idct_neon.c",
1996 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequantizeb_neon.c", 2010 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequantizeb_neon.c",
1997 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_blk_neon.c", 2011 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_blk_neon.c",
1998 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_0_2x_neon .c", 2012 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_0_2x_neon .c",
1999 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_full_2x_n eon.c", 2013 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_dequant_full_2x_n eon.c",
2000 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/iwalsh_neon.c", 2014 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/iwalsh_neon.c",
2001 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfilter_neon.c", 2015 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfilter_neon.c",
2002 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimplehorizo ntaledge_neon.c", 2016 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimplehorizo ntaledge_neon.c",
2003 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimplevertic aledge_neon.c", 2017 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimplevertic aledge_neon.c",
2004 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/mbloopfilter_neon.c", 2018 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/mbloopfilter_neon.c",
2005 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/reconintra_neon.c", 2019 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/reconintra_neon.c",
2006 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.c ", 2020 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.c ",
2007 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/sixtappredict_neon.c", 2021 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/sixtappredict_neon.c",
2008 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/variance_neon.c",
2009 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/vp8_subpixelvariance_n eon.c", 2022 "//third_party/libvpx/source/libvpx/vp8/common/arm/neon/vp8_subpixelvariance_n eon.c",
2010 "//third_party/libvpx/source/libvpx/vp8/common/arm/variance_arm.c", 2023 "//third_party/libvpx/source/libvpx/vp8/common/arm/variance_arm.c",
2011 "//third_party/libvpx/source/libvpx/vp8/common/blockd.c", 2024 "//third_party/libvpx/source/libvpx/vp8/common/blockd.c",
2012 "//third_party/libvpx/source/libvpx/vp8/common/blockd.h", 2025 "//third_party/libvpx/source/libvpx/vp8/common/blockd.h",
2013 "//third_party/libvpx/source/libvpx/vp8/common/coefupdateprobs.h", 2026 "//third_party/libvpx/source/libvpx/vp8/common/coefupdateprobs.h",
2014 "//third_party/libvpx/source/libvpx/vp8/common/common.h", 2027 "//third_party/libvpx/source/libvpx/vp8/common/common.h",
2015 "//third_party/libvpx/source/libvpx/vp8/common/copy_c.c", 2028 "//third_party/libvpx/source/libvpx/vp8/common/copy_c.c",
2016 "//third_party/libvpx/source/libvpx/vp8/common/debugmodes.c", 2029 "//third_party/libvpx/source/libvpx/vp8/common/debugmodes.c",
2017 "//third_party/libvpx/source/libvpx/vp8/common/default_coef_probs.h", 2030 "//third_party/libvpx/source/libvpx/vp8/common/default_coef_probs.h",
2018 "//third_party/libvpx/source/libvpx/vp8/common/dequantize.c", 2031 "//third_party/libvpx/source/libvpx/vp8/common/dequantize.c",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
2076 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.h", 2089 "//third_party/libvpx/source/libvpx/vp8/decoder/detokenize.h",
2077 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c", 2090 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c",
2078 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_int.h", 2091 "//third_party/libvpx/source/libvpx/vp8/decoder/onyxd_int.h",
2079 "//third_party/libvpx/source/libvpx/vp8/decoder/threading.c", 2092 "//third_party/libvpx/source/libvpx/vp8/decoder/threading.c",
2080 "//third_party/libvpx/source/libvpx/vp8/decoder/treereader.h", 2093 "//third_party/libvpx/source/libvpx/vp8/decoder/treereader.h",
2081 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/dct_arm.c", 2094 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/dct_arm.c",
2082 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/denoising_neon.c", 2095 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/denoising_neon.c",
2083 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.c" , 2096 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.c" ,
2084 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/shortfdct_neon.c", 2097 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/shortfdct_neon.c",
2085 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/subtract_neon.c", 2098 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/subtract_neon.c",
2086 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_mse16x16_neon.c",
2087 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neo n.c", 2099 "//third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neo n.c",
2088 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c", 2100 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c",
2089 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.h", 2101 "//third_party/libvpx/source/libvpx/vp8/encoder/bitstream.h",
2090 "//third_party/libvpx/source/libvpx/vp8/encoder/block.h", 2102 "//third_party/libvpx/source/libvpx/vp8/encoder/block.h",
2091 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.c", 2103 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.c",
2092 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.h", 2104 "//third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.h",
2093 "//third_party/libvpx/source/libvpx/vp8/encoder/dct.c", 2105 "//third_party/libvpx/source/libvpx/vp8/encoder/dct.c",
2094 "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_cost.h", 2106 "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_cost.h",
2095 "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_tokens.h", 2107 "//third_party/libvpx/source/libvpx/vp8/encoder/dct_value_tokens.h",
2096 "//third_party/libvpx/source/libvpx/vp8/encoder/defaultcoefcounts.h", 2108 "//third_party/libvpx/source/libvpx/vp8/encoder/defaultcoefcounts.h",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
2322 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h", 2334 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h",
2323 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h", 2335 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h",
2324 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h", 2336 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h",
2325 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h", 2337 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h",
2326 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h", 2338 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h",
2327 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h", 2339 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h",
2328 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h", 2340 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h",
2329 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h", 2341 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h",
2330 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c", 2342 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c",
2331 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c", 2343 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c",
2344 "//third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c",
2332 "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c", 2345 "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c",
2346 "//third_party/libvpx/source/libvpx/vpx_dsp/variance.c",
2333 "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c", 2347 "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c",
2334 "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h", 2348 "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
2335 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c", 2349 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
2336 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h", 2350 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
2337 "//third_party/libvpx/source/libvpx/vpx_ports/arm.h", 2351 "//third_party/libvpx/source/libvpx/vpx_ports/arm.h",
2338 "//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c", 2352 "//third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c",
2339 "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", 2353 "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
2340 "//third_party/libvpx/source/libvpx/vpx_ports/mem.h", 2354 "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
2341 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", 2355 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
2342 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", 2356 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
2357 "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
2343 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", 2358 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
2344 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", 2359 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
2345 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c", 2360 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
2346 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c", 2361 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c",
2347 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", 2362 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
2348 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", 2363 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
2349 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", 2364 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
2350 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", 2365 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
2351 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", 2366 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
2352 ] 2367 ]
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
2638 "//third_party/libvpx/source/libvpx/vpx/vp8.h", 2653 "//third_party/libvpx/source/libvpx/vpx/vp8.h",
2639 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h", 2654 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h",
2640 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h", 2655 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h",
2641 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h", 2656 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h",
2642 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h", 2657 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h",
2643 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h", 2658 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h",
2644 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h", 2659 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h",
2645 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h", 2660 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h",
2646 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h", 2661 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h",
2647 "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c", 2662 "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c",
2663 "//third_party/libvpx/source/libvpx/vpx_dsp/variance.c",
2648 "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c", 2664 "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c",
2649 "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h", 2665 "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
2650 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c", 2666 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
2651 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h", 2667 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
2652 "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", 2668 "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
2653 "//third_party/libvpx/source/libvpx/vpx_ports/mem.h", 2669 "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
2654 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", 2670 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
2655 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", 2671 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
2672 "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
2656 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", 2673 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
2657 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", 2674 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
2658 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c", 2675 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
2659 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c", 2676 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c",
2660 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", 2677 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
2661 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", 2678 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
2662 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", 2679 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
2663 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", 2680 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
2664 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", 2681 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
2665 ] 2682 ]
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
2949 "//third_party/libvpx/source/libvpx/vpx/vp8.h", 2966 "//third_party/libvpx/source/libvpx/vpx/vp8.h",
2950 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h", 2967 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h",
2951 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h", 2968 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h",
2952 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h", 2969 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h",
2953 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h", 2970 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h",
2954 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h", 2971 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h",
2955 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h", 2972 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h",
2956 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h", 2973 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h",
2957 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h", 2974 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h",
2958 "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c", 2975 "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c",
2976 "//third_party/libvpx/source/libvpx/vpx_dsp/variance.c",
2959 "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c", 2977 "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c",
2960 "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h", 2978 "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
2961 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c", 2979 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
2962 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h", 2980 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
2963 "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", 2981 "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
2964 "//third_party/libvpx/source/libvpx/vpx_ports/mem.h", 2982 "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
2965 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", 2983 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
2966 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", 2984 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
2985 "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
2967 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", 2986 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
2968 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", 2987 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
2969 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c", 2988 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
2970 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c", 2989 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c",
2971 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", 2990 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
2972 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", 2991 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
2973 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", 2992 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
2974 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", 2993 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
2975 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", 2994 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
2976 ] 2995 ]
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
3260 "//third_party/libvpx/source/libvpx/vpx/vp8.h", 3279 "//third_party/libvpx/source/libvpx/vpx/vp8.h",
3261 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h", 3280 "//third_party/libvpx/source/libvpx/vpx/vp8cx.h",
3262 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h", 3281 "//third_party/libvpx/source/libvpx/vpx/vp8dx.h",
3263 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h", 3282 "//third_party/libvpx/source/libvpx/vpx/vpx_codec.h",
3264 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h", 3283 "//third_party/libvpx/source/libvpx/vpx/vpx_decoder.h",
3265 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h", 3284 "//third_party/libvpx/source/libvpx/vpx/vpx_encoder.h",
3266 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h", 3285 "//third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h",
3267 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h", 3286 "//third_party/libvpx/source/libvpx/vpx/vpx_image.h",
3268 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h", 3287 "//third_party/libvpx/source/libvpx/vpx/vpx_integer.h",
3269 "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c", 3288 "//third_party/libvpx/source/libvpx/vpx_dsp/sad.c",
3289 "//third_party/libvpx/source/libvpx/vpx_dsp/variance.c",
3270 "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c", 3290 "//third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c",
3271 "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h", 3291 "//third_party/libvpx/source/libvpx/vpx_mem/include/vpx_mem_intrnl.h",
3272 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c", 3292 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c",
3273 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h", 3293 "//third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.h",
3274 "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h", 3294 "//third_party/libvpx/source/libvpx/vpx_ports/emmintrin_compat.h",
3275 "//third_party/libvpx/source/libvpx/vpx_ports/mem.h", 3295 "//third_party/libvpx/source/libvpx/vpx_ports/mem.h",
3276 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h", 3296 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops.h",
3277 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h", 3297 "//third_party/libvpx/source/libvpx/vpx_ports/mem_ops_aligned.h",
3298 "//third_party/libvpx/source/libvpx/vpx_ports/msvc.h",
3278 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h", 3299 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_once.h",
3279 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h", 3300 "//third_party/libvpx/source/libvpx/vpx_ports/vpx_timer.h",
3280 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c", 3301 "//third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c",
3281 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c", 3302 "//third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c",
3282 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", 3303 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c",
3283 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", 3304 "//third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c",
3284 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h", 3305 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale.h",
3285 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", 3306 "//third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c",
3286 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h", 3307 "//third_party/libvpx/source/libvpx/vpx_scale/yv12config.h",
3287 ] 3308 ]
3288 libvpx_srcs_generic_assembly = [ 3309 libvpx_srcs_generic_assembly = [
3289 ] 3310 ]
OLDNEW
« no previous file with comments | « README.chromium ('k') | libvpx_srcs_arm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698