879cb7d962
Incorportate vp9-preview changes by merging master branch into experimental. Conflicts: test/test.mk vp9/common/vp9_filter.c vp9/common/vp9_idctllm.c vp9/common/vp9_invtrans.h vp9/common/vp9_mbpitch.c vp9/common/vp9_rtcd_defs.sh vp9/common/vp9_systemdependent.h vp9/common/vp9_type_aliases.h vp9/common/x86/vp9_asm_stubs.c vp9/common/x86/vp9_subpixel_mmx.asm vp9/decoder/vp9_decodframe.c vp9/decoder/vp9_dequantize.c vp9/decoder/vp9_dequantize.h vp9/decoder/vp9_onyxd_int.h vp9/encoder/vp9_bitstream.c vp9/encoder/vp9_encodeframe.c vp9/encoder/vp9_rdopt.c Change-Id: I17f51c3666d1b59cf1a699f87607cbc5d30a87c5
25 lines
976 B
Makefile
25 lines
976 B
Makefile
SCALE_SRCS-yes += vpx_scale.mk
|
|
SCALE_SRCS-yes += yv12config.h
|
|
SCALE_SRCS-yes += vpx_scale.h
|
|
SCALE_SRCS-yes += generic/vpx_scale.c
|
|
SCALE_SRCS-yes += generic/yv12config.c
|
|
SCALE_SRCS-yes += generic/yv12extend.c
|
|
SCALE_SRCS-$(CONFIG_SPATIAL_RESAMPLING) += generic/gen_scalers.c
|
|
SCALE_SRCS-yes += vpx_scale_asm_offsets.c
|
|
SCALE_SRCS-yes += vpx_scale_rtcd.c
|
|
SCALE_SRCS-yes += vpx_scale_rtcd.sh
|
|
|
|
#neon
|
|
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
|
|
|
|
SCALE_SRCS-no += $(SCALE_SRCS_REMOVE-yes)
|
|
|
|
$(eval $(call asm_offsets_template,\
|
|
vpx_scale_asm_offsets.asm, vpx_scale/vpx_scale_asm_offsets.c))
|
|
|
|
$(eval $(call rtcd_h_template,vpx_scale_rtcd,vpx_scale/vpx_scale_rtcd.sh))
|