summaryrefslogtreecommitdiffstats
path: root/renderscript/include/rs_dct.rsh
diff options
context:
space:
mode:
Diffstat (limited to 'renderscript/include/rs_dct.rsh')
-rw-r--r--renderscript/include/rs_dct.rsh14
1 files changed, 0 insertions, 14 deletions
diff --git a/renderscript/include/rs_dct.rsh b/renderscript/include/rs_dct.rsh
deleted file mode 100644
index d7289dd..0000000
--- a/renderscript/include/rs_dct.rsh
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __RS_DCT_RSH__
-#define __RS_DCT_RSH__
-
-#if RS_VERSION > 19
-
-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
-
-#endif