vpx_scale.mk revision a72801d7d92ababb50eecf27a36bd222d031d2fe
1SCALE_SRCS-yes += vpx_scale.mk
2SCALE_SRCS-yes += yv12config.h
3SCALE_SRCS-yes += vpx_scale.h
4SCALE_SRCS-yes += generic/vpx_scale.c
5SCALE_SRCS-yes += generic/yv12config.c
6SCALE_SRCS-yes += generic/yv12extend.c
7SCALE_SRCS-$(CONFIG_SPATIAL_RESAMPLING) += generic/gen_scalers.c
8SCALE_SRCS-yes += vpx_scale_asm_offsets.c
9SCALE_SRCS-yes += vpx_scale_rtcd.c
10SCALE_SRCS-yes += vpx_scale_rtcd.pl
11
12#neon
13SCALE_SRCS-$(HAVE_NEON)  += arm/neon/vp8_vpxyv12_copyframe_func_neon$(ASM)
14SCALE_SRCS-$(HAVE_NEON)  += arm/neon/vp8_vpxyv12_copysrcframe_func_neon$(ASM)
15SCALE_SRCS-$(HAVE_NEON)  += arm/neon/vp8_vpxyv12_extendframeborders_neon$(ASM)
16SCALE_SRCS-$(HAVE_NEON)  += arm/neon/yv12extend_arm.c
17
18#mips(dspr2)
19SCALE_SRCS-$(HAVE_DSPR2)  += mips/dspr2/yv12extend_dspr2.c
20
21SCALE_SRCS-no += $(SCALE_SRCS_REMOVE-yes)
22
23$(eval $(call asm_offsets_template,\
24	         vpx_scale_asm_offsets.asm, vpx_scale/vpx_scale_asm_offsets.c))
25
26$(eval $(call rtcd_h_template,vpx_scale_rtcd,vpx_scale/vpx_scale_rtcd.pl))
27