| OLD | NEW |
| 1 ## | 1 ## |
| 2 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved. | 2 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved. |
| 3 ## | 3 ## |
| 4 ## Use of this source code is governed by a BSD-style license | 4 ## Use of this source code is governed by a BSD-style license |
| 5 ## that can be found in the LICENSE file in the root of the source | 5 ## that can be found in the LICENSE file in the root of the source |
| 6 ## tree. An additional intellectual property rights grant can be found | 6 ## tree. An additional intellectual property rights grant can be found |
| 7 ## in the file PATENTS. All contributing project authors may | 7 ## in the file PATENTS. All contributing project authors may |
| 8 ## be found in the AUTHORS file in the root of the source tree. | 8 ## be found in the AUTHORS file in the root of the source tree. |
| 9 ## | 9 ## |
| 10 | 10 |
| 11 VP8_COMMON_SRCS-yes += vp8_common.mk | 11 VP8_COMMON_SRCS-yes += vp8_common.mk |
| 12 VP8_COMMON_SRCS-yes += common/ppflags.h | 12 VP8_COMMON_SRCS-yes += common/ppflags.h |
| 13 VP8_COMMON_SRCS-yes += common/onyx.h | 13 VP8_COMMON_SRCS-yes += common/onyx.h |
| 14 VP8_COMMON_SRCS-yes += common/onyxd.h | 14 VP8_COMMON_SRCS-yes += common/onyxd.h |
| 15 VP8_COMMON_SRCS-yes += common/alloccommon.c | 15 VP8_COMMON_SRCS-yes += common/alloccommon.c |
| 16 VP8_COMMON_SRCS-yes += common/blockd.c | 16 VP8_COMMON_SRCS-yes += common/blockd.c |
| 17 VP8_COMMON_SRCS-yes += common/coefupdateprobs.h | 17 VP8_COMMON_SRCS-yes += common/coefupdateprobs.h |
| 18 VP8_COMMON_SRCS-yes += common/copy_c.c |
| 18 VP8_COMMON_SRCS-yes += common/debugmodes.c | 19 VP8_COMMON_SRCS-yes += common/debugmodes.c |
| 19 VP8_COMMON_SRCS-yes += common/default_coef_probs.h | 20 VP8_COMMON_SRCS-yes += common/default_coef_probs.h |
| 20 VP8_COMMON_SRCS-yes += common/dequantize.c | 21 VP8_COMMON_SRCS-yes += common/dequantize.c |
| 21 VP8_COMMON_SRCS-yes += common/entropy.c | 22 VP8_COMMON_SRCS-yes += common/entropy.c |
| 22 VP8_COMMON_SRCS-yes += common/entropymode.c | 23 VP8_COMMON_SRCS-yes += common/entropymode.c |
| 23 VP8_COMMON_SRCS-yes += common/entropymv.c | 24 VP8_COMMON_SRCS-yes += common/entropymv.c |
| 24 VP8_COMMON_SRCS-yes += common/extend.c | 25 VP8_COMMON_SRCS-yes += common/extend.c |
| 25 VP8_COMMON_SRCS-yes += common/filter.c | 26 VP8_COMMON_SRCS-yes += common/filter.c |
| 26 VP8_COMMON_SRCS-yes += common/filter.h | 27 VP8_COMMON_SRCS-yes += common/filter.h |
| 27 VP8_COMMON_SRCS-yes += common/findnearmv.c | 28 VP8_COMMON_SRCS-yes += common/findnearmv.c |
| (...skipping 25 matching lines...) Expand all Loading... |
| 53 VP8_COMMON_SRCS-yes += common/threading.h | 54 VP8_COMMON_SRCS-yes += common/threading.h |
| 54 VP8_COMMON_SRCS-yes += common/treecoder.h | 55 VP8_COMMON_SRCS-yes += common/treecoder.h |
| 55 VP8_COMMON_SRCS-yes += common/loopfilter.c | 56 VP8_COMMON_SRCS-yes += common/loopfilter.c |
| 56 VP8_COMMON_SRCS-yes += common/loopfilter_filters.c | 57 VP8_COMMON_SRCS-yes += common/loopfilter_filters.c |
| 57 VP8_COMMON_SRCS-yes += common/mbpitch.c | 58 VP8_COMMON_SRCS-yes += common/mbpitch.c |
| 58 VP8_COMMON_SRCS-yes += common/modecont.c | 59 VP8_COMMON_SRCS-yes += common/modecont.c |
| 59 VP8_COMMON_SRCS-yes += common/quant_common.c | 60 VP8_COMMON_SRCS-yes += common/quant_common.c |
| 60 VP8_COMMON_SRCS-yes += common/reconinter.c | 61 VP8_COMMON_SRCS-yes += common/reconinter.c |
| 61 VP8_COMMON_SRCS-yes += common/reconintra.c | 62 VP8_COMMON_SRCS-yes += common/reconintra.c |
| 62 VP8_COMMON_SRCS-yes += common/reconintra4x4.c | 63 VP8_COMMON_SRCS-yes += common/reconintra4x4.c |
| 63 VP8_COMMON_SRCS-yes += common/sad_c.c | |
| 64 VP8_COMMON_SRCS-yes += common/setupintrarecon.c | 64 VP8_COMMON_SRCS-yes += common/setupintrarecon.c |
| 65 VP8_COMMON_SRCS-yes += common/swapyv12buffer.c | 65 VP8_COMMON_SRCS-yes += common/swapyv12buffer.c |
| 66 VP8_COMMON_SRCS-yes += common/variance_c.c | 66 VP8_COMMON_SRCS-yes += common/variance_c.c |
| 67 VP8_COMMON_SRCS-yes += common/variance.h | 67 VP8_COMMON_SRCS-yes += common/variance.h |
| 68 VP8_COMMON_SRCS-yes += common/vp8_entropymodedata.h | 68 VP8_COMMON_SRCS-yes += common/vp8_entropymodedata.h |
| 69 | 69 |
| 70 | 70 |
| 71 | 71 |
| 72 VP8_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/textblit.c | 72 VP8_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/textblit.c |
| 73 VP8_COMMON_SRCS-yes += common/treecoder.c | 73 VP8_COMMON_SRCS-yes += common/treecoder.c |
| 74 | 74 |
| 75 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/filter_x86.c | 75 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/filter_x86.c |
| 76 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/filter_x86.h | 76 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/filter_x86.h |
| 77 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp8_asm_stubs.c | 77 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp8_asm_stubs.c |
| 78 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/loopfilter_x86.c | 78 VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/loopfilter_x86.c |
| 79 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/mfqe.c | 79 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/mfqe.c |
| 80 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.h | 80 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.h |
| 81 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.c | 81 VP8_COMMON_SRCS-$(CONFIG_POSTPROC) += common/postproc.c |
| 82 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/dequantize_mmx.asm | 82 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/dequantize_mmx.asm |
| 83 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/idct_blk_mmx.c | 83 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/idct_blk_mmx.c |
| 84 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/idctllm_mmx.asm | 84 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/idctllm_mmx.asm |
| 85 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/iwalsh_mmx.asm | 85 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/iwalsh_mmx.asm |
| 86 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/loopfilter_mmx.asm | 86 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/loopfilter_mmx.asm |
| 87 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/recon_mmx.asm | 87 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/recon_mmx.asm |
| 88 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/sad_mmx.asm | |
| 89 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/subpixel_mmx.asm | 88 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/subpixel_mmx.asm |
| 90 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/variance_mmx.c | 89 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/variance_mmx.c |
| 91 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/variance_impl_mmx.asm | 90 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/variance_impl_mmx.asm |
| 91 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/copy_sse2.asm |
| 92 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/idct_blk_sse2.c | 92 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/idct_blk_sse2.c |
| 93 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/idctllm_sse2.asm | 93 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/idctllm_sse2.asm |
| 94 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/recon_sse2.asm | 94 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/recon_sse2.asm |
| 95 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/recon_wrapper_sse2.c | 95 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/recon_wrapper_sse2.c |
| 96 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/sad_sse2.asm | |
| 97 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/subpixel_sse2.asm | 96 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/subpixel_sse2.asm |
| 98 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_sse2.asm | 97 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_sse2.asm |
| 99 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/iwalsh_sse2.asm | 98 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/iwalsh_sse2.asm |
| 100 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/variance_sse2.c | 99 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/variance_sse2.c |
| 101 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/variance_impl_sse2.asm | 100 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/variance_impl_sse2.asm |
| 102 VP8_COMMON_SRCS-$(HAVE_SSE3) += common/x86/sad_sse3.asm | 101 VP8_COMMON_SRCS-$(HAVE_SSE3) += common/x86/copy_sse3.asm |
| 103 VP8_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/sad_ssse3.asm | |
| 104 VP8_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/subpixel_ssse3.asm | 102 VP8_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/subpixel_ssse3.asm |
| 105 VP8_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/variance_ssse3.c | 103 VP8_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/variance_ssse3.c |
| 106 VP8_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/variance_impl_ssse3.asm | 104 VP8_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/variance_impl_ssse3.asm |
| 107 VP8_COMMON_SRCS-$(HAVE_SSE4_1) += common/x86/sad_sse4.asm | |
| 108 | 105 |
| 109 ifeq ($(CONFIG_POSTPROC),yes) | 106 ifeq ($(CONFIG_POSTPROC),yes) |
| 110 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/postproc_mmx.asm | 107 VP8_COMMON_SRCS-$(HAVE_MMX) += common/x86/postproc_mmx.asm |
| 111 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/mfqe_sse2.asm | 108 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/mfqe_sse2.asm |
| 112 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/postproc_sse2.asm | 109 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/postproc_sse2.asm |
| 113 endif | 110 endif |
| 114 | 111 |
| 115 ifeq ($(ARCH_X86_64),yes) | 112 ifeq ($(ARCH_X86_64),yes) |
| 116 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_block_sse2_x86_64.asm | 113 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_block_sse2_x86_64.asm |
| 117 endif | 114 endif |
| (...skipping 23 matching lines...) Expand all Loading... |
| 141 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/iwalsh_v6$(ASM) | 138 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/iwalsh_v6$(ASM) |
| 142 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/filter_v6$(ASM) | 139 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/filter_v6$(ASM) |
| 143 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/idct_v6$(ASM) | 140 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/idct_v6$(ASM) |
| 144 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/loopfilter_v6$(ASM) | 141 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/loopfilter_v6$(ASM) |
| 145 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/simpleloopfilter_v6$(ASM) | 142 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/simpleloopfilter_v6$(ASM) |
| 146 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/sixtappredict8x4_v6$(ASM) | 143 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/sixtappredict8x4_v6$(ASM) |
| 147 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/intra4x4_predict_v6$(ASM) | 144 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/intra4x4_predict_v6$(ASM) |
| 148 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/dequant_idct_v6$(ASM) | 145 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/dequant_idct_v6$(ASM) |
| 149 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/dequantize_v6$(ASM) | 146 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/dequantize_v6$(ASM) |
| 150 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/idct_blk_v6.c | 147 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/idct_blk_v6.c |
| 151 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/vp8_sad16x16_armv6$(ASM) | |
| 152 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/vp8_variance8x8_armv6$(ASM) | 148 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/vp8_variance8x8_armv6$(ASM) |
| 153 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/vp8_variance16x16_armv6$(ASM) | 149 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/vp8_variance16x16_armv6$(ASM) |
| 154 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/vp8_variance_halfpixvar16x16_
h_armv6$(ASM) | 150 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/vp8_variance_halfpixvar16x16_
h_armv6$(ASM) |
| 155 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/vp8_variance_halfpixvar16x16_
v_armv6$(ASM) | 151 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/vp8_variance_halfpixvar16x16_
v_armv6$(ASM) |
| 156 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/vp8_variance_halfpixvar16x16_
hv_armv6$(ASM) | 152 VP8_COMMON_SRCS-$(HAVE_MEDIA) += common/arm/armv6/vp8_variance_halfpixvar16x16_
hv_armv6$(ASM) |
| 157 | 153 |
| 158 # common (neon intrinsics) | 154 # common (neon intrinsics) |
| 159 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/bilinearpredict_neon.c | 155 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/bilinearpredict_neon.c |
| 160 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/copymem_neon.c | 156 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/copymem_neon.c |
| 161 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dc_only_idct_add_neon.c | 157 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dc_only_idct_add_neon.c |
| 162 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dequant_idct_neon.c | 158 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dequant_idct_neon.c |
| 163 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dequantizeb_neon.c | 159 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/dequantizeb_neon.c |
| 164 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/idct_blk_neon.c | 160 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/idct_blk_neon.c |
| 165 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/idct_dequant_0_2x_neon.c | 161 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/idct_dequant_0_2x_neon.c |
| 166 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/idct_dequant_full_2x_neon.c | 162 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/idct_dequant_full_2x_neon.c |
| 167 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/iwalsh_neon.c | 163 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/iwalsh_neon.c |
| 168 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/loopfilter_neon.c | 164 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/loopfilter_neon.c |
| 169 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/loopfiltersimplehorizontaledge_
neon.c | 165 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/loopfiltersimplehorizontaledge_
neon.c |
| 170 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/loopfiltersimpleverticaledge_ne
on.c | 166 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/loopfiltersimpleverticaledge_ne
on.c |
| 171 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/mbloopfilter_neon.c | 167 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/mbloopfilter_neon.c |
| 172 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/reconintra_neon.c | 168 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/reconintra_neon.c |
| 173 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/sad_neon.c | |
| 174 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/shortidct4x4llm_neon.c | 169 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/shortidct4x4llm_neon.c |
| 175 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/sixtappredict_neon.c | 170 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/sixtappredict_neon.c |
| 176 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/variance_neon.c | 171 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/variance_neon.c |
| 177 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp8_subpixelvariance_neon.c | 172 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp8_subpixelvariance_neon.c |
| 178 | 173 |
| 179 $(eval $(call rtcd_h_template,vp8_rtcd,vp8/common/rtcd_defs.pl)) | 174 $(eval $(call rtcd_h_template,vp8_rtcd,vp8/common/rtcd_defs.pl)) |
| OLD | NEW |