mp4_mblock.h
Upload User: hxb_1234
Upload Date: 2010-03-30
Package Size: 8328k
Code Size: 0k
Development Platform:

Visual C++

  1. #ifndef _MP4_MBLOCK_H_
  2. #define _MP4_MBLOCK_H_
  3. /*** *** ***/
  4. typedef struct {
  5.   int val, len;
  6. } VLCtabMb;
  7. /*** *** ***/
  8. static int DQtab[4] = {
  9. -1, -2, 1, 2
  10. };
  11. #endif // _MP4_MBLOCK_H_
  12. /*** *** ***/
  13. extern int macroblock();
  14. extern int block();
  15. extern int blockIntra();
  16. extern int blockInter();