[cvs] / xvidcore / src / motion / motion_est.h Repository:
ViewVC logotype

Diff of /xvidcore/src/motion/motion_est.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1, Mon Sep 23 20:36:02 2002 UTC revision 1.1.2.3, Wed Oct 2 10:16:36 2002 UTC
# Line 95  Line 95 
95          10, 11, 11, 11, 11, 11, 11, 12, 12          10, 11, 11, 11, 11, 11, 11, 12, 12
96  };  };
97    
98    static const int DQtab[4] = {
99            -1, -2, 1, 2
100    };
101    
102    
103  typedef struct  typedef struct
104          {          {
105  // general fields  // general fields
# Line 179  Line 184 
184                          const MBParam * const pParam,                          const MBParam * const pParam,
185                          MACROBLOCK * const pMB,                          MACROBLOCK * const pMB,
186                          const MACROBLOCK * const pMBs,                          const MACROBLOCK * const pMBs,
187                          const int block);                          const int block,
188                            SearchData * const Data);
189    
190  bool  bool
191  MotionEstimation(MBParam * const pParam,  MotionEstimation(MBParam * const pParam,
# Line 200  Line 206 
206                  const int y,                  const int y,
207                  const uint32_t MotionFlags,                  const uint32_t MotionFlags,
208                  const uint32_t iQuant,                  const uint32_t iQuant,
209                  const uint32_t iFcode,                  SearchData * const Data,
210                  const MBParam * const pParam,                  const MBParam * const pParam,
211                  const MACROBLOCK * const pMBs,                  const MACROBLOCK * const pMBs,
212                  const MACROBLOCK * const prevMBs,                  const MACROBLOCK * const prevMBs,

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.3

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4