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:
1:bfbc18000cca
Parent:
0:417b7ae90eff
Child:
3:a7547692071d
--- a/bjd_config.h	Mon Oct 22 13:55:09 2012 +0000
+++ b/bjd_config.h	Thu Oct 25 11:00:05 2012 +0000
@@ -2,6 +2,8 @@
 #define BJE_CONFIG_H
 
 #define JPEG_MCU_YBLOCKS 2
+        
 #define JPEG_USE_HUFFMAN_TABLE
+#define JPEG_USE_REPORT_CODE
 
 #endif // BJE_CONFIG_H