enc_io.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:0k
源码类别:

DVD

开发平台:

Others

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