| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 VP9_COMMON_SRCS-yes += common/vp9_reconinter.h | 43 VP9_COMMON_SRCS-yes += common/vp9_reconinter.h |
| 44 VP9_COMMON_SRCS-yes += common/vp9_reconintra.h | 44 VP9_COMMON_SRCS-yes += common/vp9_reconintra.h |
| 45 VP9_COMMON_SRCS-yes += common/vp9_rtcd.c | 45 VP9_COMMON_SRCS-yes += common/vp9_rtcd.c |
| 46 VP9_COMMON_SRCS-yes += common/vp9_rtcd_defs.pl | 46 VP9_COMMON_SRCS-yes += common/vp9_rtcd_defs.pl |
| 47 VP9_COMMON_SRCS-yes += common/vp9_scale.h | 47 VP9_COMMON_SRCS-yes += common/vp9_scale.h |
| 48 VP9_COMMON_SRCS-yes += common/vp9_scale.c | 48 VP9_COMMON_SRCS-yes += common/vp9_scale.c |
| 49 VP9_COMMON_SRCS-yes += common/vp9_seg_common.h | 49 VP9_COMMON_SRCS-yes += common/vp9_seg_common.h |
| 50 VP9_COMMON_SRCS-yes += common/vp9_seg_common.c | 50 VP9_COMMON_SRCS-yes += common/vp9_seg_common.c |
| 51 VP9_COMMON_SRCS-yes += common/vp9_systemdependent.h | 51 VP9_COMMON_SRCS-yes += common/vp9_systemdependent.h |
| 52 VP9_COMMON_SRCS-yes += common/vp9_textblit.h | 52 VP9_COMMON_SRCS-yes += common/vp9_textblit.h |
| 53 VP9_COMMON_SRCS-yes += common/vp9_thread.h |
| 54 VP9_COMMON_SRCS-yes += common/vp9_thread.c |
| 53 VP9_COMMON_SRCS-yes += common/vp9_tile_common.h | 55 VP9_COMMON_SRCS-yes += common/vp9_tile_common.h |
| 54 VP9_COMMON_SRCS-yes += common/vp9_tile_common.c | 56 VP9_COMMON_SRCS-yes += common/vp9_tile_common.c |
| 55 VP9_COMMON_SRCS-yes += common/vp9_loopfilter.c | 57 VP9_COMMON_SRCS-yes += common/vp9_loopfilter.c |
| 56 VP9_COMMON_SRCS-yes += common/vp9_loopfilter_filters.c | 58 VP9_COMMON_SRCS-yes += common/vp9_loopfilter_filters.c |
| 57 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.c | 59 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.c |
| 58 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.h | 60 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.h |
| 59 VP9_COMMON_SRCS-yes += common/vp9_quant_common.c | 61 VP9_COMMON_SRCS-yes += common/vp9_quant_common.c |
| 60 VP9_COMMON_SRCS-yes += common/vp9_reconinter.c | 62 VP9_COMMON_SRCS-yes += common/vp9_reconinter.c |
| 61 VP9_COMMON_SRCS-yes += common/vp9_reconintra.c | 63 VP9_COMMON_SRCS-yes += common/vp9_reconintra.c |
| 62 VP9_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/vp9_textblit.c | 64 VP9_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/vp9_textblit.c |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_idct32x32_add_neon$(ASM) | 144 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_idct32x32_add_neon$(ASM) |
| 143 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_iht4x4_add_neon$(ASM) | 145 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_iht4x4_add_neon$(ASM) |
| 144 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_iht8x8_add_neon$(ASM) | 146 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_iht8x8_add_neon$(ASM) |
| 145 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_mb_lpf_neon$(ASM) | 147 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_mb_lpf_neon$(ASM) |
| 146 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_copy_neon$(ASM) | 148 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_copy_neon$(ASM) |
| 147 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_avg_neon$(ASM) | 149 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_avg_neon$(ASM) |
| 148 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_save_reg_neon$(ASM) | 150 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_save_reg_neon$(ASM) |
| 149 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_reconintra_neon$(ASM) | 151 VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_reconintra_neon$(ASM) |
| 150 | 152 |
| 151 $(eval $(call rtcd_h_template,vp9_rtcd,vp9/common/vp9_rtcd_defs.pl)) | 153 $(eval $(call rtcd_h_template,vp9_rtcd,vp9/common/vp9_rtcd_defs.pl)) |
| OLD | NEW |