Any changes are to allow conversion to BMP

Dependents:   Color_Targeting_Catapult

Fork of BaseJpegDecode by Norimasa Okamoto

Revision:
3:a7547692071d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aanIDCT.h	Mon Nov 05 22:47:05 2012 +0000
@@ -0,0 +1,11 @@
+#ifndef AAN_IDCT_H
+#define AAN_IDCT_H
+
+class aanIDCT {
+public:
+    void conv(int8_t output[], int16_t input[]);
+private:
+    int ws[64];
+};
+
+#endif // ANN_IDCT_H