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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_mfqe.h | 77 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_mfqe.h |
78 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_mfqe.c | 78 VP9_COMMON_SRCS-$(CONFIG_VP9_POSTPROC) += common/vp9_mfqe.c |
79 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_loopfilter_mmx.asm | 79 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_loopfilter_mmx.asm |
80 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_subpixel_8t_sse2.asm | 80 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_subpixel_8t_sse2.asm |
81 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_subpixel_bilinear_sse2.asm | 81 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_subpixel_bilinear_sse2.asm |
82 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_subpixel_8t_ssse3.asm | 82 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_subpixel_8t_ssse3.asm |
83 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_subpixel_bilinear_ssse3.asm | 83 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_subpixel_bilinear_ssse3.asm |
84 VP9_COMMON_SRCS-$(HAVE_AVX2) += common/x86/vp9_subpixel_8t_intrin_avx2.c | 84 VP9_COMMON_SRCS-$(HAVE_AVX2) += common/x86/vp9_subpixel_8t_intrin_avx2.c |
85 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_subpixel_8t_intrin_ssse3.c | 85 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_subpixel_8t_intrin_ssse3.c |
86 ifeq ($(CONFIG_VP9_POSTPROC),yes) | 86 ifeq ($(CONFIG_VP9_POSTPROC),yes) |
| 87 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_mfqe_sse2.asm |
87 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_postproc_sse2.asm | 88 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_postproc_sse2.asm |
88 endif | 89 endif |
89 | 90 |
90 ifeq ($(CONFIG_USE_X86INC),yes) | 91 ifeq ($(CONFIG_USE_X86INC),yes) |
91 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_copy_sse2.asm | 92 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_copy_sse2.asm |
92 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_intrapred_sse2.asm | 93 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_intrapred_sse2.asm |
93 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_intrapred_ssse3.asm | 94 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_intrapred_ssse3.asm |
94 endif | 95 endif |
95 | 96 |
96 ifeq ($(CONFIG_VP9_HIGHBITDEPTH),yes) | 97 ifeq ($(CONFIG_VP9_HIGHBITDEPTH),yes) |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_loopfilter_16_neon.c | 183 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_loopfilter_16_neon.c |
183 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_loopfilter_4_neon.c | 184 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_loopfilter_4_neon.c |
184 # TODO(johannkoenig): re-enable when chromium build is fixed | 185 # TODO(johannkoenig): re-enable when chromium build is fixed |
185 # # https://code.google.com/p/chromium/issues/detail?id=443839 | 186 # # https://code.google.com/p/chromium/issues/detail?id=443839 |
186 #VP9_COMMON_SRCS-yes += common/arm/neon/vp9_loopfilter_8_neon.c | 187 #VP9_COMMON_SRCS-yes += common/arm/neon/vp9_loopfilter_8_neon.c |
187 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_reconintra_neon.c | 188 VP9_COMMON_SRCS-yes += common/arm/neon/vp9_reconintra_neon.c |
188 endif # HAVE_NEON | 189 endif # HAVE_NEON |
189 endif # HAVE_NEON_ASM | 190 endif # HAVE_NEON_ASM |
190 | 191 |
191 $(eval $(call rtcd_h_template,vp9_rtcd,vp9/common/vp9_rtcd_defs.pl)) | 192 $(eval $(call rtcd_h_template,vp9_rtcd,vp9/common/vp9_rtcd_defs.pl)) |
OLD | NEW |