Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: source/libvpx/vp9/vp9_common.mk

Issue 23600008: libvpx: Pull from upstream (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « source/libvpx/vp9/encoder/x86/vp9_variance_sse2.c ('k') | source/libvpx/vp9/vp9_cx_iface.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 VP9_COMMON_SRCS-yes += common/vp9_onyxc_int.h 42 VP9_COMMON_SRCS-yes += common/vp9_onyxc_int.h
43 VP9_COMMON_SRCS-yes += common/vp9_pred_common.h 43 VP9_COMMON_SRCS-yes += common/vp9_pred_common.h
44 VP9_COMMON_SRCS-yes += common/vp9_pred_common.c 44 VP9_COMMON_SRCS-yes += common/vp9_pred_common.c
45 VP9_COMMON_SRCS-yes += common/vp9_quant_common.h 45 VP9_COMMON_SRCS-yes += common/vp9_quant_common.h
46 VP9_COMMON_SRCS-yes += common/vp9_reconinter.h 46 VP9_COMMON_SRCS-yes += common/vp9_reconinter.h
47 VP9_COMMON_SRCS-yes += common/vp9_reconintra.h 47 VP9_COMMON_SRCS-yes += common/vp9_reconintra.h
48 VP9_COMMON_SRCS-yes += common/vp9_rtcd.c 48 VP9_COMMON_SRCS-yes += common/vp9_rtcd.c
49 VP9_COMMON_SRCS-yes += common/vp9_rtcd_defs.sh 49 VP9_COMMON_SRCS-yes += common/vp9_rtcd_defs.sh
50 VP9_COMMON_SRCS-yes += common/vp9_sadmxn.h 50 VP9_COMMON_SRCS-yes += common/vp9_sadmxn.h
51 VP9_COMMON_SRCS-yes += common/vp9_subpelvar.h 51 VP9_COMMON_SRCS-yes += common/vp9_subpelvar.h
52 VP9_COMMON_SRCS-yes += common/vp9_scale.h
53 VP9_COMMON_SRCS-yes += common/vp9_scale.c
52 VP9_COMMON_SRCS-yes += common/vp9_seg_common.h 54 VP9_COMMON_SRCS-yes += common/vp9_seg_common.h
53 VP9_COMMON_SRCS-yes += common/vp9_seg_common.c 55 VP9_COMMON_SRCS-yes += common/vp9_seg_common.c
54 VP9_COMMON_SRCS-yes += common/vp9_systemdependent.h 56 VP9_COMMON_SRCS-yes += common/vp9_systemdependent.h
55 VP9_COMMON_SRCS-yes += common/vp9_textblit.h 57 VP9_COMMON_SRCS-yes += common/vp9_textblit.h
56 VP9_COMMON_SRCS-yes += common/vp9_tile_common.h 58 VP9_COMMON_SRCS-yes += common/vp9_tile_common.h
57 VP9_COMMON_SRCS-yes += common/vp9_tile_common.c 59 VP9_COMMON_SRCS-yes += common/vp9_tile_common.c
58 VP9_COMMON_SRCS-yes += common/vp9_treecoder.h 60 VP9_COMMON_SRCS-yes += common/vp9_treecoder.h
59 VP9_COMMON_SRCS-yes += common/vp9_loopfilter.c 61 VP9_COMMON_SRCS-yes += common/vp9_loopfilter.c
60 VP9_COMMON_SRCS-yes += common/vp9_loopfilter_filters.c 62 VP9_COMMON_SRCS-yes += common/vp9_loopfilter_filters.c
61 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.c 63 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.c
62 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.h 64 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.h
63 VP9_COMMON_SRCS-yes += common/vp9_quant_common.c 65 VP9_COMMON_SRCS-yes += common/vp9_quant_common.c
64 VP9_COMMON_SRCS-yes += common/vp9_reconinter.c 66 VP9_COMMON_SRCS-yes += common/vp9_reconinter.c
65 VP9_COMMON_SRCS-yes += common/vp9_reconintra.c 67 VP9_COMMON_SRCS-yes += common/vp9_reconintra.c
66 VP9_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/vp9_textblit.c 68 VP9_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/vp9_textblit.c
67 VP9_COMMON_SRCS-yes += common/vp9_treecoder.c 69 VP9_COMMON_SRCS-yes += common/vp9_treecoder.c
68 VP9_COMMON_SRCS-yes += common/vp9_common_data.c 70 VP9_COMMON_SRCS-yes += common/vp9_common_data.c
69 VP9_COMMON_SRCS-yes += common/vp9_common_data.h 71 VP9_COMMON_SRCS-yes += common/vp9_common_data.h
70 72
71 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_postproc_x86.h 73 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_postproc_x86.h
72 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_asm_stubs.c 74 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_asm_stubs.c
73 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_loopfilter_intrin_ss e2.c 75 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_loopfilter_intrin_ss e2.c
74 VP9_COMMON_SRCS-$(CONFIG_POSTPROC) += common/vp9_postproc.h 76 VP9_COMMON_SRCS-$(CONFIG_POSTPROC) += common/vp9_postproc.h
75 VP9_COMMON_SRCS-$(CONFIG_POSTPROC) += common/vp9_postproc.c 77 VP9_COMMON_SRCS-$(CONFIG_POSTPROC) += common/vp9_postproc.c
76 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_loopfilter_mmx.asm 78 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_loopfilter_mmx.asm
77 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_copy_sse2.asm
78 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_intrapred_sse2.asm
79 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_intrapred_ssse3.asm
80 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_subpixel_8t_ssse3.asm 79 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_subpixel_8t_ssse3.asm
81 ifeq ($(CONFIG_POSTPROC),yes) 80 ifeq ($(CONFIG_POSTPROC),yes)
82 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_postproc_mmx.asm 81 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_postproc_mmx.asm
83 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_postproc_sse2.asm 82 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_postproc_sse2.asm
84 endif 83 endif
85 84
85 ifeq ($(USE_X86INC),yes)
86 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_copy_sse2.asm
87 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_intrapred_sse2.asm
88 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_intrapred_ssse3.asm
89 endif
90
86 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_idct_intrin_sse2.c 91 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_idct_intrin_sse2.c
87 92
88 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_convolve_neon.c 93 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_convolve_neon.c
94 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_idct16x16_neon.c
89 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_convolve8_neon$(ASM) 95 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_convolve8_neon$(ASM)
90 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_convolve8_avg_neon$(ASM) 96 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_convolve8_avg_neon$(ASM)
91 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_loopfilter_neon$(ASM) 97 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_loopfilter_neon$(ASM)
92 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_dc_only_idct_add_neon$(ASM) 98 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_dc_only_idct_add_neon$(ASM)
99 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct4x4_1_add_neon$(AS M)
100 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct4x4_add_neon$(ASM)
101 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct8x8_1_add_neon$(AS M)
93 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct8x8_add_neon$(ASM) 102 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct8x8_add_neon$(ASM)
103 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_short_idct16x16_add_neon$(AS M)
104 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_mb_lpf_neon$(ASM)
105 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_copy_neon$(ASM)
106 VP9_COMMON_SRCS-$(HAVE_NEON) += common/arm/neon/vp9_avg_neon$(ASM)
94 107
95 $(eval $(call rtcd_h_template,vp9_rtcd,vp9/common/vp9_rtcd_defs.sh)) 108 $(eval $(call rtcd_h_template,vp9_rtcd,vp9/common/vp9_rtcd_defs.sh))
OLDNEW
« no previous file with comments | « source/libvpx/vp9/encoder/x86/vp9_variance_sse2.c ('k') | source/libvpx/vp9/vp9_cx_iface.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698