| 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 VP9_CX_EXPORTS += exports_enc | 11 VP9_CX_EXPORTS += exports_enc |
| 12 | 12 |
| 13 VP9_CX_SRCS-yes += $(VP9_COMMON_SRCS-yes) | 13 VP9_CX_SRCS-yes += $(VP9_COMMON_SRCS-yes) |
| 14 VP9_CX_SRCS-no += $(VP9_COMMON_SRCS-no) | 14 VP9_CX_SRCS-no += $(VP9_COMMON_SRCS-no) |
| 15 VP9_CX_SRCS_REMOVE-yes += $(VP9_COMMON_SRCS_REMOVE-yes) | 15 VP9_CX_SRCS_REMOVE-yes += $(VP9_COMMON_SRCS_REMOVE-yes) |
| 16 VP9_CX_SRCS_REMOVE-no += $(VP9_COMMON_SRCS_REMOVE-no) | 16 VP9_CX_SRCS_REMOVE-no += $(VP9_COMMON_SRCS_REMOVE-no) |
| 17 | 17 |
| 18 VP9_CX_SRCS-yes += vp9_cx_iface.c | 18 VP9_CX_SRCS-yes += vp9_cx_iface.c |
| 19 | 19 |
| 20 VP9_CX_SRCS-yes += encoder/vp9_bitstream.c | 20 VP9_CX_SRCS-yes += encoder/vp9_bitstream.c |
| 21 VP9_CX_SRCS-yes += encoder/vp9_dct.c | 21 VP9_CX_SRCS-yes += encoder/vp9_dct.c |
| 22 VP9_CX_SRCS-yes += encoder/vp9_dct.h | |
| 23 VP9_CX_SRCS-yes += encoder/vp9_encodeframe.c | 22 VP9_CX_SRCS-yes += encoder/vp9_encodeframe.c |
| 24 VP9_CX_SRCS-yes += encoder/vp9_encodeframe.h | 23 VP9_CX_SRCS-yes += encoder/vp9_encodeframe.h |
| 25 VP9_CX_SRCS-yes += encoder/vp9_encodemb.c | 24 VP9_CX_SRCS-yes += encoder/vp9_encodemb.c |
| 26 VP9_CX_SRCS-yes += encoder/vp9_encodemv.c | 25 VP9_CX_SRCS-yes += encoder/vp9_encodemv.c |
| 27 VP9_CX_SRCS-yes += encoder/vp9_extend.c | 26 VP9_CX_SRCS-yes += encoder/vp9_extend.c |
| 28 VP9_CX_SRCS-yes += encoder/vp9_firstpass.c | 27 VP9_CX_SRCS-yes += encoder/vp9_firstpass.c |
| 29 VP9_CX_SRCS-yes += encoder/vp9_block.h | 28 VP9_CX_SRCS-yes += encoder/vp9_block.h |
| 30 VP9_CX_SRCS-yes += encoder/vp9_writer.h | 29 VP9_CX_SRCS-yes += encoder/vp9_writer.h |
| 31 VP9_CX_SRCS-yes += encoder/vp9_writer.c | 30 VP9_CX_SRCS-yes += encoder/vp9_writer.c |
| 32 VP9_CX_SRCS-yes += encoder/vp9_write_bit_buffer.h | 31 VP9_CX_SRCS-yes += encoder/vp9_write_bit_buffer.h |
| (...skipping 16 matching lines...) Expand all Loading... |
| 49 VP9_CX_SRCS-yes += encoder/vp9_variance.h | 48 VP9_CX_SRCS-yes += encoder/vp9_variance.h |
| 50 VP9_CX_SRCS-yes += encoder/vp9_mcomp.c | 49 VP9_CX_SRCS-yes += encoder/vp9_mcomp.c |
| 51 VP9_CX_SRCS-yes += encoder/vp9_onyx_if.c | 50 VP9_CX_SRCS-yes += encoder/vp9_onyx_if.c |
| 52 VP9_CX_SRCS-yes += encoder/vp9_picklpf.c | 51 VP9_CX_SRCS-yes += encoder/vp9_picklpf.c |
| 53 VP9_CX_SRCS-yes += encoder/vp9_picklpf.h | 52 VP9_CX_SRCS-yes += encoder/vp9_picklpf.h |
| 54 VP9_CX_SRCS-yes += encoder/vp9_psnr.c | 53 VP9_CX_SRCS-yes += encoder/vp9_psnr.c |
| 55 VP9_CX_SRCS-yes += encoder/vp9_quantize.c | 54 VP9_CX_SRCS-yes += encoder/vp9_quantize.c |
| 56 VP9_CX_SRCS-yes += encoder/vp9_ratectrl.c | 55 VP9_CX_SRCS-yes += encoder/vp9_ratectrl.c |
| 57 VP9_CX_SRCS-yes += encoder/vp9_rdopt.c | 56 VP9_CX_SRCS-yes += encoder/vp9_rdopt.c |
| 58 VP9_CX_SRCS-yes += encoder/vp9_pickmode.c | 57 VP9_CX_SRCS-yes += encoder/vp9_pickmode.c |
| 59 VP9_CX_SRCS-yes += encoder/vp9_sad_c.c | 58 VP9_CX_SRCS-yes += encoder/vp9_sad.c |
| 60 VP9_CX_SRCS-yes += encoder/vp9_segmentation.c | 59 VP9_CX_SRCS-yes += encoder/vp9_segmentation.c |
| 61 VP9_CX_SRCS-yes += encoder/vp9_segmentation.h | 60 VP9_CX_SRCS-yes += encoder/vp9_segmentation.h |
| 62 VP9_CX_SRCS-yes += encoder/vp9_subexp.c | 61 VP9_CX_SRCS-yes += encoder/vp9_subexp.c |
| 63 VP9_CX_SRCS-yes += encoder/vp9_subexp.h | 62 VP9_CX_SRCS-yes += encoder/vp9_subexp.h |
| 64 VP9_CX_SRCS-yes += encoder/vp9_resize.c | 63 VP9_CX_SRCS-yes += encoder/vp9_resize.c |
| 65 VP9_CX_SRCS-yes += encoder/vp9_resize.h | 64 VP9_CX_SRCS-yes += encoder/vp9_resize.h |
| 66 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/vp9_ssim.c | 65 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/vp9_ssim.c |
| 67 VP9_CX_SRCS-yes += encoder/vp9_tokenize.c | 66 VP9_CX_SRCS-yes += encoder/vp9_tokenize.c |
| 68 VP9_CX_SRCS-yes += encoder/vp9_treewriter.c | 67 VP9_CX_SRCS-yes += encoder/vp9_treewriter.c |
| 69 VP9_CX_SRCS-yes += encoder/vp9_variance_c.c | 68 VP9_CX_SRCS-yes += encoder/vp9_variance.c |
| 70 VP9_CX_SRCS-yes += encoder/vp9_vaq.c | 69 VP9_CX_SRCS-yes += encoder/vp9_vaq.c |
| 71 VP9_CX_SRCS-yes += encoder/vp9_vaq.h | 70 VP9_CX_SRCS-yes += encoder/vp9_vaq.h |
| 72 ifeq ($(CONFIG_VP9_POSTPROC),yes) | 71 ifeq ($(CONFIG_VP9_POSTPROC),yes) |
| 73 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/vp9_postproc.h | 72 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/vp9_postproc.h |
| 74 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/vp9_postproc.c | 73 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/vp9_postproc.c |
| 75 endif | 74 endif |
| 76 VP9_CX_SRCS-yes += encoder/vp9_temporal_filter.c | 75 VP9_CX_SRCS-yes += encoder/vp9_temporal_filter.c |
| 77 VP9_CX_SRCS-yes += encoder/vp9_temporal_filter.h | 76 VP9_CX_SRCS-yes += encoder/vp9_temporal_filter.h |
| 78 VP9_CX_SRCS-yes += encoder/vp9_mbgraph.c | 77 VP9_CX_SRCS-yes += encoder/vp9_mbgraph.c |
| 79 VP9_CX_SRCS-yes += encoder/vp9_mbgraph.h | 78 VP9_CX_SRCS-yes += encoder/vp9_mbgraph.h |
| 80 | 79 |
| 81 | 80 |
| 82 VP9_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/vp9_mcomp_x86.h | 81 VP9_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/vp9_mcomp_x86.h |
| 83 VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_variance_mmx.c | 82 VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_variance_mmx.c |
| 84 VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_variance_impl_mmx.asm | 83 VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_variance_impl_mmx.asm |
| 85 VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_sad_mmx.asm | 84 VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_sad_mmx.asm |
| 86 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_variance_impl_sse2.asm | 85 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_variance_impl_sse2.asm |
| 87 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_variance_impl_intrin_avx2.c | 86 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_variance_impl_intrin_avx2.c |
| 88 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_sad4d_sse2.asm | 87 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_sad4d_sse2.asm |
| 89 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subpel_variance_impl_sse2.asm | 88 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subpel_variance_impl_sse2.asm |
| 90 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_temporal_filter_apply_sse2.asm | 89 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_temporal_filter_apply_sse2.asm |
| 91 VP9_CX_SRCS-$(HAVE_SSE3) += encoder/x86/vp9_sad_sse3.asm | 90 VP9_CX_SRCS-$(HAVE_SSE3) += encoder/x86/vp9_sad_sse3.asm |
| 92 | 91 |
| 93 ifeq ($(USE_X86INC),yes) | 92 ifeq ($(CONFIG_USE_X86INC),yes) |
| 94 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_error_sse2.asm | 93 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_error_sse2.asm |
| 95 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_sad_sse2.asm | 94 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_sad_sse2.asm |
| 96 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subtract_sse2.asm | 95 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subtract_sse2.asm |
| 97 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_variance_sse2.c | 96 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_variance_sse2.c |
| 98 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_variance_avx2.c | 97 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_variance_avx2.c |
| 99 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subpel_variance.asm | 98 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subpel_variance.asm |
| 100 endif | 99 endif |
| 101 | 100 |
| 102 ifeq ($(ARCH_X86_64),yes) | 101 ifeq ($(ARCH_X86_64),yes) |
| 103 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_quantize_ssse3.asm | 102 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_quantize_ssse3.asm |
| 104 endif | 103 endif |
| 105 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_sad_ssse3.asm | 104 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_sad_ssse3.asm |
| 106 VP9_CX_SRCS-$(HAVE_SSE4_1) += encoder/x86/vp9_sad_sse4.asm | 105 VP9_CX_SRCS-$(HAVE_SSE4_1) += encoder/x86/vp9_sad_sse4.asm |
| 107 VP9_CX_SRCS-$(ARCH_X86_64) += encoder/x86/vp9_ssim_opt.asm | 106 VP9_CX_SRCS-$(ARCH_X86_64) += encoder/x86/vp9_ssim_opt.asm |
| 108 | 107 |
| 109 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct_sse2.c | 108 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct_sse2.c |
| 110 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct32x32_sse2.c | 109 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct32x32_sse2.c |
| 111 | 110 |
| 112 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_dct_avx2.c | 111 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_dct_avx2.c |
| 113 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_dct32x32_avx2.c | 112 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_dct32x32_avx2.c |
| 114 | 113 |
| 115 VP9_CX_SRCS-yes := $(filter-out $(VP9_CX_SRCS_REMOVE-yes),$(VP9_CX_SRCS-yes)) | 114 VP9_CX_SRCS-yes := $(filter-out $(VP9_CX_SRCS_REMOVE-yes),$(VP9_CX_SRCS-yes)) |
| OLD | NEW |