[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 1229, Sun Nov 30 09:45:52 2003 UTC revision 1230, Sun Nov 30 16:13:16 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.5 2003-11-19 12:24:25 syskin Exp $   * $Id: estimation.h,v 1.1.2.6 2003-11-30 16:13:16 edgomez Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 116  Line 116 
116          uint32_t quant_type;            /* current quant type */          uint32_t quant_type;            /* current quant type */
117          unsigned int cbp[2];                                    /* CBP of the best vector found so far + cbp for inter4v search */          unsigned int cbp[2];                                    /* CBP of the best vector found so far + cbp for inter4v search */
118          const uint16_t * scan_table; /* current scan table */          const uint16_t * scan_table; /* current scan table */
119            const uint16_t * mpeg_quant_matrices;                   /* current MPEG quantization matrices */
120    
121  } SearchData;  } SearchData;
122    

Legend:
Removed from v.1229  
changed lines
  Added in v.1230

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