Move all tests to test/ directory
[profile/ivi/libvpx.git] / vpx_scale / vpx_scale.mk
1 SCALE_SRCS-yes += vpx_scale.mk
2 SCALE_SRCS-yes += scale_mode.h
3 SCALE_SRCS-yes += yv12config.h
4 SCALE_SRCS-yes += vpxscale.h
5 SCALE_SRCS-yes += generic/vpxscale.c
6 SCALE_SRCS-yes += generic/yv12config.c
7 SCALE_SRCS-yes += generic/yv12extend.c
8 SCALE_SRCS-yes += generic/yv12extend_generic.h
9 SCALE_SRCS-$(CONFIG_SPATIAL_RESAMPLING) += generic/gen_scalers.c
10
11 #neon
12 SCALE_SRCS-$(HAVE_NEON)  += arm/neon/vp8_vpxyv12_copyframe_func_neon$(ASM)
13 SCALE_SRCS-$(HAVE_NEON)  += arm/neon/vp8_vpxyv12_copy_y_neon$(ASM)
14 SCALE_SRCS-$(HAVE_NEON)  += arm/neon/vp8_vpxyv12_copysrcframe_func_neon$(ASM)
15 SCALE_SRCS-$(HAVE_NEON)  += arm/neon/vp8_vpxyv12_extendframeborders_neon$(ASM)
16 SCALE_SRCS-$(HAVE_NEON)  += arm/neon/yv12extend_arm.c
17
18 SCALE_SRCS-no += $(SCALE_SRCS_REMOVE-yes)