- #ifndef _ENC_IO_H
- #define _ENC_IO_H
- /* output - write 1 word of encoded stream */
- void output(unsigned short x);
- /* get_mb - get 1 macro block
- * mb - buffer to place macroblock
- * v_offset - macroblock colomn
- * v_offset - macroblock row
- */
- int get_mb(short mb[6][8][8],int h_offset,int v_offset);
- #endif