Extend warp_frame functions to average compound predictions
Change-Id: I400e95161d576510423880b5b9923a2307b5eb02
diff --git a/av1/common/reconinter.c b/av1/common/reconinter.c
index b07a8bd..f808340 100644
--- a/av1/common/reconinter.c
+++ b/av1/common/reconinter.c
@@ -788,7 +788,7 @@
pre_buf->buf0, pre_buf->width, pre_buf->height,
pre_buf->stride, dst, (mi_x >> pd->subsampling_x) + x,
(mi_y >> pd->subsampling_y) + y, w, h, dst_buf->stride,
- pd->subsampling_x, pd->subsampling_y, xs, ys);
+ pd->subsampling_x, pd->subsampling_y, xs, ys, ref);
else
#endif // CONFIG_GLOBAL_MOTION
#endif // CONFIG_EXT_INTER