// THIS FILE IS AUTOGENERATED, DO NOT EDIT // Generated from Android.bp.in, run ./generate_config.sh to regenerate package { default_applicable_licenses: ["external_libvpx_license"], } // Added automatically by a large-scale-change that took the approach of // 'apply every license found to every target'. While this makes sure we respect // every license restriction, it may not be entirely correct. // // e.g. GPL in an MIT project might only apply to the contrib/ directory. // // Please consider splitting the single license below into multiple licenses, // taking care not to lose any license_kind information, and overriding the // default license using the 'licenses: [...]' property on targets as needed. // // For unused files, consider creating a 'fileGroup' with "//visibility:private" // to attach the license to, and including a comment whether the files may be // used in the current project. // See: http://go/android-license-faq license { name: "external_libvpx_license", visibility: [":__subpackages__"], license_kinds: [ "SPDX-license-identifier-BSD", "SPDX-license-identifier-ISC", "legacy_unencumbered", ], license_text: [ "NOTICE", ], } libvpx_arm_neon_c_srcs = [ "libvpx/vp8/common/alloccommon.c", "libvpx/vp8/common/arm/loopfilter_arm.c", "libvpx/vp8/common/arm/neon/bilinearpredict_neon.c", "libvpx/vp8/common/arm/neon/copymem_neon.c", "libvpx/vp8/common/arm/neon/dc_only_idct_add_neon.c", "libvpx/vp8/common/arm/neon/dequant_idct_neon.c", "libvpx/vp8/common/arm/neon/dequantizeb_neon.c", "libvpx/vp8/common/arm/neon/idct_blk_neon.c", "libvpx/vp8/common/arm/neon/iwalsh_neon.c", "libvpx/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.c", "libvpx/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.c", "libvpx/vp8/common/arm/neon/mbloopfilter_neon.c", "libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.c", "libvpx/vp8/common/arm/neon/sixtappredict_neon.c", "libvpx/vp8/common/arm/neon/vp8_loopfilter_neon.c", "libvpx/vp8/common/blockd.c", "libvpx/vp8/common/dequantize.c", "libvpx/vp8/common/entropy.c", "libvpx/vp8/common/entropymode.c", "libvpx/vp8/common/entropymv.c", "libvpx/vp8/common/extend.c", "libvpx/vp8/common/filter.c", "libvpx/vp8/common/findnearmv.c", "libvpx/vp8/common/generic/systemdependent.c", "libvpx/vp8/common/idct_blk.c", "libvpx/vp8/common/idctllm.c", "libvpx/vp8/common/loopfilter_filters.c", "libvpx/vp8/common/mbpitch.c", "libvpx/vp8/common/modecont.c", "libvpx/vp8/common/quant_common.c", "libvpx/vp8/common/reconinter.c", "libvpx/vp8/common/reconintra.c", "libvpx/vp8/common/reconintra4x4.c", "libvpx/vp8/common/rtcd.c", "libvpx/vp8/common/setupintrarecon.c", "libvpx/vp8/common/swapyv12buffer.c", "libvpx/vp8/common/treecoder.c", "libvpx/vp8/common/vp8_loopfilter.c", "libvpx/vp8/common/vp8_skin_detection.c", "libvpx/vp8/decoder/dboolhuff.c", "libvpx/vp8/decoder/decodeframe.c", "libvpx/vp8/decoder/decodemv.c", "libvpx/vp8/decoder/detokenize.c", "libvpx/vp8/decoder/onyxd_if.c", "libvpx/vp8/decoder/threading.c", "libvpx/vp8/encoder/arm/neon/denoising_neon.c", "libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.c", "libvpx/vp8/encoder/arm/neon/shortfdct_neon.c", "libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c", "libvpx/vp8/encoder/bitstream.c", "libvpx/vp8/encoder/boolhuff.c", "libvpx/vp8/encoder/copy_c.c", "libvpx/vp8/encoder/dct.c", "libvpx/vp8/encoder/denoising.c", "libvpx/vp8/encoder/encodeframe.c", "libvpx/vp8/encoder/encodeintra.c", "libvpx/vp8/encoder/encodemb.c", "libvpx/vp8/encoder/encodemv.c", "libvpx/vp8/encoder/ethreading.c", "libvpx/vp8/encoder/lookahead.c", "libvpx/vp8/encoder/mcomp.c", "libvpx/vp8/encoder/modecosts.c", "libvpx/vp8/encoder/onyx_if.c", "libvpx/vp8/encoder/pickinter.c", "libvpx/vp8/encoder/picklpf.c", "libvpx/vp8/encoder/ratectrl.c", "libvpx/vp8/encoder/rdopt.c", "libvpx/vp8/encoder/segmentation.c", "libvpx/vp8/encoder/tokenize.c", "libvpx/vp8/encoder/treewriter.c", "libvpx/vp8/encoder/vp8_quantize.c", "libvpx/vp8/vp8_cx_iface.c", "libvpx/vp8/vp8_dx_iface.c", "libvpx/vp9/common/arm/neon/vp9_highbd_iht16x16_add_neon.c", "libvpx/vp9/common/arm/neon/vp9_highbd_iht4x4_add_neon.c", "libvpx/vp9/common/arm/neon/vp9_highbd_iht8x8_add_neon.c", "libvpx/vp9/common/arm/neon/vp9_iht16x16_add_neon.c", "libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c", "libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c", "libvpx/vp9/common/vp9_alloccommon.c", "libvpx/vp9/common/vp9_blockd.c", "libvpx/vp9/common/vp9_common_data.c", "libvpx/vp9/common/vp9_entropy.c", "libvpx/vp9/common/vp9_entropymode.c", "libvpx/vp9/common/vp9_entropymv.c", "libvpx/vp9/common/vp9_filter.c", "libvpx/vp9/common/vp9_frame_buffers.c", "libvpx/vp9/common/vp9_idct.c", "libvpx/vp9/common/vp9_loopfilter.c", "libvpx/vp9/common/vp9_mvref_common.c", "libvpx/vp9/common/vp9_pred_common.c", "libvpx/vp9/common/vp9_quant_common.c", "libvpx/vp9/common/vp9_reconinter.c", "libvpx/vp9/common/vp9_reconintra.c", "libvpx/vp9/common/vp9_rtcd.c", "libvpx/vp9/common/vp9_scale.c", "libvpx/vp9/common/vp9_scan.c", "libvpx/vp9/common/vp9_seg_common.c", "libvpx/vp9/common/vp9_thread_common.c", "libvpx/vp9/common/vp9_tile_common.c", "libvpx/vp9/decoder/vp9_decodeframe.c", "libvpx/vp9/decoder/vp9_decodemv.c", "libvpx/vp9/decoder/vp9_decoder.c", "libvpx/vp9/decoder/vp9_detokenize.c", "libvpx/vp9/decoder/vp9_dsubexp.c", "libvpx/vp9/decoder/vp9_job_queue.c", "libvpx/vp9/encoder/arm/neon/vp9_frame_scale_neon.c", "libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c", "libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c", "libvpx/vp9/encoder/vp9_bitstream.c", "libvpx/vp9/encoder/vp9_context_tree.c", "libvpx/vp9/encoder/vp9_cost.c", "libvpx/vp9/encoder/vp9_dct.c", "libvpx/vp9/encoder/vp9_encodeframe.c", "libvpx/vp9/encoder/vp9_encodemb.c", "libvpx/vp9/encoder/vp9_encodemv.c", "libvpx/vp9/encoder/vp9_encoder.c", "libvpx/vp9/encoder/vp9_ethread.c", "libvpx/vp9/encoder/vp9_extend.c", "libvpx/vp9/encoder/vp9_frame_scale.c", "libvpx/vp9/encoder/vp9_lookahead.c", "libvpx/vp9/encoder/vp9_mcomp.c", "libvpx/vp9/encoder/vp9_multi_thread.c", "libvpx/vp9/encoder/vp9_noise_estimate.c", "libvpx/vp9/encoder/vp9_picklpf.c", "libvpx/vp9/encoder/vp9_pickmode.c", "libvpx/vp9/encoder/vp9_quantize.c", "libvpx/vp9/encoder/vp9_ratectrl.c", "libvpx/vp9/encoder/vp9_rd.c", "libvpx/vp9/encoder/vp9_rdopt.c", "libvpx/vp9/encoder/vp9_resize.c", "libvpx/vp9/encoder/vp9_segmentation.c", "libvpx/vp9/encoder/vp9_skin_detection.c", "libvpx/vp9/encoder/vp9_speed_features.c", "libvpx/vp9/encoder/vp9_subexp.c", "libvpx/vp9/encoder/vp9_svc_layercontext.c", "libvpx/vp9/encoder/vp9_tokenize.c", "libvpx/vp9/encoder/vp9_treewriter.c", "libvpx/vp9/vp9_cx_iface.c", "libvpx/vp9/vp9_dx_iface.c", "libvpx/vp9/vp9_iface_common.c", "libvpx/vpx/src/vpx_codec.c", "libvpx/vpx/src/vpx_decoder.c", "libvpx/vpx/src/vpx_encoder.c", "libvpx/vpx/src/vpx_image.c", "libvpx/vpx_dsp/arm/avg_neon.c", "libvpx/vpx_dsp/arm/avg_pred_neon.c", "libvpx/vpx_dsp/arm/fdct16x16_neon.c", "libvpx/vpx_dsp/arm/fdct32x32_neon.c", "libvpx/vpx_dsp/arm/fdct_neon.c", "libvpx/vpx_dsp/arm/fdct_partial_neon.c", "libvpx/vpx_dsp/arm/fwd_txfm_neon.c", "libvpx/vpx_dsp/arm/hadamard_neon.c", "libvpx/vpx_dsp/arm/highbd_idct16x16_add_neon.c", "libvpx/vpx_dsp/arm/highbd_idct32x32_1024_add_neon.c", "libvpx/vpx_dsp/arm/highbd_idct32x32_135_add_neon.c", "libvpx/vpx_dsp/arm/highbd_idct32x32_34_add_neon.c", "libvpx/vpx_dsp/arm/highbd_idct32x32_add_neon.c", "libvpx/vpx_dsp/arm/highbd_idct4x4_add_neon.c", "libvpx/vpx_dsp/arm/highbd_idct8x8_add_neon.c", "libvpx/vpx_dsp/arm/highbd_intrapred_neon.c", "libvpx/vpx_dsp/arm/highbd_loopfilter_neon.c", "libvpx/vpx_dsp/arm/highbd_vpx_convolve8_neon.c", "libvpx/vpx_dsp/arm/highbd_vpx_convolve_avg_neon.c", "libvpx/vpx_dsp/arm/highbd_vpx_convolve_copy_neon.c", "libvpx/vpx_dsp/arm/highbd_vpx_convolve_neon.c", "libvpx/vpx_dsp/arm/idct16x16_1_add_neon.c", "libvpx/vpx_dsp/arm/idct16x16_add_neon.c", "libvpx/vpx_dsp/arm/idct32x32_135_add_neon.c", "libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c", "libvpx/vpx_dsp/arm/idct32x32_34_add_neon.c", "libvpx/vpx_dsp/arm/idct32x32_add_neon.c", "libvpx/vpx_dsp/arm/idct8x8_1_add_neon.c", "libvpx/vpx_dsp/arm/idct8x8_add_neon.c", "libvpx/vpx_dsp/arm/intrapred_neon.c", "libvpx/vpx_dsp/arm/quantize_neon.c", "libvpx/vpx_dsp/arm/sad4d_neon.c", "libvpx/vpx_dsp/arm/sad_neon.c", "libvpx/vpx_dsp/arm/subpel_variance_neon.c", "libvpx/vpx_dsp/arm/subtract_neon.c", "libvpx/vpx_dsp/arm/sum_squares_neon.c", "libvpx/vpx_dsp/arm/variance_neon.c", "libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.c", "libvpx/vpx_dsp/arm/vpx_convolve_neon.c", "libvpx/vpx_dsp/arm/vpx_scaled_convolve8_neon.c", "libvpx/vpx_dsp/avg.c", "libvpx/vpx_dsp/bitreader.c", "libvpx/vpx_dsp/bitreader_buffer.c", "libvpx/vpx_dsp/bitwriter.c", "libvpx/vpx_dsp/bitwriter_buffer.c", "libvpx/vpx_dsp/fwd_txfm.c", "libvpx/vpx_dsp/intrapred.c", "libvpx/vpx_dsp/inv_txfm.c", "libvpx/vpx_dsp/loopfilter.c", "libvpx/vpx_dsp/prob.c", "libvpx/vpx_dsp/psnr.c", "libvpx/vpx_dsp/quantize.c", "libvpx/vpx_dsp/sad.c", "libvpx/vpx_dsp/skin_detection.c", "libvpx/vpx_dsp/subtract.c", "libvpx/vpx_dsp/sum_squares.c", "libvpx/vpx_dsp/variance.c", "libvpx/vpx_dsp/vpx_convolve.c", "libvpx/vpx_dsp/vpx_dsp_rtcd.c", "libvpx/vpx_mem/vpx_mem.c", "libvpx/vpx_ports/arm_cpudetect.c", "libvpx/vpx_scale/generic/gen_scalers.c", "libvpx/vpx_scale/generic/vpx_scale.c", "libvpx/vpx_scale/generic/yv12config.c", "libvpx/vpx_scale/generic/yv12extend.c", "libvpx/vpx_scale/vpx_scale_rtcd.c", "libvpx/vpx_util/vpx_thread.c", "libvpx/vpx_util/vpx_write_yuv_frame.c", "config/arm-neon/vpx_config.c", ] libvpx_arm_neon_asm_srcs = [ "config/arm-neon/vpx_dsp/arm/idct4x4_1_add_neon.asm.S", "config/arm-neon/vpx_dsp/arm/idct4x4_add_neon.asm.S", "config/arm-neon/vpx_dsp/arm/idct_neon.asm.S", "config/arm-neon/vpx_dsp/arm/intrapred_neon_asm.asm.S", "config/arm-neon/vpx_dsp/arm/loopfilter_16_neon.asm.S", "config/arm-neon/vpx_dsp/arm/loopfilter_4_neon.asm.S", "config/arm-neon/vpx_dsp/arm/loopfilter_8_neon.asm.S", "config/arm-neon/vpx_dsp/arm/save_reg_neon.asm.S", "config/arm-neon/vpx_dsp/arm/vpx_convolve8_avg_horiz_filter_type1_neon.asm.S", "config/arm-neon/vpx_dsp/arm/vpx_convolve8_avg_horiz_filter_type2_neon.asm.S", "config/arm-neon/vpx_dsp/arm/vpx_convolve8_avg_vert_filter_type1_neon.asm.S", "config/arm-neon/vpx_dsp/arm/vpx_convolve8_avg_vert_filter_type2_neon.asm.S", "config/arm-neon/vpx_dsp/arm/vpx_convolve8_horiz_filter_type1_neon.asm.S", "config/arm-neon/vpx_dsp/arm/vpx_convolve8_horiz_filter_type2_neon.asm.S", "config/arm-neon/vpx_dsp/arm/vpx_convolve8_vert_filter_type1_neon.asm.S", "config/arm-neon/vpx_dsp/arm/vpx_convolve8_vert_filter_type2_neon.asm.S", "config/arm-neon/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm.S", "config/arm-neon/vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm.S", ] libvpx_arm64_c_srcs = [ "libvpx/vp8/common/alloccommon.c", "libvpx/vp8/common/arm/loopfilter_arm.c", "libvpx/vp8/common/arm/neon/bilinearpredict_neon.c", "libvpx/vp8/common/arm/neon/copymem_neon.c", "libvpx/vp8/common/arm/neon/dc_only_idct_add_neon.c", "libvpx/vp8/common/arm/neon/dequant_idct_neon.c", "libvpx/vp8/common/arm/neon/dequantizeb_neon.c", "libvpx/vp8/common/arm/neon/idct_blk_neon.c", "libvpx/vp8/common/arm/neon/iwalsh_neon.c", "libvpx/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.c", "libvpx/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.c", "libvpx/vp8/common/arm/neon/mbloopfilter_neon.c", "libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.c", "libvpx/vp8/common/arm/neon/sixtappredict_neon.c", "libvpx/vp8/common/arm/neon/vp8_loopfilter_neon.c", "libvpx/vp8/common/blockd.c", "libvpx/vp8/common/dequantize.c", "libvpx/vp8/common/entropy.c", "libvpx/vp8/common/entropymode.c", "libvpx/vp8/common/entropymv.c", "libvpx/vp8/common/extend.c", "libvpx/vp8/common/filter.c", "libvpx/vp8/common/findnearmv.c", "libvpx/vp8/common/generic/systemdependent.c", "libvpx/vp8/common/idct_blk.c", "libvpx/vp8/common/idctllm.c", "libvpx/vp8/common/loopfilter_filters.c", "libvpx/vp8/common/mbpitch.c", "libvpx/vp8/common/modecont.c", "libvpx/vp8/common/quant_common.c", "libvpx/vp8/common/reconinter.c", "libvpx/vp8/common/reconintra.c", "libvpx/vp8/common/reconintra4x4.c", "libvpx/vp8/common/rtcd.c", "libvpx/vp8/common/setupintrarecon.c", "libvpx/vp8/common/swapyv12buffer.c", "libvpx/vp8/common/treecoder.c", "libvpx/vp8/common/vp8_loopfilter.c", "libvpx/vp8/common/vp8_skin_detection.c", "libvpx/vp8/decoder/dboolhuff.c", "libvpx/vp8/decoder/decodeframe.c", "libvpx/vp8/decoder/decodemv.c", "libvpx/vp8/decoder/detokenize.c", "libvpx/vp8/decoder/onyxd_if.c", "libvpx/vp8/decoder/threading.c", "libvpx/vp8/encoder/arm/neon/denoising_neon.c", "libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.c", "libvpx/vp8/encoder/arm/neon/shortfdct_neon.c", "libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c", "libvpx/vp8/encoder/bitstream.c", "libvpx/vp8/encoder/boolhuff.c", "libvpx/vp8/encoder/copy_c.c", "libvpx/vp8/encoder/dct.c", "libvpx/vp8/encoder/denoising.c", "libvpx/vp8/encoder/encodeframe.c", "libvpx/vp8/encoder/encodeintra.c", "libvpx/vp8/encoder/encodemb.c", "libvpx/vp8/encoder/encodemv.c", "libvpx/vp8/encoder/ethreading.c", "libvpx/vp8/encoder/lookahead.c", "libvpx/vp8/encoder/mcomp.c", "libvpx/vp8/encoder/modecosts.c", "libvpx/vp8/encoder/onyx_if.c", "libvpx/vp8/encoder/pickinter.c", "libvpx/vp8/encoder/picklpf.c", "libvpx/vp8/encoder/ratectrl.c", "libvpx/vp8/encoder/rdopt.c", "libvpx/vp8/encoder/segmentation.c", "libvpx/vp8/encoder/tokenize.c", "libvpx/vp8/encoder/treewriter.c", "libvpx/vp8/encoder/vp8_quantize.c", "libvpx/vp8/vp8_cx_iface.c", "libvpx/vp8/vp8_dx_iface.c", "libvpx/vp9/common/arm/neon/vp9_highbd_iht16x16_add_neon.c", "libvpx/vp9/common/arm/neon/vp9_highbd_iht4x4_add_neon.c", "libvpx/vp9/common/arm/neon/vp9_highbd_iht8x8_add_neon.c", "libvpx/vp9/common/arm/neon/vp9_iht16x16_add_neon.c", "libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c", "libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c", "libvpx/vp9/common/vp9_alloccommon.c", "libvpx/vp9/common/vp9_blockd.c", "libvpx/vp9/common/vp9_common_data.c", "libvpx/vp9/common/vp9_entropy.c", "libvpx/vp9/common/vp9_entropymode.c", "libvpx/vp9/common/vp9_entropymv.c", "libvpx/vp9/common/vp9_filter.c", "libvpx/vp9/common/vp9_frame_buffers.c", "libvpx/vp9/common/vp9_idct.c", "libvpx/vp9/common/vp9_loopfilter.c", "libvpx/vp9/common/vp9_mvref_common.c", "libvpx/vp9/common/vp9_pred_common.c", "libvpx/vp9/common/vp9_quant_common.c", "libvpx/vp9/common/vp9_reconinter.c", "libvpx/vp9/common/vp9_reconintra.c", "libvpx/vp9/common/vp9_rtcd.c", "libvpx/vp9/common/vp9_scale.c", "libvpx/vp9/common/vp9_scan.c", "libvpx/vp9/common/vp9_seg_common.c", "libvpx/vp9/common/vp9_thread_common.c", "libvpx/vp9/common/vp9_tile_common.c", "libvpx/vp9/decoder/vp9_decodeframe.c", "libvpx/vp9/decoder/vp9_decodemv.c", "libvpx/vp9/decoder/vp9_decoder.c", "libvpx/vp9/decoder/vp9_detokenize.c", "libvpx/vp9/decoder/vp9_dsubexp.c", "libvpx/vp9/decoder/vp9_job_queue.c", "libvpx/vp9/encoder/arm/neon/vp9_frame_scale_neon.c", "libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c", "libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c", "libvpx/vp9/encoder/vp9_bitstream.c", "libvpx/vp9/encoder/vp9_context_tree.c", "libvpx/vp9/encoder/vp9_cost.c", "libvpx/vp9/encoder/vp9_dct.c", "libvpx/vp9/encoder/vp9_encodeframe.c", "libvpx/vp9/encoder/vp9_encodemb.c", "libvpx/vp9/encoder/vp9_encodemv.c", "libvpx/vp9/encoder/vp9_encoder.c", "libvpx/vp9/encoder/vp9_ethread.c", "libvpx/vp9/encoder/vp9_extend.c", "libvpx/vp9/encoder/vp9_frame_scale.c", "libvpx/vp9/encoder/vp9_lookahead.c", "libvpx/vp9/encoder/vp9_mcomp.c", "libvpx/vp9/encoder/vp9_multi_thread.c", "libvpx/vp9/encoder/vp9_noise_estimate.c", "libvpx/vp9/encoder/vp9_picklpf.c", "libvpx/vp9/encoder/vp9_pickmode.c", "libvpx/vp9/encoder/vp9_quantize.c", "libvpx/vp9/encoder/vp9_ratectrl.c", "libvpx/vp9/encoder/vp9_rd.c", "libvpx/vp9/encoder/vp9_rdopt.c", "libvpx/vp9/encoder/vp9_resize.c", "libvpx/vp9/encoder/vp9_segmentation.c", "libvpx/vp9/encoder/vp9_skin_detection.c", "libvpx/vp9/encoder/vp9_speed_features.c", "libvpx/vp9/encoder/vp9_subexp.c", "libvpx/vp9/encoder/vp9_svc_layercontext.c", "libvpx/vp9/encoder/vp9_tokenize.c", "libvpx/vp9/encoder/vp9_treewriter.c", "libvpx/vp9/vp9_cx_iface.c", "libvpx/vp9/vp9_dx_iface.c", "libvpx/vp9/vp9_iface_common.c", "libvpx/vpx/src/vpx_codec.c", "libvpx/vpx/src/vpx_decoder.c", "libvpx/vpx/src/vpx_encoder.c", "libvpx/vpx/src/vpx_image.c", "libvpx/vpx_dsp/arm/avg_neon.c", "libvpx/vpx_dsp/arm/avg_pred_neon.c", "libvpx/vpx_dsp/arm/fdct16x16_neon.c", "libvpx/vpx_dsp/arm/fdct32x32_neon.c", "libvpx/vpx_dsp/arm/fdct_neon.c", "libvpx/vpx_dsp/arm/fdct_partial_neon.c", "libvpx/vpx_dsp/arm/fwd_txfm_neon.c", "libvpx/vpx_dsp/arm/hadamard_neon.c", "libvpx/vpx_dsp/arm/highbd_idct16x16_add_neon.c", "libvpx/vpx_dsp/arm/highbd_idct32x32_1024_add_neon.c", "libvpx/vpx_dsp/arm/highbd_idct32x32_135_add_neon.c", "libvpx/vpx_dsp/arm/highbd_idct32x32_34_add_neon.c", "libvpx/vpx_dsp/arm/highbd_idct32x32_add_neon.c", "libvpx/vpx_dsp/arm/highbd_idct4x4_add_neon.c", "libvpx/vpx_dsp/arm/highbd_idct8x8_add_neon.c", "libvpx/vpx_dsp/arm/highbd_intrapred_neon.c", "libvpx/vpx_dsp/arm/highbd_loopfilter_neon.c", "libvpx/vpx_dsp/arm/highbd_vpx_convolve8_neon.c", "libvpx/vpx_dsp/arm/highbd_vpx_convolve_avg_neon.c", "libvpx/vpx_dsp/arm/highbd_vpx_convolve_copy_neon.c", "libvpx/vpx_dsp/arm/highbd_vpx_convolve_neon.c", "libvpx/vpx_dsp/arm/idct16x16_1_add_neon.c", "libvpx/vpx_dsp/arm/idct16x16_add_neon.c", "libvpx/vpx_dsp/arm/idct32x32_135_add_neon.c", "libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c", "libvpx/vpx_dsp/arm/idct32x32_34_add_neon.c", "libvpx/vpx_dsp/arm/idct32x32_add_neon.c", "libvpx/vpx_dsp/arm/idct4x4_1_add_neon.c", "libvpx/vpx_dsp/arm/idct4x4_add_neon.c", "libvpx/vpx_dsp/arm/idct8x8_1_add_neon.c", "libvpx/vpx_dsp/arm/idct8x8_add_neon.c", "libvpx/vpx_dsp/arm/intrapred_neon.c", "libvpx/vpx_dsp/arm/loopfilter_neon.c", "libvpx/vpx_dsp/arm/quantize_neon.c", "libvpx/vpx_dsp/arm/sad4d_neon.c", "libvpx/vpx_dsp/arm/sad_neon.c", "libvpx/vpx_dsp/arm/subpel_variance_neon.c", "libvpx/vpx_dsp/arm/subtract_neon.c", "libvpx/vpx_dsp/arm/sum_squares_neon.c", "libvpx/vpx_dsp/arm/variance_neon.c", "libvpx/vpx_dsp/arm/vpx_convolve8_neon.c", "libvpx/vpx_dsp/arm/vpx_convolve_avg_neon.c", "libvpx/vpx_dsp/arm/vpx_convolve_copy_neon.c", "libvpx/vpx_dsp/arm/vpx_convolve_neon.c", "libvpx/vpx_dsp/arm/vpx_scaled_convolve8_neon.c", "libvpx/vpx_dsp/avg.c", "libvpx/vpx_dsp/bitreader.c", "libvpx/vpx_dsp/bitreader_buffer.c", "libvpx/vpx_dsp/bitwriter.c", "libvpx/vpx_dsp/bitwriter_buffer.c", "libvpx/vpx_dsp/fwd_txfm.c", "libvpx/vpx_dsp/intrapred.c", "libvpx/vpx_dsp/inv_txfm.c", "libvpx/vpx_dsp/loopfilter.c", "libvpx/vpx_dsp/prob.c", "libvpx/vpx_dsp/psnr.c", "libvpx/vpx_dsp/quantize.c", "libvpx/vpx_dsp/sad.c", "libvpx/vpx_dsp/skin_detection.c", "libvpx/vpx_dsp/subtract.c", "libvpx/vpx_dsp/sum_squares.c", "libvpx/vpx_dsp/variance.c", "libvpx/vpx_dsp/vpx_convolve.c", "libvpx/vpx_dsp/vpx_dsp_rtcd.c", "libvpx/vpx_mem/vpx_mem.c", "libvpx/vpx_ports/arm_cpudetect.c", "libvpx/vpx_scale/generic/gen_scalers.c", "libvpx/vpx_scale/generic/vpx_scale.c", "libvpx/vpx_scale/generic/yv12config.c", "libvpx/vpx_scale/generic/yv12extend.c", "libvpx/vpx_scale/vpx_scale_rtcd.c", "libvpx/vpx_util/vpx_thread.c", "libvpx/vpx_util/vpx_write_yuv_frame.c", "config/arm64/vpx_config.c", ] libvpx_generic_c_srcs = [ "libvpx/vp8/common/alloccommon.c", "libvpx/vp8/common/blockd.c", "libvpx/vp8/common/dequantize.c", "libvpx/vp8/common/entropy.c", "libvpx/vp8/common/entropymode.c", "libvpx/vp8/common/entropymv.c", "libvpx/vp8/common/extend.c", "libvpx/vp8/common/filter.c", "libvpx/vp8/common/findnearmv.c", "libvpx/vp8/common/generic/systemdependent.c", "libvpx/vp8/common/idct_blk.c", "libvpx/vp8/common/idctllm.c", "libvpx/vp8/common/loopfilter_filters.c", "libvpx/vp8/common/mbpitch.c", "libvpx/vp8/common/modecont.c", "libvpx/vp8/common/quant_common.c", "libvpx/vp8/common/reconinter.c", "libvpx/vp8/common/reconintra.c", "libvpx/vp8/common/reconintra4x4.c", "libvpx/vp8/common/rtcd.c", "libvpx/vp8/common/setupintrarecon.c", "libvpx/vp8/common/swapyv12buffer.c", "libvpx/vp8/common/treecoder.c", "libvpx/vp8/common/vp8_loopfilter.c", "libvpx/vp8/common/vp8_skin_detection.c", "libvpx/vp8/decoder/dboolhuff.c", "libvpx/vp8/decoder/decodeframe.c", "libvpx/vp8/decoder/decodemv.c", "libvpx/vp8/decoder/detokenize.c", "libvpx/vp8/decoder/onyxd_if.c", "libvpx/vp8/decoder/threading.c", "libvpx/vp8/encoder/bitstream.c", "libvpx/vp8/encoder/boolhuff.c", "libvpx/vp8/encoder/copy_c.c", "libvpx/vp8/encoder/dct.c", "libvpx/vp8/encoder/denoising.c", "libvpx/vp8/encoder/encodeframe.c", "libvpx/vp8/encoder/encodeintra.c", "libvpx/vp8/encoder/encodemb.c", "libvpx/vp8/encoder/encodemv.c", "libvpx/vp8/encoder/ethreading.c", "libvpx/vp8/encoder/lookahead.c", "libvpx/vp8/encoder/mcomp.c", "libvpx/vp8/encoder/modecosts.c", "libvpx/vp8/encoder/onyx_if.c", "libvpx/vp8/encoder/pickinter.c", "libvpx/vp8/encoder/picklpf.c", "libvpx/vp8/encoder/ratectrl.c", "libvpx/vp8/encoder/rdopt.c", "libvpx/vp8/encoder/segmentation.c", "libvpx/vp8/encoder/tokenize.c", "libvpx/vp8/encoder/treewriter.c", "libvpx/vp8/encoder/vp8_quantize.c", "libvpx/vp8/vp8_cx_iface.c", "libvpx/vp8/vp8_dx_iface.c", "libvpx/vp9/common/vp9_alloccommon.c", "libvpx/vp9/common/vp9_blockd.c", "libvpx/vp9/common/vp9_common_data.c", "libvpx/vp9/common/vp9_entropy.c", "libvpx/vp9/common/vp9_entropymode.c", "libvpx/vp9/common/vp9_entropymv.c", "libvpx/vp9/common/vp9_filter.c", "libvpx/vp9/common/vp9_frame_buffers.c", "libvpx/vp9/common/vp9_idct.c", "libvpx/vp9/common/vp9_loopfilter.c", "libvpx/vp9/common/vp9_mvref_common.c", "libvpx/vp9/common/vp9_pred_common.c", "libvpx/vp9/common/vp9_quant_common.c", "libvpx/vp9/common/vp9_reconinter.c", "libvpx/vp9/common/vp9_reconintra.c", "libvpx/vp9/common/vp9_rtcd.c", "libvpx/vp9/common/vp9_scale.c", "libvpx/vp9/common/vp9_scan.c", "libvpx/vp9/common/vp9_seg_common.c", "libvpx/vp9/common/vp9_thread_common.c", "libvpx/vp9/common/vp9_tile_common.c", "libvpx/vp9/decoder/vp9_decodeframe.c", "libvpx/vp9/decoder/vp9_decodemv.c", "libvpx/vp9/decoder/vp9_decoder.c", "libvpx/vp9/decoder/vp9_detokenize.c", "libvpx/vp9/decoder/vp9_dsubexp.c", "libvpx/vp9/decoder/vp9_job_queue.c", "libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c", "libvpx/vp9/encoder/vp9_bitstream.c", "libvpx/vp9/encoder/vp9_context_tree.c", "libvpx/vp9/encoder/vp9_cost.c", "libvpx/vp9/encoder/vp9_dct.c", "libvpx/vp9/encoder/vp9_encodeframe.c", "libvpx/vp9/encoder/vp9_encodemb.c", "libvpx/vp9/encoder/vp9_encodemv.c", "libvpx/vp9/encoder/vp9_encoder.c", "libvpx/vp9/encoder/vp9_ethread.c", "libvpx/vp9/encoder/vp9_extend.c", "libvpx/vp9/encoder/vp9_frame_scale.c", "libvpx/vp9/encoder/vp9_lookahead.c", "libvpx/vp9/encoder/vp9_mcomp.c", "libvpx/vp9/encoder/vp9_multi_thread.c", "libvpx/vp9/encoder/vp9_noise_estimate.c", "libvpx/vp9/encoder/vp9_picklpf.c", "libvpx/vp9/encoder/vp9_pickmode.c", "libvpx/vp9/encoder/vp9_quantize.c", "libvpx/vp9/encoder/vp9_ratectrl.c", "libvpx/vp9/encoder/vp9_rd.c", "libvpx/vp9/encoder/vp9_rdopt.c", "libvpx/vp9/encoder/vp9_resize.c", "libvpx/vp9/encoder/vp9_segmentation.c", "libvpx/vp9/encoder/vp9_skin_detection.c", "libvpx/vp9/encoder/vp9_speed_features.c", "libvpx/vp9/encoder/vp9_subexp.c", "libvpx/vp9/encoder/vp9_svc_layercontext.c", "libvpx/vp9/encoder/vp9_tokenize.c", "libvpx/vp9/encoder/vp9_treewriter.c", "libvpx/vp9/vp9_cx_iface.c", "libvpx/vp9/vp9_dx_iface.c", "libvpx/vp9/vp9_iface_common.c", "libvpx/vpx/src/vpx_codec.c", "libvpx/vpx/src/vpx_decoder.c", "libvpx/vpx/src/vpx_encoder.c", "libvpx/vpx/src/vpx_image.c", "libvpx/vpx_dsp/avg.c", "libvpx/vpx_dsp/bitreader.c", "libvpx/vpx_dsp/bitreader_buffer.c", "libvpx/vpx_dsp/bitwriter.c", "libvpx/vpx_dsp/bitwriter_buffer.c", "libvpx/vpx_dsp/fwd_txfm.c", "libvpx/vpx_dsp/intrapred.c", "libvpx/vpx_dsp/inv_txfm.c", "libvpx/vpx_dsp/loopfilter.c", "libvpx/vpx_dsp/prob.c", "libvpx/vpx_dsp/psnr.c", "libvpx/vpx_dsp/quantize.c", "libvpx/vpx_dsp/sad.c", "libvpx/vpx_dsp/skin_detection.c", "libvpx/vpx_dsp/subtract.c", "libvpx/vpx_dsp/sum_squares.c", "libvpx/vpx_dsp/variance.c", "libvpx/vpx_dsp/vpx_convolve.c", "libvpx/vpx_dsp/vpx_dsp_rtcd.c", "libvpx/vpx_mem/vpx_mem.c", "libvpx/vpx_scale/generic/gen_scalers.c", "libvpx/vpx_scale/generic/vpx_scale.c", "libvpx/vpx_scale/generic/yv12config.c", "libvpx/vpx_scale/generic/yv12extend.c", "libvpx/vpx_scale/vpx_scale_rtcd.c", "libvpx/vpx_util/vpx_thread.c", "libvpx/vpx_util/vpx_write_yuv_frame.c", "config/generic/vpx_config.c", ] libvpx_x86_c_srcs = [ "libvpx/vp8/common/alloccommon.c", "libvpx/vp8/common/blockd.c", "libvpx/vp8/common/dequantize.c", "libvpx/vp8/common/entropy.c", "libvpx/vp8/common/entropymode.c", "libvpx/vp8/common/entropymv.c", "libvpx/vp8/common/extend.c", "libvpx/vp8/common/filter.c", "libvpx/vp8/common/findnearmv.c", "libvpx/vp8/common/generic/systemdependent.c", "libvpx/vp8/common/idct_blk.c", "libvpx/vp8/common/idctllm.c", "libvpx/vp8/common/loopfilter_filters.c", "libvpx/vp8/common/mbpitch.c", "libvpx/vp8/common/mfqe.c", "libvpx/vp8/common/modecont.c", "libvpx/vp8/common/postproc.c", "libvpx/vp8/common/quant_common.c", "libvpx/vp8/common/reconinter.c", "libvpx/vp8/common/reconintra.c", "libvpx/vp8/common/reconintra4x4.c", "libvpx/vp8/common/rtcd.c", "libvpx/vp8/common/setupintrarecon.c", "libvpx/vp8/common/swapyv12buffer.c", "libvpx/vp8/common/treecoder.c", "libvpx/vp8/common/vp8_loopfilter.c", "libvpx/vp8/common/vp8_skin_detection.c", "libvpx/vp8/common/x86/bilinear_filter_sse2.c", "libvpx/vp8/common/x86/idct_blk_mmx.c", "libvpx/vp8/common/x86/idct_blk_sse2.c", "libvpx/vp8/common/x86/loopfilter_x86.c", "libvpx/vp8/common/x86/vp8_asm_stubs.c", "libvpx/vp8/decoder/dboolhuff.c", "libvpx/vp8/decoder/decodeframe.c", "libvpx/vp8/decoder/decodemv.c", "libvpx/vp8/decoder/detokenize.c", "libvpx/vp8/decoder/onyxd_if.c", "libvpx/vp8/decoder/threading.c", "libvpx/vp8/encoder/bitstream.c", "libvpx/vp8/encoder/boolhuff.c", "libvpx/vp8/encoder/copy_c.c", "libvpx/vp8/encoder/dct.c", "libvpx/vp8/encoder/denoising.c", "libvpx/vp8/encoder/encodeframe.c", "libvpx/vp8/encoder/encodeintra.c", "libvpx/vp8/encoder/encodemb.c", "libvpx/vp8/encoder/encodemv.c", "libvpx/vp8/encoder/ethreading.c", "libvpx/vp8/encoder/lookahead.c", "libvpx/vp8/encoder/mcomp.c", "libvpx/vp8/encoder/modecosts.c", "libvpx/vp8/encoder/onyx_if.c", "libvpx/vp8/encoder/pickinter.c", "libvpx/vp8/encoder/picklpf.c", "libvpx/vp8/encoder/ratectrl.c", "libvpx/vp8/encoder/rdopt.c", "libvpx/vp8/encoder/segmentation.c", "libvpx/vp8/encoder/tokenize.c", "libvpx/vp8/encoder/treewriter.c", "libvpx/vp8/encoder/vp8_quantize.c", "libvpx/vp8/encoder/x86/denoising_sse2.c", "libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c", "libvpx/vp8/encoder/x86/vp8_quantize_sse2.c", "libvpx/vp8/encoder/x86/vp8_quantize_ssse3.c", "libvpx/vp8/vp8_cx_iface.c", "libvpx/vp8/vp8_dx_iface.c", "libvpx/vp9/common/vp9_alloccommon.c", "libvpx/vp9/common/vp9_blockd.c", "libvpx/vp9/common/vp9_common_data.c", "libvpx/vp9/common/vp9_entropy.c", "libvpx/vp9/common/vp9_entropymode.c", "libvpx/vp9/common/vp9_entropymv.c", "libvpx/vp9/common/vp9_filter.c", "libvpx/vp9/common/vp9_frame_buffers.c", "libvpx/vp9/common/vp9_idct.c", "libvpx/vp9/common/vp9_loopfilter.c", "libvpx/vp9/common/vp9_mvref_common.c", "libvpx/vp9/common/vp9_pred_common.c", "libvpx/vp9/common/vp9_quant_common.c", "libvpx/vp9/common/vp9_reconinter.c", "libvpx/vp9/common/vp9_reconintra.c", "libvpx/vp9/common/vp9_rtcd.c", "libvpx/vp9/common/vp9_scale.c", "libvpx/vp9/common/vp9_scan.c", "libvpx/vp9/common/vp9_seg_common.c", "libvpx/vp9/common/vp9_thread_common.c", "libvpx/vp9/common/vp9_tile_common.c", "libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c", "libvpx/vp9/decoder/vp9_decodeframe.c", "libvpx/vp9/decoder/vp9_decodemv.c", "libvpx/vp9/decoder/vp9_decoder.c", "libvpx/vp9/decoder/vp9_detokenize.c", "libvpx/vp9/decoder/vp9_dsubexp.c", "libvpx/vp9/decoder/vp9_job_queue.c", "libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c", "libvpx/vp9/encoder/vp9_bitstream.c", "libvpx/vp9/encoder/vp9_context_tree.c", "libvpx/vp9/encoder/vp9_cost.c", "libvpx/vp9/encoder/vp9_dct.c", "libvpx/vp9/encoder/vp9_encodeframe.c", "libvpx/vp9/encoder/vp9_encodemb.c", "libvpx/vp9/encoder/vp9_encodemv.c", "libvpx/vp9/encoder/vp9_encoder.c", "libvpx/vp9/encoder/vp9_ethread.c", "libvpx/vp9/encoder/vp9_extend.c", "libvpx/vp9/encoder/vp9_frame_scale.c", "libvpx/vp9/encoder/vp9_lookahead.c", "libvpx/vp9/encoder/vp9_mcomp.c", "libvpx/vp9/encoder/vp9_multi_thread.c", "libvpx/vp9/encoder/vp9_noise_estimate.c", "libvpx/vp9/encoder/vp9_picklpf.c", "libvpx/vp9/encoder/vp9_pickmode.c", "libvpx/vp9/encoder/vp9_quantize.c", "libvpx/vp9/encoder/vp9_ratectrl.c", "libvpx/vp9/encoder/vp9_rd.c", "libvpx/vp9/encoder/vp9_rdopt.c", "libvpx/vp9/encoder/vp9_resize.c", "libvpx/vp9/encoder/vp9_segmentation.c", "libvpx/vp9/encoder/vp9_skin_detection.c", "libvpx/vp9/encoder/vp9_speed_features.c", "libvpx/vp9/encoder/vp9_subexp.c", "libvpx/vp9/encoder/vp9_svc_layercontext.c", "libvpx/vp9/encoder/vp9_tokenize.c", "libvpx/vp9/encoder/vp9_treewriter.c", "libvpx/vp9/encoder/x86/vp9_dct_intrin_sse2.c", "libvpx/vp9/encoder/x86/vp9_frame_scale_ssse3.c", "libvpx/vp9/encoder/x86/vp9_highbd_block_error_intrin_sse2.c", "libvpx/vp9/encoder/x86/vp9_quantize_sse2.c", "libvpx/vp9/vp9_cx_iface.c", "libvpx/vp9/vp9_dx_iface.c", "libvpx/vp9/vp9_iface_common.c", "libvpx/vpx/src/vpx_codec.c", "libvpx/vpx/src/vpx_decoder.c", "libvpx/vpx/src/vpx_encoder.c", "libvpx/vpx/src/vpx_image.c", "libvpx/vpx_dsp/add_noise.c", "libvpx/vpx_dsp/avg.c", "libvpx/vpx_dsp/bitreader.c", "libvpx/vpx_dsp/bitreader_buffer.c", "libvpx/vpx_dsp/bitwriter.c", "libvpx/vpx_dsp/bitwriter_buffer.c", "libvpx/vpx_dsp/deblock.c", "libvpx/vpx_dsp/fwd_txfm.c", "libvpx/vpx_dsp/intrapred.c", "libvpx/vpx_dsp/inv_txfm.c", "libvpx/vpx_dsp/loopfilter.c", "libvpx/vpx_dsp/prob.c", "libvpx/vpx_dsp/psnr.c", "libvpx/vpx_dsp/quantize.c", "libvpx/vpx_dsp/sad.c", "libvpx/vpx_dsp/skin_detection.c", "libvpx/vpx_dsp/subtract.c", "libvpx/vpx_dsp/sum_squares.c", "libvpx/vpx_dsp/variance.c", "libvpx/vpx_dsp/vpx_convolve.c", "libvpx/vpx_dsp/vpx_dsp_rtcd.c", "libvpx/vpx_dsp/x86/avg_intrin_sse2.c", "libvpx/vpx_dsp/x86/avg_pred_sse2.c", "libvpx/vpx_dsp/x86/fwd_txfm_sse2.c", "libvpx/vpx_dsp/x86/highbd_idct16x16_add_sse2.c", "libvpx/vpx_dsp/x86/highbd_idct32x32_add_sse2.c", "libvpx/vpx_dsp/x86/highbd_idct4x4_add_sse2.c", "libvpx/vpx_dsp/x86/highbd_idct8x8_add_sse2.c", "libvpx/vpx_dsp/x86/highbd_intrapred_intrin_sse2.c", "libvpx/vpx_dsp/x86/highbd_intrapred_intrin_ssse3.c", "libvpx/vpx_dsp/x86/highbd_loopfilter_sse2.c", "libvpx/vpx_dsp/x86/highbd_quantize_intrin_sse2.c", "libvpx/vpx_dsp/x86/highbd_variance_sse2.c", "libvpx/vpx_dsp/x86/inv_txfm_sse2.c", "libvpx/vpx_dsp/x86/inv_txfm_ssse3.c", "libvpx/vpx_dsp/x86/loopfilter_sse2.c", "libvpx/vpx_dsp/x86/post_proc_sse2.c", "libvpx/vpx_dsp/x86/quantize_sse2.c", "libvpx/vpx_dsp/x86/quantize_ssse3.c", "libvpx/vpx_dsp/x86/sum_squares_sse2.c", "libvpx/vpx_dsp/x86/variance_sse2.c", "libvpx/vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c", "libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c", "libvpx/vpx_mem/vpx_mem.c", "libvpx/vpx_ports/emms_mmx.c", "libvpx/vpx_scale/generic/gen_scalers.c", "libvpx/vpx_scale/generic/vpx_scale.c", "libvpx/vpx_scale/generic/yv12config.c", "libvpx/vpx_scale/generic/yv12extend.c", "libvpx/vpx_scale/vpx_scale_rtcd.c", "libvpx/vpx_util/vpx_thread.c", "libvpx/vpx_util/vpx_write_yuv_frame.c", "config/x86/vpx_config.c", ] libvpx_x86_asm_srcs = [ "libvpx/vp8/common/x86/dequantize_mmx.asm", "libvpx/vp8/common/x86/idctllm_mmx.asm", "libvpx/vp8/common/x86/idctllm_sse2.asm", "libvpx/vp8/common/x86/iwalsh_sse2.asm", "libvpx/vp8/common/x86/loopfilter_sse2.asm", "libvpx/vp8/common/x86/mfqe_sse2.asm", "libvpx/vp8/common/x86/recon_mmx.asm", "libvpx/vp8/common/x86/recon_sse2.asm", "libvpx/vp8/common/x86/subpixel_mmx.asm", "libvpx/vp8/common/x86/subpixel_sse2.asm", "libvpx/vp8/common/x86/subpixel_ssse3.asm", "libvpx/vp8/encoder/x86/block_error_sse2.asm", "libvpx/vp8/encoder/x86/copy_sse2.asm", "libvpx/vp8/encoder/x86/copy_sse3.asm", "libvpx/vp8/encoder/x86/dct_sse2.asm", "libvpx/vp8/encoder/x86/fwalsh_sse2.asm", "libvpx/vp9/encoder/x86/vp9_dct_sse2.asm", "libvpx/vp9/encoder/x86/vp9_error_sse2.asm", "libvpx/vpx_dsp/x86/add_noise_sse2.asm", "libvpx/vpx_dsp/x86/deblock_sse2.asm", "libvpx/vpx_dsp/x86/highbd_intrapred_sse2.asm", "libvpx/vpx_dsp/x86/highbd_sad4d_sse2.asm", "libvpx/vpx_dsp/x86/highbd_sad_sse2.asm", "libvpx/vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm", "libvpx/vpx_dsp/x86/highbd_variance_impl_sse2.asm", "libvpx/vpx_dsp/x86/intrapred_sse2.asm", "libvpx/vpx_dsp/x86/intrapred_ssse3.asm", "libvpx/vpx_dsp/x86/inv_wht_sse2.asm", "libvpx/vpx_dsp/x86/sad4d_sse2.asm", "libvpx/vpx_dsp/x86/sad_sse2.asm", "libvpx/vpx_dsp/x86/sad_sse3.asm", "libvpx/vpx_dsp/x86/sad_ssse3.asm", "libvpx/vpx_dsp/x86/subpel_variance_sse2.asm", "libvpx/vpx_dsp/x86/subtract_sse2.asm", "libvpx/vpx_dsp/x86/vpx_convolve_copy_sse2.asm", "libvpx/vpx_dsp/x86/vpx_high_subpixel_8t_sse2.asm", "libvpx/vpx_dsp/x86/vpx_high_subpixel_bilinear_sse2.asm", "libvpx/vpx_dsp/x86/vpx_subpixel_8t_sse2.asm", "libvpx/vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm", "libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm", "libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm", "libvpx/vpx_ports/x86_abi_support.asm", ] libvpx_x86_64_c_srcs = [ "libvpx/vp8/common/alloccommon.c", "libvpx/vp8/common/blockd.c", "libvpx/vp8/common/dequantize.c", "libvpx/vp8/common/entropy.c", "libvpx/vp8/common/entropymode.c", "libvpx/vp8/common/entropymv.c", "libvpx/vp8/common/extend.c", "libvpx/vp8/common/filter.c", "libvpx/vp8/common/findnearmv.c", "libvpx/vp8/common/generic/systemdependent.c", "libvpx/vp8/common/idct_blk.c", "libvpx/vp8/common/idctllm.c", "libvpx/vp8/common/loopfilter_filters.c", "libvpx/vp8/common/mbpitch.c", "libvpx/vp8/common/mfqe.c", "libvpx/vp8/common/modecont.c", "libvpx/vp8/common/postproc.c", "libvpx/vp8/common/quant_common.c", "libvpx/vp8/common/reconinter.c", "libvpx/vp8/common/reconintra.c", "libvpx/vp8/common/reconintra4x4.c", "libvpx/vp8/common/rtcd.c", "libvpx/vp8/common/setupintrarecon.c", "libvpx/vp8/common/swapyv12buffer.c", "libvpx/vp8/common/treecoder.c", "libvpx/vp8/common/vp8_loopfilter.c", "libvpx/vp8/common/vp8_skin_detection.c", "libvpx/vp8/common/x86/bilinear_filter_sse2.c", "libvpx/vp8/common/x86/idct_blk_mmx.c", "libvpx/vp8/common/x86/idct_blk_sse2.c", "libvpx/vp8/common/x86/loopfilter_x86.c", "libvpx/vp8/common/x86/vp8_asm_stubs.c", "libvpx/vp8/decoder/dboolhuff.c", "libvpx/vp8/decoder/decodeframe.c", "libvpx/vp8/decoder/decodemv.c", "libvpx/vp8/decoder/detokenize.c", "libvpx/vp8/decoder/onyxd_if.c", "libvpx/vp8/decoder/threading.c", "libvpx/vp8/encoder/bitstream.c", "libvpx/vp8/encoder/boolhuff.c", "libvpx/vp8/encoder/copy_c.c", "libvpx/vp8/encoder/dct.c", "libvpx/vp8/encoder/denoising.c", "libvpx/vp8/encoder/encodeframe.c", "libvpx/vp8/encoder/encodeintra.c", "libvpx/vp8/encoder/encodemb.c", "libvpx/vp8/encoder/encodemv.c", "libvpx/vp8/encoder/ethreading.c", "libvpx/vp8/encoder/lookahead.c", "libvpx/vp8/encoder/mcomp.c", "libvpx/vp8/encoder/modecosts.c", "libvpx/vp8/encoder/onyx_if.c", "libvpx/vp8/encoder/pickinter.c", "libvpx/vp8/encoder/picklpf.c", "libvpx/vp8/encoder/ratectrl.c", "libvpx/vp8/encoder/rdopt.c", "libvpx/vp8/encoder/segmentation.c", "libvpx/vp8/encoder/tokenize.c", "libvpx/vp8/encoder/treewriter.c", "libvpx/vp8/encoder/vp8_quantize.c", "libvpx/vp8/encoder/x86/denoising_sse2.c", "libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c", "libvpx/vp8/encoder/x86/vp8_quantize_sse2.c", "libvpx/vp8/encoder/x86/vp8_quantize_ssse3.c", "libvpx/vp8/vp8_cx_iface.c", "libvpx/vp8/vp8_dx_iface.c", "libvpx/vp9/common/vp9_alloccommon.c", "libvpx/vp9/common/vp9_blockd.c", "libvpx/vp9/common/vp9_common_data.c", "libvpx/vp9/common/vp9_entropy.c", "libvpx/vp9/common/vp9_entropymode.c", "libvpx/vp9/common/vp9_entropymv.c", "libvpx/vp9/common/vp9_filter.c", "libvpx/vp9/common/vp9_frame_buffers.c", "libvpx/vp9/common/vp9_idct.c", "libvpx/vp9/common/vp9_loopfilter.c", "libvpx/vp9/common/vp9_mvref_common.c", "libvpx/vp9/common/vp9_pred_common.c", "libvpx/vp9/common/vp9_quant_common.c", "libvpx/vp9/common/vp9_reconinter.c", "libvpx/vp9/common/vp9_reconintra.c", "libvpx/vp9/common/vp9_rtcd.c", "libvpx/vp9/common/vp9_scale.c", "libvpx/vp9/common/vp9_scan.c", "libvpx/vp9/common/vp9_seg_common.c", "libvpx/vp9/common/vp9_thread_common.c", "libvpx/vp9/common/vp9_tile_common.c", "libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c", "libvpx/vp9/decoder/vp9_decodeframe.c", "libvpx/vp9/decoder/vp9_decodemv.c", "libvpx/vp9/decoder/vp9_decoder.c", "libvpx/vp9/decoder/vp9_detokenize.c", "libvpx/vp9/decoder/vp9_dsubexp.c", "libvpx/vp9/decoder/vp9_job_queue.c", "libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c", "libvpx/vp9/encoder/vp9_bitstream.c", "libvpx/vp9/encoder/vp9_context_tree.c", "libvpx/vp9/encoder/vp9_cost.c", "libvpx/vp9/encoder/vp9_dct.c", "libvpx/vp9/encoder/vp9_encodeframe.c", "libvpx/vp9/encoder/vp9_encodemb.c", "libvpx/vp9/encoder/vp9_encodemv.c", "libvpx/vp9/encoder/vp9_encoder.c", "libvpx/vp9/encoder/vp9_ethread.c", "libvpx/vp9/encoder/vp9_extend.c", "libvpx/vp9/encoder/vp9_frame_scale.c", "libvpx/vp9/encoder/vp9_lookahead.c", "libvpx/vp9/encoder/vp9_mcomp.c", "libvpx/vp9/encoder/vp9_multi_thread.c", "libvpx/vp9/encoder/vp9_noise_estimate.c", "libvpx/vp9/encoder/vp9_picklpf.c", "libvpx/vp9/encoder/vp9_pickmode.c", "libvpx/vp9/encoder/vp9_quantize.c", "libvpx/vp9/encoder/vp9_ratectrl.c", "libvpx/vp9/encoder/vp9_rd.c", "libvpx/vp9/encoder/vp9_rdopt.c", "libvpx/vp9/encoder/vp9_resize.c", "libvpx/vp9/encoder/vp9_segmentation.c", "libvpx/vp9/encoder/vp9_skin_detection.c", "libvpx/vp9/encoder/vp9_speed_features.c", "libvpx/vp9/encoder/vp9_subexp.c", "libvpx/vp9/encoder/vp9_svc_layercontext.c", "libvpx/vp9/encoder/vp9_tokenize.c", "libvpx/vp9/encoder/vp9_treewriter.c", "libvpx/vp9/encoder/x86/vp9_dct_intrin_sse2.c", "libvpx/vp9/encoder/x86/vp9_frame_scale_ssse3.c", "libvpx/vp9/encoder/x86/vp9_highbd_block_error_intrin_sse2.c", "libvpx/vp9/encoder/x86/vp9_quantize_sse2.c", "libvpx/vp9/vp9_cx_iface.c", "libvpx/vp9/vp9_dx_iface.c", "libvpx/vp9/vp9_iface_common.c", "libvpx/vpx/src/vpx_codec.c", "libvpx/vpx/src/vpx_decoder.c", "libvpx/vpx/src/vpx_encoder.c", "libvpx/vpx/src/vpx_image.c", "libvpx/vpx_dsp/add_noise.c", "libvpx/vpx_dsp/avg.c", "libvpx/vpx_dsp/bitreader.c", "libvpx/vpx_dsp/bitreader_buffer.c", "libvpx/vpx_dsp/bitwriter.c", "libvpx/vpx_dsp/bitwriter_buffer.c", "libvpx/vpx_dsp/deblock.c", "libvpx/vpx_dsp/fwd_txfm.c", "libvpx/vpx_dsp/intrapred.c", "libvpx/vpx_dsp/inv_txfm.c", "libvpx/vpx_dsp/loopfilter.c", "libvpx/vpx_dsp/prob.c", "libvpx/vpx_dsp/psnr.c", "libvpx/vpx_dsp/quantize.c", "libvpx/vpx_dsp/sad.c", "libvpx/vpx_dsp/skin_detection.c", "libvpx/vpx_dsp/subtract.c", "libvpx/vpx_dsp/sum_squares.c", "libvpx/vpx_dsp/variance.c", "libvpx/vpx_dsp/vpx_convolve.c", "libvpx/vpx_dsp/vpx_dsp_rtcd.c", "libvpx/vpx_dsp/x86/avg_intrin_sse2.c", "libvpx/vpx_dsp/x86/avg_pred_sse2.c", "libvpx/vpx_dsp/x86/fwd_txfm_sse2.c", "libvpx/vpx_dsp/x86/highbd_idct16x16_add_sse2.c", "libvpx/vpx_dsp/x86/highbd_idct32x32_add_sse2.c", "libvpx/vpx_dsp/x86/highbd_idct4x4_add_sse2.c", "libvpx/vpx_dsp/x86/highbd_idct8x8_add_sse2.c", "libvpx/vpx_dsp/x86/highbd_intrapred_intrin_sse2.c", "libvpx/vpx_dsp/x86/highbd_intrapred_intrin_ssse3.c", "libvpx/vpx_dsp/x86/highbd_loopfilter_sse2.c", "libvpx/vpx_dsp/x86/highbd_quantize_intrin_sse2.c", "libvpx/vpx_dsp/x86/highbd_variance_sse2.c", "libvpx/vpx_dsp/x86/inv_txfm_sse2.c", "libvpx/vpx_dsp/x86/inv_txfm_ssse3.c", "libvpx/vpx_dsp/x86/loopfilter_sse2.c", "libvpx/vpx_dsp/x86/post_proc_sse2.c", "libvpx/vpx_dsp/x86/quantize_sse2.c", "libvpx/vpx_dsp/x86/quantize_ssse3.c", "libvpx/vpx_dsp/x86/sum_squares_sse2.c", "libvpx/vpx_dsp/x86/variance_sse2.c", "libvpx/vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c", "libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c", "libvpx/vpx_mem/vpx_mem.c", "libvpx/vpx_scale/generic/gen_scalers.c", "libvpx/vpx_scale/generic/vpx_scale.c", "libvpx/vpx_scale/generic/yv12config.c", "libvpx/vpx_scale/generic/yv12extend.c", "libvpx/vpx_scale/vpx_scale_rtcd.c", "libvpx/vpx_util/vpx_thread.c", "libvpx/vpx_util/vpx_write_yuv_frame.c", "config/x86_64/vpx_config.c", ] libvpx_x86_64_asm_srcs = [ "libvpx/vp8/common/x86/dequantize_mmx.asm", "libvpx/vp8/common/x86/idctllm_mmx.asm", "libvpx/vp8/common/x86/idctllm_sse2.asm", "libvpx/vp8/common/x86/iwalsh_sse2.asm", "libvpx/vp8/common/x86/loopfilter_block_sse2_x86_64.asm", "libvpx/vp8/common/x86/loopfilter_sse2.asm", "libvpx/vp8/common/x86/mfqe_sse2.asm", "libvpx/vp8/common/x86/recon_mmx.asm", "libvpx/vp8/common/x86/recon_sse2.asm", "libvpx/vp8/common/x86/subpixel_mmx.asm", "libvpx/vp8/common/x86/subpixel_sse2.asm", "libvpx/vp8/common/x86/subpixel_ssse3.asm", "libvpx/vp8/encoder/x86/block_error_sse2.asm", "libvpx/vp8/encoder/x86/copy_sse2.asm", "libvpx/vp8/encoder/x86/copy_sse3.asm", "libvpx/vp8/encoder/x86/dct_sse2.asm", "libvpx/vp8/encoder/x86/fwalsh_sse2.asm", "libvpx/vp9/encoder/x86/vp9_dct_sse2.asm", "libvpx/vp9/encoder/x86/vp9_error_sse2.asm", "libvpx/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm", "libvpx/vpx_dsp/x86/add_noise_sse2.asm", "libvpx/vpx_dsp/x86/avg_ssse3_x86_64.asm", "libvpx/vpx_dsp/x86/deblock_sse2.asm", "libvpx/vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm", "libvpx/vpx_dsp/x86/highbd_intrapred_sse2.asm", "libvpx/vpx_dsp/x86/highbd_sad4d_sse2.asm", "libvpx/vpx_dsp/x86/highbd_sad_sse2.asm", "libvpx/vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm", "libvpx/vpx_dsp/x86/highbd_variance_impl_sse2.asm", "libvpx/vpx_dsp/x86/intrapred_sse2.asm", "libvpx/vpx_dsp/x86/intrapred_ssse3.asm", "libvpx/vpx_dsp/x86/inv_wht_sse2.asm", "libvpx/vpx_dsp/x86/sad4d_sse2.asm", "libvpx/vpx_dsp/x86/sad_sse2.asm", "libvpx/vpx_dsp/x86/sad_sse3.asm", "libvpx/vpx_dsp/x86/sad_ssse3.asm", "libvpx/vpx_dsp/x86/ssim_opt_x86_64.asm", "libvpx/vpx_dsp/x86/subpel_variance_sse2.asm", "libvpx/vpx_dsp/x86/subtract_sse2.asm", "libvpx/vpx_dsp/x86/vpx_convolve_copy_sse2.asm", "libvpx/vpx_dsp/x86/vpx_high_subpixel_8t_sse2.asm", "libvpx/vpx_dsp/x86/vpx_high_subpixel_bilinear_sse2.asm", "libvpx/vpx_dsp/x86/vpx_subpixel_8t_sse2.asm", "libvpx/vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm", "libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm", "libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm", "libvpx/vpx_ports/emms_mmx.asm", "libvpx/vpx_ports/x86_abi_support.asm", ] cc_library { name: "libvpx", vendor_available: true, host_supported: true, version_script: "exports.lds", target: { darwin: { enabled: false, }, android: { sanitize: { cfi: true, config: { cfi_assembly_support: true, }, }, }, }, arch: { // configured to require the neon unit arm: { neon: { // Want arm, not thumb, optimized instruction_set: "arm", srcs: libvpx_arm_neon_c_srcs + libvpx_arm_neon_asm_srcs, local_include_dirs: ["config/arm-neon"], }, }, arm64: { srcs: libvpx_arm64_c_srcs, local_include_dirs: ["config/arm64"], }, x86: { srcs: libvpx_x86_c_srcs + libvpx_x86_asm_srcs, local_include_dirs: ["config/x86"], cflags: [ "-mssse3", ], }, x86_64: { srcs: libvpx_x86_64_c_srcs + libvpx_x86_64_asm_srcs, local_include_dirs: ["config/x86_64"], cflags: [ "-mssse3", ], }, }, cflags: [ "-O3", "-Wno-unused-parameter", ], export_include_dirs: ["libvpx"], sanitize: { integer_overflow: true, misc_undefined: ["bounds"], blocklist: "libvpx_blocklist.txt", }, min_sdk_version: "29", } cc_fuzz { name: "vp9_dec_fuzzer", host_supported: true, srcs: [ "libvpx/examples/vpx_dec_fuzzer.cc", ], target: { darwin: { enabled: false, }, }, arch: { arm: { neon: { local_include_dirs: ["config/arm-neon"], }, }, arm64: { local_include_dirs: ["config/arm64"], }, x86: { local_include_dirs: ["config/x86"], }, x86_64: { local_include_dirs: ["config/x86_64"], }, }, cflags: ["-DDECODER=vp9"], static_libs: [ "libvpx", ], } cc_fuzz { name: "vp8_dec_fuzzer", host_supported: true, srcs: [ "libvpx/examples/vpx_dec_fuzzer.cc", ], target: { darwin: { enabled: false, }, }, arch: { arm: { neon: { local_include_dirs: ["config/arm-neon"], }, }, arm64: { local_include_dirs: ["config/arm64"], }, x86: { local_include_dirs: ["config/x86"], }, x86_64: { local_include_dirs: ["config/x86_64"], }, }, cflags: ["-DDECODER=vp8"], static_libs: [ "libvpx", ], }