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

Diff of /branches/dev-api-4/xvidcore/src/quant/quant.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 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: quant.h,v 1.1.2.2 2003-10-09 18:50:22 edgomez Exp $   * $Id: quant.h,v 1.1.2.3 2003-11-30 16:13:16 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 35  Line 35 
35  typedef uint32_t (quant_intraFunc) (int16_t * coeff,  typedef uint32_t (quant_intraFunc) (int16_t * coeff,
36                                                                          const int16_t * data,                                                                          const int16_t * data,
37                                                                          const uint32_t quant,                                                                          const uint32_t quant,
38                                                                          const uint32_t dcscalar);                                                                          const uint32_t dcscalar,
39                                                                            const uint16_t * mpeg_quant_matrices);
40    
41  typedef quant_intraFunc *quant_intraFuncPtr;  typedef quant_intraFunc *quant_intraFuncPtr;
42    
# Line 90  Line 91 
91    
92  typedef uint32_t (quant_interFunc) (int16_t * coeff,  typedef uint32_t (quant_interFunc) (int16_t * coeff,
93                                                                          const int16_t * data,                                                                          const int16_t * data,
94                                                                          const uint32_t quant);                                                                          const uint32_t quant,
95                                                                            const uint16_t * mpeg_quant_matrices);
96    
97  typedef quant_interFunc *quant_interFuncPtr;  typedef quant_interFunc *quant_interFuncPtr;
98    

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