Clean up naming of VP9 support functions.
Change-Id: Ibfa931f3fb3a2ed2649733b7d7e679c0091dda90
diff --git a/scriptc/rs_fadst.rsh b/scriptc/rs_fadst.rsh
index 6dc0170..1dfe58f 100644
--- a/scriptc/rs_fadst.rsh
+++ b/scriptc/rs_fadst.rsh
@@ -3,11 +3,11 @@
#if RS_VERSION > 19
-extern void fadst4(const rs_allocation input, rs_allocation output, int32_t xoff);
+extern void rsFadst4(const rs_allocation input, rs_allocation output, int32_t xoff);
-extern void fadst8(const rs_allocation input, rs_allocation output, int32_t xoff);
+extern void rsFadst8(const rs_allocation input, rs_allocation output, int32_t xoff);
-extern void fadst16(const rs_allocation input, rs_allocation output, int32_t xoff);
+extern void rsFadst16(const rs_allocation input, rs_allocation output, int32_t xoff);
#endif