shithub: libvpx

Download patch

ref: d3aebeee4ec9c2fba2c4359d7a3f6e2632adb94b
parent: db2fad7516977709d98c07478bbe6ca10d3603c3
author: Marco <marpan@google.com>
date: Wed May 10 08:04:02 EDT 2017

vp9: Use INTERP_FILTER for filter_type in vp9_rtcd_defs.pl

Change-Id: I259d152c62864b365490368051f3c3b7d7f2f1c5

--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -7,6 +7,7 @@
 #include "vpx/vpx_integer.h"
 #include "vp9/common/vp9_common.h"
 #include "vp9/common/vp9_enums.h"
+#include "vp9/common/vp9_filter.h"
 
 struct macroblockd;
 
@@ -225,7 +226,7 @@
 #
 # frame based scale
 #
-add_proto qw/void vp9_scale_and_extend_frame/, "const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, uint8_t filter_type, int phase_scaler";
+add_proto qw/void vp9_scale_and_extend_frame/, "const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, int phase_scaler";
 specialize qw/vp9_scale_and_extend_frame ssse3/;
 
 }