frame-superres: Move resize from encoder to common
The resizing functions in resize.h and resize.c are useful for the
frame super-res experiment. These functions will be needed in both the
encoder and decoder, so the files have been moved into av1/common.
Change-Id: I66154b7ec0eade0df460c4f4cf8eaa5f663c8904
diff --git a/av1/av1_common.mk b/av1/av1_common.mk
index 1640bfa..0ed4e35 100644
--- a/av1/av1_common.mk
+++ b/av1/av1_common.mk
@@ -56,6 +56,8 @@
AV1_COMMON_SRCS-yes += common/quant_common.c
AV1_COMMON_SRCS-yes += common/reconinter.c
AV1_COMMON_SRCS-yes += common/reconintra.c
+AV1_COMMON_SRCS-yes += common/resize.c
+AV1_COMMON_SRCS-yes += common/resize.h
AV1_COMMON_SRCS-yes += common/restoration.h
AV1_COMMON_SRCS-yes += common/common_data.h
AV1_COMMON_SRCS-yes += common/scan.c