A simple video codec.
#ifndef DECODE_H #define DECODE_H int get_dct_block ( bitFileIO *inputs, int Yi[] ); int get_ybrblocks( bitFileIO *inputs, YCbCr_MACRO *ycbcr_macro ); int decode_ybrFrame ( bitFileIO *inputs, char *image, short width, short height ); #endif