summaryrefslogtreecommitdiffstats
path: root/mips-dspr2/vpx_scale_rtcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'mips-dspr2/vpx_scale_rtcd.h')
-rw-r--r--mips-dspr2/vpx_scale_rtcd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mips-dspr2/vpx_scale_rtcd.h b/mips-dspr2/vpx_scale_rtcd.h
index 7af466a..be038f4 100644
--- a/mips-dspr2/vpx_scale_rtcd.h
+++ b/mips-dspr2/vpx_scale_rtcd.h
@@ -42,6 +42,9 @@ void vp8_yv12_copy_y_c(struct yv12_buffer_config *src_ybc, struct yv12_buffer_co
void vp9_extend_frame_borders_c(struct yv12_buffer_config *ybf, int subsampling_x, int subsampling_y);
#define vp9_extend_frame_borders vp9_extend_frame_borders_c
+void vp9_extend_frame_inner_borders_c(struct yv12_buffer_config *ybf, int subsampling_x, int subsampling_y);
+#define vp9_extend_frame_inner_borders vp9_extend_frame_inner_borders_c
+
void vpx_scale_rtcd(void);
#include "vpx_config.h"