[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 628, Mon Nov 4 10:58:24 2002 UTC revision 663, Wed Nov 20 15:29:07 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.7 2002-11-04 10:58:24 syskin Exp $   *  $Id: motion_est.h,v 1.1.2.8 2002-11-20 15:29:07 syskin Exp $
30   *   *
31   ***************************************************************************/   ***************************************************************************/
32    
# Line 107  Line 107 
107                  int max_dx, min_dx, max_dy, min_dy;                  int max_dx, min_dx, max_dy, min_dy;
108                  uint32_t rounding;                  uint32_t rounding;
109                  VECTOR predMV;                  VECTOR predMV;
                 VECTOR predQMV;  
110                  VECTOR *currentMV;                  VECTOR *currentMV;
111                  VECTOR *currentQMV;                  VECTOR *currentQMV;
112                  int32_t *iMinSAD;                  int32_t *iMinSAD;
# Line 126  Line 125 
125                  uint32_t iEdgedWidth;                  uint32_t iEdgedWidth;
126                  uint32_t iFcode;                  uint32_t iFcode;
127                  int * temp;                  int * temp;
128                  int qpel;                  int qpel, qpel_precision;
129                  int chroma;                  int chroma;
130  //fields for interpolate and direct mode  //fields for interpolate and direct mode
131                  const uint8_t *bRef;                  const uint8_t *bRef;

Legend:
Removed from v.628  
changed lines
  Added in v.663

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