aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2018-02-09 13:48:31 -0800
committerColin Cross <ccross@android.com>2018-02-12 14:37:43 -0800
commit253d2c2239eaa9482788db807b20c001942d6fe3 (patch)
tree827b497f69a4d28dd81603b5665e2d2fc1594f01 /Android.bp
parentdf37111358d02836cb29bbcb9c6e4c95dff90a16 (diff)
downloadlibvpx-253d2c2239eaa9482788db807b20c001942d6fe3.tar.gz
Fix excluded sources to not include common sources
The semantics of excluded sources are changing slightly. Remove the common sources from the excluded source list instead of excluding them and then re-including them, which will make this file immune to the semantics changes. Test: no changes except .o order in arm neon libvpx.a Change-Id: Iedf6a0e4dfc0854fd57cbbe1de6425122bfd8732
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp617
1 files changed, 20 insertions, 597 deletions
diff --git a/Android.bp b/Android.bp
index 58e8733e6..432246f14 100644
--- a/Android.bp
+++ b/Android.bp
@@ -2,7 +2,6 @@
// Generated from Android.bp.in, run ./generate_config.sh to regenerate
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",
@@ -19,133 +18,13 @@ libvpx_arm_neon_c_srcs = [
"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/copy_c.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/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/encoder/arm/neon/vp9_dct_neon.c",
"libvpx/vp9/encoder/arm/neon/vp9_frame_scale_neon.c",
"libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c",
- "libvpx/vp9/encoder/vp9_alt_ref_aq.c",
- "libvpx/vp9/encoder/vp9_aq_360.c",
- "libvpx/vp9/encoder/vp9_aq_complexity.c",
- "libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c",
- "libvpx/vp9/encoder/vp9_aq_variance.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/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",
@@ -184,37 +63,13 @@ libvpx_arm_neon_c_srcs = [
"libvpx/vpx_dsp/arm/variance_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/arm-neon/vpx_config.c",
]
+libvpx_arm_neon_exclude_c_srcs = [
+ "config/arm/vpx_config.c",
+]
+
libvpx_arm_neon_asm_srcs = [
"libvpx/vpx_dsp/arm/idct4x4_1_add_neon.asm",
"libvpx/vpx_dsp/arm/idct4x4_add_neon.asm",
@@ -756,142 +611,12 @@ libvpx_generic_c_srcs = [
]
libvpx_mips32_dspr2_c_srcs = [
- "libvpx/vp8/common/alloccommon.c",
- "libvpx/vp8/common/blockd.c",
- "libvpx/vp8/common/copy_c.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/mips/dspr2/dequantize_dspr2.c",
"libvpx/vp8/common/mips/dspr2/filter_dspr2.c",
"libvpx/vp8/common/mips/dspr2/idct_blk_dspr2.c",
"libvpx/vp8/common/mips/dspr2/idctllm_dspr2.c",
"libvpx/vp8/common/mips/dspr2/reconinter_dspr2.c",
"libvpx/vp8/common/mips/dspr2/vp8_loopfilter_filters_dspr2.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/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/encoder/vp9_alt_ref_aq.c",
- "libvpx/vp9/encoder/vp9_aq_360.c",
- "libvpx/vp9/encoder/vp9_aq_complexity.c",
- "libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c",
- "libvpx/vp9/encoder/vp9_aq_variance.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/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/mips/common_dspr2.c",
"libvpx/vpx_dsp/mips/convolve2_avg_dspr2.c",
"libvpx/vpx_dsp/mips/convolve2_avg_horiz_dspr2.c",
@@ -910,175 +635,31 @@ libvpx_mips32_dspr2_c_srcs = [
"libvpx/vpx_dsp/mips/loopfilter_mb_dspr2.c",
"libvpx/vpx_dsp/mips/loopfilter_mb_horiz_dspr2.c",
"libvpx/vpx_dsp/mips/loopfilter_mb_vert_dspr2.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/mips/dspr2/yv12extend_dspr2.c",
- "libvpx/vpx_scale/vpx_scale_rtcd.c",
- "libvpx/vpx_util/vpx_thread.c",
- "libvpx/vpx_util/vpx_write_yuv_frame.c",
"config/mips32-dspr2/vpx_config.c",
]
+libvpx_mips32_dspr2_exclude_c_srcs = [
+ "config/mips32/vpx_config.c",
+]
+
libvpx_mips32_msa_c_srcs = [
- "libvpx/vp8/common/alloccommon.c",
- "libvpx/vp8/common/blockd.c",
- "libvpx/vp8/common/copy_c.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/mips/msa/bilinear_filter_msa.c",
"libvpx/vp8/common/mips/msa/copymem_msa.c",
"libvpx/vp8/common/mips/msa/idct_msa.c",
"libvpx/vp8/common/mips/msa/loopfilter_filters_msa.c",
"libvpx/vp8/common/mips/msa/sixtap_filter_msa.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/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/mips/msa/dct_msa.c",
"libvpx/vp8/encoder/mips/msa/denoising_msa.c",
"libvpx/vp8/encoder/mips/msa/encodeopt_msa.c",
"libvpx/vp8/encoder/mips/msa/quantize_msa.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/mips/msa/vp9_idct16x16_msa.c",
"libvpx/vp9/common/mips/msa/vp9_idct4x4_msa.c",
"libvpx/vp9/common/mips/msa/vp9_idct8x8_msa.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/encoder/mips/msa/vp9_error_msa.c",
"libvpx/vp9/encoder/mips/msa/vp9_fdct16x16_msa.c",
"libvpx/vp9/encoder/mips/msa/vp9_fdct4x4_msa.c",
"libvpx/vp9/encoder/mips/msa/vp9_fdct8x8_msa.c",
- "libvpx/vp9/encoder/vp9_alt_ref_aq.c",
- "libvpx/vp9/encoder/vp9_aq_360.c",
- "libvpx/vp9/encoder/vp9_aq_complexity.c",
- "libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c",
- "libvpx/vp9/encoder/vp9_aq_variance.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/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/mips/avg_msa.c",
"libvpx/vpx_dsp/mips/fwd_dct32x32_msa.c",
"libvpx/vpx_dsp/mips/fwd_txfm_msa.c",
@@ -1099,27 +680,13 @@ libvpx_mips32_msa_c_srcs = [
"libvpx/vpx_dsp/mips/vpx_convolve8_vert_msa.c",
"libvpx/vpx_dsp/mips/vpx_convolve_avg_msa.c",
"libvpx/vpx_dsp/mips/vpx_convolve_copy_msa.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/mips32-msa/vpx_config.c",
]
+libvpx_mips32_msa_exclude_c_srcs = [
+ "config/mips32/vpx_config.c",
+]
+
libvpx_mips32_c_srcs = [
"libvpx/vp8/common/alloccommon.c",
"libvpx/vp8/common/blockd.c",
@@ -1273,152 +840,22 @@ libvpx_mips32_c_srcs = [
]
libvpx_mips64_msa_c_srcs = [
- "libvpx/vp8/common/alloccommon.c",
- "libvpx/vp8/common/blockd.c",
- "libvpx/vp8/common/copy_c.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/mips/msa/bilinear_filter_msa.c",
"libvpx/vp8/common/mips/msa/copymem_msa.c",
"libvpx/vp8/common/mips/msa/idct_msa.c",
"libvpx/vp8/common/mips/msa/loopfilter_filters_msa.c",
"libvpx/vp8/common/mips/msa/sixtap_filter_msa.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/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/mips/msa/dct_msa.c",
"libvpx/vp8/encoder/mips/msa/denoising_msa.c",
"libvpx/vp8/encoder/mips/msa/encodeopt_msa.c",
"libvpx/vp8/encoder/mips/msa/quantize_msa.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/mips/msa/vp9_idct16x16_msa.c",
"libvpx/vp9/common/mips/msa/vp9_idct4x4_msa.c",
"libvpx/vp9/common/mips/msa/vp9_idct8x8_msa.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/encoder/mips/msa/vp9_error_msa.c",
"libvpx/vp9/encoder/mips/msa/vp9_fdct16x16_msa.c",
"libvpx/vp9/encoder/mips/msa/vp9_fdct4x4_msa.c",
"libvpx/vp9/encoder/mips/msa/vp9_fdct8x8_msa.c",
- "libvpx/vp9/encoder/vp9_alt_ref_aq.c",
- "libvpx/vp9/encoder/vp9_aq_360.c",
- "libvpx/vp9/encoder/vp9_aq_complexity.c",
- "libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c",
- "libvpx/vp9/encoder/vp9_aq_variance.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/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/mips/avg_msa.c",
"libvpx/vpx_dsp/mips/fwd_dct32x32_msa.c",
"libvpx/vpx_dsp/mips/fwd_txfm_msa.c",
@@ -1439,27 +876,13 @@ libvpx_mips64_msa_c_srcs = [
"libvpx/vpx_dsp/mips/vpx_convolve8_vert_msa.c",
"libvpx/vpx_dsp/mips/vpx_convolve_avg_msa.c",
"libvpx/vpx_dsp/mips/vpx_convolve_copy_msa.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/mips64-msa/vpx_config.c",
]
+libvpx_mips64_msa_exclude_c_srcs = [
+ "config/mips64/vpx_config.c",
+]
+
libvpx_mips64_c_srcs = [
"libvpx/vp8/common/alloccommon.c",
"libvpx/vp8/common/blockd.c",
@@ -2124,7 +1547,7 @@ cc_library_static {
local_include_dirs: ["config/arm"],
neon: {
- exclude_srcs: libvpx_arm_c_srcs,
+ exclude_srcs: libvpx_arm_neon_exclude_c_srcs,
srcs: libvpx_arm_neon_c_srcs,
generated_sources: ["libvpx_arm_neon_asm_srcs_converted"],
local_include_dirs: ["config/arm-neon"],
@@ -2141,13 +1564,13 @@ cc_library_static {
local_include_dirs: ["config/mips32"],
dspr2: {
- exclude_srcs: libvpx_mips32_c_srcs,
+ exclude_srcs: libvpx_mips32_dspr2_exclude_c_srcs,
srcs: libvpx_mips32_dspr2_c_srcs,
local_include_dirs: ["config/mips32-dspr2"],
},
msa: {
- exclude_srcs: libvpx_mips32_c_srcs,
+ exclude_srcs: libvpx_mips32_msa_exclude_c_srcs,
srcs: libvpx_mips32_msa_c_srcs,
local_include_dirs: ["config/mips32-msa"],
},
@@ -2158,7 +1581,7 @@ cc_library_static {
local_include_dirs: ["config/mips64"],
msa: {
- exclude_srcs: libvpx_mips64_c_srcs,
+ exclude_srcs: libvpx_mips64_msa_exclude_c_srcs,
srcs: libvpx_mips64_msa_c_srcs,
local_include_dirs: ["config/mips64-msa"],
},