[svn] / branches / dev-api-3 / xvidcore / src / motion / motion_est.h Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/motion/motion_est.h

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

revision 530, Mon Sep 23 20:36:02 2002 UTC revision 574, Wed Oct 2 10:16:36 2002 UTC
# Line 26  Line 26 
26   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
27   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
28   *   *
29   *  $Id: motion_est.h,v 1.1.2.1 2002-09-23 20:36:02 chl Exp $   *  $Id: motion_est.h,v 1.1.2.3 2002-10-02 10:16:36 syskin Exp $
30   *   *
31   ***************************************************************************/   ***************************************************************************/
32    
# 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.530  
changed lines
  Added in v.574

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