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

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

Issue 17009012: libvpx: Pull from upstream (Closed) Base URL: http://src.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 7 years, 6 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
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 20 matching lines...) Expand all
31 VP9_COMMON_SRCS-yes += common/vp9_alloccommon.h 31 VP9_COMMON_SRCS-yes += common/vp9_alloccommon.h
32 VP9_COMMON_SRCS-yes += common/vp9_blockd.h 32 VP9_COMMON_SRCS-yes += common/vp9_blockd.h
33 VP9_COMMON_SRCS-yes += common/vp9_common.h 33 VP9_COMMON_SRCS-yes += common/vp9_common.h
34 VP9_COMMON_SRCS-yes += common/vp9_entropy.h 34 VP9_COMMON_SRCS-yes += common/vp9_entropy.h
35 VP9_COMMON_SRCS-yes += common/vp9_entropymode.h 35 VP9_COMMON_SRCS-yes += common/vp9_entropymode.h
36 VP9_COMMON_SRCS-yes += common/vp9_entropymv.h 36 VP9_COMMON_SRCS-yes += common/vp9_entropymv.h
37 VP9_COMMON_SRCS-yes += common/vp9_enums.h 37 VP9_COMMON_SRCS-yes += common/vp9_enums.h
38 VP9_COMMON_SRCS-yes += common/vp9_extend.h 38 VP9_COMMON_SRCS-yes += common/vp9_extend.h
39 VP9_COMMON_SRCS-yes += common/vp9_findnearmv.h 39 VP9_COMMON_SRCS-yes += common/vp9_findnearmv.h
40 VP9_COMMON_SRCS-yes += common/vp9_idct.h 40 VP9_COMMON_SRCS-yes += common/vp9_idct.h
41 VP9_COMMON_SRCS-yes += common/vp9_invtrans.h
42 VP9_COMMON_SRCS-yes += common/vp9_loopfilter.h 41 VP9_COMMON_SRCS-yes += common/vp9_loopfilter.h
43 VP9_COMMON_SRCS-yes += common/vp9_modecont.h 42 VP9_COMMON_SRCS-yes += common/vp9_modecont.h
44 VP9_COMMON_SRCS-yes += common/vp9_mv.h 43 VP9_COMMON_SRCS-yes += common/vp9_mv.h
45 VP9_COMMON_SRCS-yes += common/vp9_onyxc_int.h 44 VP9_COMMON_SRCS-yes += common/vp9_onyxc_int.h
46 VP9_COMMON_SRCS-yes += common/vp9_pred_common.h 45 VP9_COMMON_SRCS-yes += common/vp9_pred_common.h
47 VP9_COMMON_SRCS-yes += common/vp9_pred_common.c 46 VP9_COMMON_SRCS-yes += common/vp9_pred_common.c
48 VP9_COMMON_SRCS-yes += common/vp9_quant_common.h 47 VP9_COMMON_SRCS-yes += common/vp9_quant_common.h
49 VP9_COMMON_SRCS-yes += common/vp9_reconinter.h 48 VP9_COMMON_SRCS-yes += common/vp9_reconinter.h
50 VP9_COMMON_SRCS-yes += common/vp9_reconintra.h 49 VP9_COMMON_SRCS-yes += common/vp9_reconintra.h
51 VP9_COMMON_SRCS-yes += common/vp9_rtcd.c 50 VP9_COMMON_SRCS-yes += common/vp9_rtcd.c
52 VP9_COMMON_SRCS-yes += common/vp9_rtcd_defs.sh 51 VP9_COMMON_SRCS-yes += common/vp9_rtcd_defs.sh
53 VP9_COMMON_SRCS-yes += common/vp9_sadmxn.h 52 VP9_COMMON_SRCS-yes += common/vp9_sadmxn.h
54 VP9_COMMON_SRCS-yes += common/vp9_subpelvar.h 53 VP9_COMMON_SRCS-yes += common/vp9_subpelvar.h
55 VP9_COMMON_SRCS-yes += common/vp9_seg_common.h 54 VP9_COMMON_SRCS-yes += common/vp9_seg_common.h
56 VP9_COMMON_SRCS-yes += common/vp9_seg_common.c 55 VP9_COMMON_SRCS-yes += common/vp9_seg_common.c
57 VP9_COMMON_SRCS-yes += common/vp9_systemdependent.h 56 VP9_COMMON_SRCS-yes += common/vp9_systemdependent.h
58 VP9_COMMON_SRCS-yes += common/vp9_textblit.h 57 VP9_COMMON_SRCS-yes += common/vp9_textblit.h
59 VP9_COMMON_SRCS-yes += common/vp9_tile_common.h 58 VP9_COMMON_SRCS-yes += common/vp9_tile_common.h
60 VP9_COMMON_SRCS-yes += common/vp9_tile_common.c 59 VP9_COMMON_SRCS-yes += common/vp9_tile_common.c
61 VP9_COMMON_SRCS-yes += common/vp9_treecoder.h 60 VP9_COMMON_SRCS-yes += common/vp9_treecoder.h
62 VP9_COMMON_SRCS-yes += common/vp9_invtrans.c
63 VP9_COMMON_SRCS-yes += common/vp9_loopfilter.c 61 VP9_COMMON_SRCS-yes += common/vp9_loopfilter.c
64 VP9_COMMON_SRCS-yes += common/vp9_loopfilter_filters.c 62 VP9_COMMON_SRCS-yes += common/vp9_loopfilter_filters.c
65 VP9_COMMON_SRCS-yes += common/vp9_mbpitch.c 63 VP9_COMMON_SRCS-yes += common/vp9_mbpitch.c
66 VP9_COMMON_SRCS-yes += common/vp9_modecont.c 64 VP9_COMMON_SRCS-yes += common/vp9_modecont.c
67 VP9_COMMON_SRCS-yes += common/vp9_modecontext.c 65 VP9_COMMON_SRCS-yes += common/vp9_modecontext.c
68 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.c 66 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.c
69 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.h 67 VP9_COMMON_SRCS-yes += common/vp9_mvref_common.h
70 VP9_COMMON_SRCS-yes += common/vp9_quant_common.c 68 VP9_COMMON_SRCS-yes += common/vp9_quant_common.c
71 VP9_COMMON_SRCS-yes += common/vp9_reconinter.c 69 VP9_COMMON_SRCS-yes += common/vp9_reconinter.c
72 VP9_COMMON_SRCS-yes += common/vp9_reconintra.c 70 VP9_COMMON_SRCS-yes += common/vp9_reconintra.c
73 VP9_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/vp9_textblit.c 71 VP9_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER) += common/vp9_textblit.c
74 VP9_COMMON_SRCS-yes += common/vp9_treecoder.c 72 VP9_COMMON_SRCS-yes += common/vp9_treecoder.c
75 VP9_COMMON_SRCS-$(CONFIG_IMPLICIT_SEGMENTATION) += common/vp9_implicit_segmentat ion.c 73 VP9_COMMON_SRCS-$(CONFIG_IMPLICIT_SEGMENTATION) += common/vp9_implicit_segmentat ion.c
76 74
77 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_loopfilter_x86.h 75 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_loopfilter_x86.h
78 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_postproc_x86.h 76 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_postproc_x86.h
79 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_asm_stubs.c 77 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_asm_stubs.c
80 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_loopfilter_intrin_ss e2.c 78 VP9_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64) += common/x86/vp9_loopfilter_intrin_ss e2.c
81 VP9_COMMON_SRCS-$(CONFIG_POSTPROC) += common/vp9_postproc.h 79 VP9_COMMON_SRCS-$(CONFIG_POSTPROC) += common/vp9_postproc.h
82 VP9_COMMON_SRCS-$(CONFIG_POSTPROC) += common/vp9_postproc.c 80 VP9_COMMON_SRCS-$(CONFIG_POSTPROC) += common/vp9_postproc.c
83 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_iwalsh_mmx.asm 81 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_iwalsh_mmx.asm
84 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_recon_mmx.asm 82 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_recon_mmx.asm
85 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_loopfilter_mmx.asm 83 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_loopfilter_mmx.asm
86 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_iwalsh_sse2.asm 84 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_iwalsh_sse2.asm
87 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_loopfilter_sse2.asm 85 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_loopfilter_sse2.asm
88 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_recon_sse2.asm 86 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_recon_sse2.asm
89 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_recon_wrapper_sse2.c 87 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_recon_wrapper_sse2.c
90 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_subpel_variance_impl_sse2.asm
91 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_subpixel_variance_sse2.c
92 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_subpixel_8t_ssse3.asm 88 VP9_COMMON_SRCS-$(HAVE_SSSE3) += common/x86/vp9_subpixel_8t_ssse3.asm
93 ifeq ($(CONFIG_POSTPROC),yes) 89 ifeq ($(CONFIG_POSTPROC),yes)
94 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_postproc_mmx.asm 90 VP9_COMMON_SRCS-$(HAVE_MMX) += common/x86/vp9_postproc_mmx.asm
95 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_postproc_sse2.asm 91 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_postproc_sse2.asm
96 endif 92 endif
97 93
98 # common (c) 94 # common (c)
99 ifeq ($(CONFIG_CSM),yes) 95 ifeq ($(CONFIG_CSM),yes)
100 VP9_COMMON_SRCS-yes += common/vp9_maskingmv.c 96 VP9_COMMON_SRCS-yes += common/vp9_maskingmv.c
101 VP9_COMMON_SRCS-$(HAVE_SSE3) += common/x86/vp9_mask_sse3.asm 97 VP9_COMMON_SRCS-$(HAVE_SSE3) += common/x86/vp9_mask_sse3.asm
102 endif 98 endif
103 99
104 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_idct_intrin_sse2.c 100 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_idct_intrin_sse2.c
105 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_sadmxn_sse2.c 101 VP9_COMMON_SRCS-$(HAVE_SSE2) += common/x86/vp9_sadmxn_sse2.c
106 102
107 $(eval $(call asm_offsets_template,\ 103 $(eval $(call asm_offsets_template,\
108 vp9_asm_com_offsets.asm, $(VP9_PREFIX)common/vp9_asm_com_offsets.c)) 104 vp9_asm_com_offsets.asm, $(VP9_PREFIX)common/vp9_asm_com_offsets.c))
109 105
110 $(eval $(call rtcd_h_template,vp9_rtcd,vp9/common/vp9_rtcd_defs.sh)) 106 $(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_subpel_variance_impl_sse2.asm ('k') | source/libvpx/vp9/vp9cx.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698