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

Diff of /branches/dev-api-4/xvidcore/src/motion/estimation.h

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

revision 1160, Tue Sep 30 18:20:31 2003 UTC revision 1167, Fri Oct 3 14:23:00 2003 UTC
# Line 21  Line 21 
21   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: estimation.h,v 1.1.2.2 2003-09-30 18:20:31 edgomez Exp $   * $Id: estimation.h,v 1.1.2.4 2003-10-03 14:23:00 syskin Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 77  Line 77 
77          VECTOR predMV;          VECTOR predMV;
78          VECTOR * currentMV;          VECTOR * currentMV;
79          VECTOR * currentQMV;          VECTOR * currentQMV;
         VECTOR * currentMV2;  
80          VECTOR * currentQMV2;          VECTOR * currentQMV2;
81          int32_t * iMinSAD;          int32_t * iMinSAD;
82          int32_t * iMinSAD2;          int32_t * iMinSAD2;
# Line 111  Line 110 
110          uint32_t iQuant;          uint32_t iQuant;
111          uint32_t quant_type;          uint32_t quant_type;
112          int * cbp;          int * cbp;
113            const uint16_t * scan_table;
114    
115  } SearchData;  } SearchData;
116    

Legend:
Removed from v.1160  
changed lines
  Added in v.1167

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