Clean up naming of VP9 support functions.
Change-Id: Ibfa931f3fb3a2ed2649733b7d7e679c0091dda90
diff --git a/scriptc/rs_dct.rsh b/scriptc/rs_dct.rsh
index 51e789d..d7289dd 100644
--- a/scriptc/rs_dct.rsh
+++ b/scriptc/rs_dct.rsh
@@ -3,11 +3,11 @@
#if RS_VERSION > 19
-extern void dct4x4(rs_allocation input, rs_allocation output, int xoff, int yoff);
-extern void dct8x8(rs_allocation input, rs_allocation output, int xoff, int yoff);
-extern void dct16x16(rs_allocation input, rs_allocation output, int xoff, int yoff);
-extern void dct32x32(rs_allocation input, rs_allocation out, int xoff, int yoff);
-extern void dct32x32_rd(rs_allocation input, rs_allocation out, int xoff, int yoff);
+extern void rsDct4x4(rs_allocation input, rs_allocation output, int xoff, int yoff);
+extern void rsDct8x8(rs_allocation input, rs_allocation output, int xoff, int yoff);
+extern void rsDct16x16(rs_allocation input, rs_allocation output, int xoff, int yoff);
+extern void rsDct32x32(rs_allocation input, rs_allocation out, int xoff, int yoff);
+extern void rsDct32x32_rd(rs_allocation input, rs_allocation out, int xoff, int yoff);
#endif