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-22
Revision:
0:417b7ae90eff
Child:
1:bfbc18000cca

File content as of revision 0:417b7ae90eff:

#ifndef BJE_CONFIG_H
#define BJE_CONFIG_H

#define JPEG_MCU_YBLOCKS 2
#define JPEG_USE_HUFFMAN_TABLE

#endif // BJE_CONFIG_H