| Index: source/libvpx/vp9/vp9cx.mk
|
| ===================================================================
|
| --- source/libvpx/vp9/vp9cx.mk (revision 247498)
|
| +++ source/libvpx/vp9/vp9cx.mk (working copy)
|
| @@ -43,7 +43,7 @@
|
| VP9_CX_SRCS-yes += encoder/vp9_quantize.h
|
| VP9_CX_SRCS-yes += encoder/vp9_ratectrl.h
|
| VP9_CX_SRCS-yes += encoder/vp9_rdopt.h
|
| -VP9_CX_SRCS-yes += encoder/vp9_sadmxn.h
|
| +VP9_CX_SRCS-yes += encoder/vp9_pickmode.h
|
| VP9_CX_SRCS-yes += encoder/vp9_tokenize.h
|
| VP9_CX_SRCS-yes += encoder/vp9_treewriter.h
|
| VP9_CX_SRCS-yes += encoder/vp9_variance.h
|
| @@ -55,11 +55,14 @@
|
| VP9_CX_SRCS-yes += encoder/vp9_quantize.c
|
| VP9_CX_SRCS-yes += encoder/vp9_ratectrl.c
|
| VP9_CX_SRCS-yes += encoder/vp9_rdopt.c
|
| +VP9_CX_SRCS-yes += encoder/vp9_pickmode.c
|
| VP9_CX_SRCS-yes += encoder/vp9_sad_c.c
|
| VP9_CX_SRCS-yes += encoder/vp9_segmentation.c
|
| VP9_CX_SRCS-yes += encoder/vp9_segmentation.h
|
| VP9_CX_SRCS-yes += encoder/vp9_subexp.c
|
| VP9_CX_SRCS-yes += encoder/vp9_subexp.h
|
| +VP9_CX_SRCS-yes += encoder/vp9_resize.c
|
| +VP9_CX_SRCS-yes += encoder/vp9_resize.h
|
| VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/vp9_ssim.c
|
| VP9_CX_SRCS-yes += encoder/vp9_tokenize.c
|
| VP9_CX_SRCS-yes += encoder/vp9_treewriter.c
|
| @@ -81,6 +84,7 @@
|
| VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_variance_impl_mmx.asm
|
| VP9_CX_SRCS-$(HAVE_MMX) += encoder/x86/vp9_sad_mmx.asm
|
| VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_variance_impl_sse2.asm
|
| +VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_variance_impl_intrin_avx2.c
|
| VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_sad4d_sse2.asm
|
| VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subpel_variance_impl_sse2.asm
|
| VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_temporal_filter_apply_sse2.asm
|
| @@ -91,6 +95,7 @@
|
| VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_sad_sse2.asm
|
| VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subtract_sse2.asm
|
| VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_variance_sse2.c
|
| +VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_variance_avx2.c
|
| VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_subpel_variance.asm
|
| endif
|
|
|
|
|