2010-05-18 17:58:33 +02:00
|
|
|
SCALE_SRCS-yes += vpx_scale.mk
|
|
|
|
SCALE_SRCS-yes += yv12config.h
|
2012-12-03 23:19:49 +01:00
|
|
|
SCALE_SRCS-yes += vpx_scale.h
|
|
|
|
SCALE_SRCS-yes += generic/vpx_scale.c
|
2010-05-18 17:58:33 +02:00
|
|
|
SCALE_SRCS-yes += generic/yv12config.c
|
|
|
|
SCALE_SRCS-yes += generic/yv12extend.c
|
|
|
|
SCALE_SRCS-$(CONFIG_SPATIAL_RESAMPLING) += generic/gen_scalers.c
|
2012-12-23 16:20:10 +01:00
|
|
|
SCALE_SRCS-yes += vpx_scale_asm_offsets.c
|
2012-12-01 00:48:52 +01:00
|
|
|
SCALE_SRCS-yes += vpx_scale_rtcd.c
|
2014-02-24 01:33:14 +01:00
|
|
|
SCALE_SRCS-yes += vpx_scale_rtcd.pl
|
2010-05-18 17:58:33 +02:00
|
|
|
|
|
|
|
#neon
|
2014-05-07 20:01:31 +02:00
|
|
|
SCALE_SRCS-$(HAVE_NEON_ASM) += arm/neon/vp8_vpxyv12_copyframe_func_neon$(ASM)
|
|
|
|
SCALE_SRCS-$(HAVE_NEON_ASM) += arm/neon/vp8_vpxyv12_copysrcframe_func_neon$(ASM)
|
|
|
|
SCALE_SRCS-$(HAVE_NEON_ASM) += arm/neon/vp8_vpxyv12_extendframeborders_neon$(ASM)
|
|
|
|
SCALE_SRCS-$(HAVE_NEON_ASM) += arm/neon/yv12extend_arm.c
|
2010-05-18 17:58:33 +02:00
|
|
|
|
2013-09-29 19:27:11 +02:00
|
|
|
#mips(dspr2)
|
|
|
|
SCALE_SRCS-$(HAVE_DSPR2) += mips/dspr2/yv12extend_dspr2.c
|
|
|
|
|
2010-05-18 17:58:33 +02:00
|
|
|
SCALE_SRCS-no += $(SCALE_SRCS_REMOVE-yes)
|
2012-11-09 02:09:30 +01:00
|
|
|
|
2012-11-30 21:25:01 +01:00
|
|
|
$(eval $(call asm_offsets_template,\
|
|
|
|
vpx_scale_asm_offsets.asm, vpx_scale/vpx_scale_asm_offsets.c))
|
|
|
|
|
2014-02-24 01:33:14 +01:00
|
|
|
$(eval $(call rtcd_h_template,vpx_scale_rtcd,vpx_scale/vpx_scale_rtcd.pl))
|