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:
2013-02-02
Revision:
6:d7ee458cacd1
Parent:
3:a7547692071d

File content as of revision 6:d7ee458cacd1:

#ifndef BJE_CONFIG_H
#define BJE_CONFIG_H

#define JPEG_MCU_YBLOCK 2
        
#define JPEG_USE_HUFFMAN_TABLE
#define JPEG_USE_REPORT_CODE

#endif // BJE_CONFIG_H