| 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 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 VP9_CX_SRCS-yes += encoder/vp9_write_bit_buffer.h | 31 VP9_CX_SRCS-yes += encoder/vp9_write_bit_buffer.h |
| 32 VP9_CX_SRCS-yes += encoder/vp9_bitstream.h | 32 VP9_CX_SRCS-yes += encoder/vp9_bitstream.h |
| 33 VP9_CX_SRCS-yes += encoder/vp9_encodemb.h | 33 VP9_CX_SRCS-yes += encoder/vp9_encodemb.h |
| 34 VP9_CX_SRCS-yes += encoder/vp9_encodemv.h | 34 VP9_CX_SRCS-yes += encoder/vp9_encodemv.h |
| 35 VP9_CX_SRCS-yes += encoder/vp9_extend.h | 35 VP9_CX_SRCS-yes += encoder/vp9_extend.h |
| 36 VP9_CX_SRCS-yes += encoder/vp9_firstpass.h | 36 VP9_CX_SRCS-yes += encoder/vp9_firstpass.h |
| 37 VP9_CX_SRCS-yes += encoder/vp9_lookahead.c | 37 VP9_CX_SRCS-yes += encoder/vp9_lookahead.c |
| 38 VP9_CX_SRCS-yes += encoder/vp9_lookahead.h | 38 VP9_CX_SRCS-yes += encoder/vp9_lookahead.h |
| 39 VP9_CX_SRCS-yes += encoder/vp9_mcomp.h | 39 VP9_CX_SRCS-yes += encoder/vp9_mcomp.h |
| 40 VP9_CX_SRCS-yes += encoder/vp9_onyx_int.h | 40 VP9_CX_SRCS-yes += encoder/vp9_onyx_int.h |
| 41 VP9_CX_SRCS-yes += encoder/vp9_psnr.h | |
| 42 VP9_CX_SRCS-yes += encoder/vp9_quantize.h | 41 VP9_CX_SRCS-yes += encoder/vp9_quantize.h |
| 43 VP9_CX_SRCS-yes += encoder/vp9_ratectrl.h | 42 VP9_CX_SRCS-yes += encoder/vp9_ratectrl.h |
| 44 VP9_CX_SRCS-yes += encoder/vp9_rdopt.h | 43 VP9_CX_SRCS-yes += encoder/vp9_rdopt.h |
| 45 VP9_CX_SRCS-yes += encoder/vp9_pickmode.h | 44 VP9_CX_SRCS-yes += encoder/vp9_pickmode.h |
| 46 VP9_CX_SRCS-yes += encoder/vp9_tokenize.h | 45 VP9_CX_SRCS-yes += encoder/vp9_tokenize.h |
| 47 VP9_CX_SRCS-yes += encoder/vp9_treewriter.h | 46 VP9_CX_SRCS-yes += encoder/vp9_treewriter.h |
| 48 VP9_CX_SRCS-yes += encoder/vp9_variance.h | 47 VP9_CX_SRCS-yes += encoder/vp9_variance.h |
| 49 VP9_CX_SRCS-yes += encoder/vp9_mcomp.c | 48 VP9_CX_SRCS-yes += encoder/vp9_mcomp.c |
| 50 VP9_CX_SRCS-yes += encoder/vp9_onyx_if.c | 49 VP9_CX_SRCS-yes += encoder/vp9_onyx_if.c |
| 51 VP9_CX_SRCS-yes += encoder/vp9_picklpf.c | 50 VP9_CX_SRCS-yes += encoder/vp9_picklpf.c |
| 52 VP9_CX_SRCS-yes += encoder/vp9_picklpf.h | 51 VP9_CX_SRCS-yes += encoder/vp9_picklpf.h |
| 53 VP9_CX_SRCS-yes += encoder/vp9_psnr.c | |
| 54 VP9_CX_SRCS-yes += encoder/vp9_quantize.c | 52 VP9_CX_SRCS-yes += encoder/vp9_quantize.c |
| 55 VP9_CX_SRCS-yes += encoder/vp9_ratectrl.c | 53 VP9_CX_SRCS-yes += encoder/vp9_ratectrl.c |
| 56 VP9_CX_SRCS-yes += encoder/vp9_rdopt.c | 54 VP9_CX_SRCS-yes += encoder/vp9_rdopt.c |
| 57 VP9_CX_SRCS-yes += encoder/vp9_pickmode.c | 55 VP9_CX_SRCS-yes += encoder/vp9_pickmode.c |
| 58 VP9_CX_SRCS-yes += encoder/vp9_sad.c | 56 VP9_CX_SRCS-yes += encoder/vp9_sad.c |
| 59 VP9_CX_SRCS-yes += encoder/vp9_segmentation.c | 57 VP9_CX_SRCS-yes += encoder/vp9_segmentation.c |
| 60 VP9_CX_SRCS-yes += encoder/vp9_segmentation.h | 58 VP9_CX_SRCS-yes += encoder/vp9_segmentation.h |
| 61 VP9_CX_SRCS-yes += encoder/vp9_subexp.c | 59 VP9_CX_SRCS-yes += encoder/vp9_subexp.c |
| 62 VP9_CX_SRCS-yes += encoder/vp9_subexp.h | 60 VP9_CX_SRCS-yes += encoder/vp9_subexp.h |
| 63 VP9_CX_SRCS-yes += encoder/vp9_resize.c | 61 VP9_CX_SRCS-yes += encoder/vp9_resize.c |
| (...skipping 15 matching lines...) Expand all Loading... |
| 79 | 77 |
| 80 | 78 |
| 81 VP9_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/vp9_mcomp_x86.h | 79 VP9_CX_SRCS-$(ARCH_X86)$(ARCH_X86_64) += encoder/x86/vp9_mcomp_x86.h |
| 82 VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_variance_mmx.c | 80 VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_variance_mmx.c |
| 83 VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_variance_impl_mmx.asm | 81 VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_variance_impl_mmx.asm |
| 84 VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_sad_mmx.asm | 82 VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_sad_mmx.asm |
| 85 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_variance_impl_sse2.asm | 83 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_variance_impl_sse2.asm |
| 86 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_variance_impl_intrin_avx2.c | 84 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_variance_impl_intrin_avx2.c |
| 87 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_sad4d_sse2.asm | 85 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_sad4d_sse2.asm |
| 88 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subpel_variance_impl_sse2.asm | 86 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subpel_variance_impl_sse2.asm |
| 87 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_subpel_variance_impl_intrin_avx2.c |
| 89 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_temporal_filter_apply_sse2.asm | 88 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_temporal_filter_apply_sse2.asm |
| 90 VP9_CX_SRCS-$(HAVE_SSE3) += encoder/x86/vp9_sad_sse3.asm | 89 VP9_CX_SRCS-$(HAVE_SSE3) += encoder/x86/vp9_sad_sse3.asm |
| 91 | 90 |
| 92 ifeq ($(CONFIG_USE_X86INC),yes) | 91 ifeq ($(CONFIG_USE_X86INC),yes) |
| 93 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_error_sse2.asm | 92 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_error_sse2.asm |
| 94 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_sad_sse2.asm | 93 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_sad_sse2.asm |
| 95 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subtract_sse2.asm | 94 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subtract_sse2.asm |
| 96 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_variance_sse2.c | 95 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_variance_sse2.c |
| 97 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_variance_avx2.c | 96 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_variance_avx2.c |
| 98 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subpel_variance.asm | 97 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subpel_variance.asm |
| 99 endif | 98 endif |
| 100 | 99 |
| 101 ifeq ($(ARCH_X86_64),yes) | 100 ifeq ($(ARCH_X86_64),yes) |
| 102 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_quantize_ssse3.asm | 101 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_quantize_ssse3.asm |
| 103 endif | 102 endif |
| 104 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_sad_ssse3.asm | 103 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_sad_ssse3.asm |
| 105 VP9_CX_SRCS-$(HAVE_SSE4_1) += encoder/x86/vp9_sad_sse4.asm | 104 VP9_CX_SRCS-$(HAVE_SSE4_1) += encoder/x86/vp9_sad_sse4.asm |
| 106 VP9_CX_SRCS-$(ARCH_X86_64) += encoder/x86/vp9_ssim_opt.asm | 105 VP9_CX_SRCS-$(ARCH_X86_64) += encoder/x86/vp9_ssim_opt.asm |
| 107 | 106 |
| 108 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct_sse2.c | 107 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct_sse2.c |
| 109 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct32x32_sse2.c | 108 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct32x32_sse2.c |
| 110 | 109 |
| 111 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_dct_avx2.c | 110 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_dct_avx2.c |
| 112 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_dct32x32_avx2.c | 111 VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_dct32x32_avx2.c |
| 113 | 112 |
| 114 VP9_CX_SRCS-yes := $(filter-out $(VP9_CX_SRCS_REMOVE-yes),$(VP9_CX_SRCS-yes)) | 113 VP9_CX_SRCS-yes := $(filter-out $(VP9_CX_SRCS_REMOVE-yes),$(VP9_CX_SRCS-yes)) |
| OLD | NEW |