huffmancode to decode in real-time for motion-jpeg

Dependents:   BaseJpegDecode_example SimpleJpegDecode_example Dumb_box_rev2

example code:

Import programBaseJpegDecode_example

BaseJpegDeocde exampe program

Import programSimpleJpegDecode_example

convert JPEG stream data to bitmap, BaseJpegDecode example program

Revision:
0:417b7ae90eff
Child:
1:bfbc18000cca
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bjd_config.h	Mon Oct 22 13:55:09 2012 +0000
@@ -0,0 +1,7 @@
+#ifndef BJE_CONFIG_H
+#define BJE_CONFIG_H
+
+#define JPEG_MCU_YBLOCKS 2
+#define JPEG_USE_HUFFMAN_TABLE
+
+#endif // BJE_CONFIG_H