Clean up naming of VP9 support functions.
Change-Id: Ibfa931f3fb3a2ed2649733b7d7e679c0091dda90
diff --git a/scriptc/rs_idct.rsh b/scriptc/rs_idct.rsh
index e379736..d602e34 100644
--- a/scriptc/rs_idct.rsh
+++ b/scriptc/rs_idct.rsh
@@ -3,10 +3,10 @@
#if RS_VERSION > 19
-extern void idct4x4(const rs_allocation input, rs_allocation dest, int eob, int xoff, int yoff);
-extern void idct8x8(const rs_allocation input, rs_allocation dest, int eob, int xoff, int yoff);
-extern void idct16x16(const rs_allocation input, rs_allocation dest, int eob, int xoff, int yoff);
-extern void idct32x32(const rs_allocation input, rs_allocation dest, int eob, int xoff, int yoff);
+extern void rsIdct4x4(const rs_allocation input, rs_allocation dest, int eob, int xoff, int yoff);
+extern void rsIdct8x8(const rs_allocation input, rs_allocation dest, int eob, int xoff, int yoff);
+extern void rsIdct16x16(const rs_allocation input, rs_allocation dest, int eob, int xoff, int yoff);
+extern void rsIdct32x32(const rs_allocation input, rs_allocation dest, int eob, int xoff, int yoff);
#endif