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

bjd_config.h

Committer:
va009039
Date:
2012-10-25
Revision:
1:bfbc18000cca
Parent:
0:417b7ae90eff
Child:
3:a7547692071d

File content as of revision 1:bfbc18000cca:

#ifndef BJE_CONFIG_H
#define BJE_CONFIG_H

#define JPEG_MCU_YBLOCKS 2
        
#define JPEG_USE_HUFFMAN_TABLE
#define JPEG_USE_REPORT_CODE

#endif // BJE_CONFIG_H