2010-05-18 19:58:33 +04:00
|
|
|
SCALE_SRCS-yes += vpx_scale.mk
|
|
|
|
SCALE_SRCS-yes += yv12config.h
|
2012-12-04 02:19:49 +04:00
|
|
|
SCALE_SRCS-yes += vpx_scale.h
|
|
|
|
SCALE_SRCS-yes += generic/vpx_scale.c
|
2010-05-18 19:58:33 +04: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 19:20:10 +04:00
|
|
|
SCALE_SRCS-yes += vpx_scale_asm_offsets.c
|
2012-12-01 03:48:52 +04:00
|
|
|
SCALE_SRCS-yes += vpx_scale_rtcd.c
|
2012-12-23 19:20:10 +04:00
|
|
|
SCALE_SRCS-yes += vpx_scale_rtcd.sh
|
2010-05-18 19:58:33 +04:00
|
|
|
|
|
|
|
#neon
|
2012-11-02 04:53:44 +04:00
|
|
|
SCALE_SRCS-$(HAVE_NEON) += arm/neon/vp8_vpxyv12_copyframe_func_neon$(ASM)
|
|
|
|
SCALE_SRCS-$(HAVE_NEON) += arm/neon/vp8_vpxyv12_copy_y_neon$(ASM)
|
|
|
|
SCALE_SRCS-$(HAVE_NEON) += arm/neon/vp8_vpxyv12_copysrcframe_func_neon$(ASM)
|
|
|
|
SCALE_SRCS-$(HAVE_NEON) += arm/neon/vp8_vpxyv12_extendframeborders_neon$(ASM)
|
|
|
|
SCALE_SRCS-$(HAVE_NEON) += arm/neon/yv12extend_arm.c
|
2010-05-18 19:58:33 +04:00
|
|
|
|
|
|
|
SCALE_SRCS-no += $(SCALE_SRCS_REMOVE-yes)
|
2012-11-09 05:09:30 +04:00
|
|
|
|
2012-12-01 00:25:01 +04:00
|
|
|
$(eval $(call asm_offsets_template,\
|
|
|
|
vpx_scale_asm_offsets.asm, vpx_scale/vpx_scale_asm_offsets.c))
|
|
|
|
|
2012-11-09 05:09:30 +04:00
|
|
|
$(eval $(call rtcd_h_template,vpx_scale_rtcd,vpx_scale/vpx_scale_rtcd.sh))
|