John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 1 | SCALE_SRCS-yes += vpx_scale.mk |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 2 | SCALE_SRCS-yes += yv12config.h |
Johann | 1009f76 | 2012-12-03 14:19:49 -0800 | [diff] [blame] | 3 | SCALE_SRCS-yes += vpx_scale.h |
| 4 | SCALE_SRCS-yes += generic/vpx_scale.c |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 5 | SCALE_SRCS-yes += generic/yv12config.c |
| 6 | SCALE_SRCS-yes += generic/yv12extend.c |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 7 | SCALE_SRCS-$(CONFIG_SPATIAL_RESAMPLING) += generic/gen_scalers.c |
John Koleszar | 5ebe94f | 2012-12-23 07:20:10 -0800 | [diff] [blame] | 8 | SCALE_SRCS-yes += vpx_scale_asm_offsets.c |
Frank Galligan | 5f9e0ca | 2012-11-30 15:48:52 -0800 | [diff] [blame] | 9 | SCALE_SRCS-yes += vpx_scale_rtcd.c |
James Zern | 805078a | 2014-02-23 16:33:14 -0800 | [diff] [blame] | 10 | SCALE_SRCS-yes += vpx_scale_rtcd.pl |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 11 | |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 12 | #neon |
Johann | ce23931 | 2014-05-07 11:01:31 -0700 | [diff] [blame] | 13 | SCALE_SRCS-$(HAVE_NEON_ASM) += arm/neon/vp8_vpxyv12_copyframe_func_neon$(ASM) |
| 14 | SCALE_SRCS-$(HAVE_NEON_ASM) += arm/neon/vp8_vpxyv12_copysrcframe_func_neon$(ASM) |
| 15 | SCALE_SRCS-$(HAVE_NEON_ASM) += arm/neon/vp8_vpxyv12_extendframeborders_neon$(ASM) |
| 16 | SCALE_SRCS-$(HAVE_NEON_ASM) += arm/neon/yv12extend_arm.c |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 17 | |
Jim Bankoski | b6c5dbe | 2013-09-29 10:27:11 -0700 | [diff] [blame] | 18 | #mips(dspr2) |
| 19 | SCALE_SRCS-$(HAVE_DSPR2) += mips/dspr2/yv12extend_dspr2.c |
| 20 | |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 21 | SCALE_SRCS-no += $(SCALE_SRCS_REMOVE-yes) |
John Koleszar | a9c7597 | 2012-11-08 17:09:30 -0800 | [diff] [blame] | 22 | |
Johann | 0d793cc | 2012-11-30 12:25:01 -0800 | [diff] [blame] | 23 | $(eval $(call asm_offsets_template,\ |
| 24 | vpx_scale_asm_offsets.asm, vpx_scale/vpx_scale_asm_offsets.c)) |
| 25 | |
James Zern | 805078a | 2014-02-23 16:33:14 -0800 | [diff] [blame] | 26 | $(eval $(call rtcd_h_template,vpx_scale_rtcd,vpx_scale/vpx_scale_rtcd.pl)) |