| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/postproc_sse2.asm | 101 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/postproc_sse2.asm |
| 102 endif | 102 endif |
| 103 | 103 |
| 104 ifeq ($(ARCH_X86_64),yes) | 104 ifeq ($(ARCH_X86_64),yes) |
| 105 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_block_sse2_x86_64.asm | 105 VP8_COMMON_SRCS-$(HAVE_SSE2) += common/x86/loopfilter_block_sse2_x86_64.asm |
| 106 endif | 106 endif |
| 107 | 107 |
| 108 # common (c) | 108 # common (c) |
| 109 VP8_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/idctllm_dspr2.c | 109 VP8_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/idctllm_dspr2.c |
| 110 VP8_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/filter_dspr2.c | 110 VP8_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/filter_dspr2.c |
| 111 VP8_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/loopfilter_filters_dspr2.c | 111 VP8_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp8_loopfilter_filters_dspr2
.c |
| 112 VP8_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/reconinter_dspr2.c | 112 VP8_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/reconinter_dspr2.c |
| 113 VP8_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/idct_blk_dspr2.c | 113 VP8_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/idct_blk_dspr2.c |
| 114 VP8_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/dequantize_dspr2.c | 114 VP8_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/dequantize_dspr2.c |
| 115 | 115 |
| 116 # common (c) | 116 # common (c) |
| 117 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/bilinear_filter_msa.c | 117 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/bilinear_filter_msa.c |
| 118 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/copymem_msa.c | 118 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/copymem_msa.c |
| 119 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/idct_msa.c | 119 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/idct_msa.c |
| 120 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/loopfilter_filters_msa.c | 120 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/loopfilter_filters_msa.c |
| 121 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/reconintra_msa.c | 121 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/reconintra_msa.c |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/iwalsh_neon.c | 163 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/iwalsh_neon.c |
| 164 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp8_loopfilter_neon.c | 164 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp8_loopfilter_neon.c |
| 165 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/loopfiltersimplehorizontaledge_
neon.c | 165 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/loopfiltersimplehorizontaledge_
neon.c |
| 166 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 |
| 167 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/mbloopfilter_neon.c | 167 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/mbloopfilter_neon.c |
| 168 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/reconintra_neon.c | 168 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/reconintra_neon.c |
| 169 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/shortidct4x4llm_neon.c | 169 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/shortidct4x4llm_neon.c |
| 170 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/sixtappredict_neon.c | 170 VP8_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/sixtappredict_neon.c |
| 171 | 171 |
| 172 $(eval $(call rtcd_h_template,vp8_rtcd,vp8/common/rtcd_defs.pl)) | 172 $(eval $(call rtcd_h_template,vp8_rtcd,vp8/common/rtcd_defs.pl)) |
| OLD | NEW |