[cvs] / xvidcore / src / utils / mbfunctions.h Repository:
ViewVC logotype

Diff of /xvidcore/src/utils/mbfunctions.h

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

revision 1.12, Thu Sep 5 22:44:00 2002 UTC revision 1.14, Sat Oct 19 11:41:11 2002 UTC
# Line 3  Line 3 
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - Motion estimation fuctions header file -   *  - Motion estimation fuctions header file -
5   *   *
6   *  Copyright(C) 2002 Michael Militzer   *  Copyright(C) 2002 Michael Militzer <isibaar@xvid.org>
7   *   *
8   *  This program is an implementation of a part of one or more MPEG-4   *  This program is an implementation of a part of one or more MPEG-4
9   *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending   *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending
# Line 152  Line 152 
152  void MBQuantIntra(const MBParam * pParam,  void MBQuantIntra(const MBParam * pParam,
153                                    FRAMEINFO * frame,                                    FRAMEINFO * frame,
154                                    MACROBLOCK *pMB,                                    MACROBLOCK *pMB,
155                                    int16_t qcoeff[6 * 64],                                    int16_t data[6*64],
156                                    int16_t data[6*64]);                                    int16_t qcoeff[6 * 64]);
157    
158  void MBDeQuantIntra(const MBParam * pParam,  void MBDeQuantIntra(const MBParam * pParam,
159                                          const int iQuant,                                          const int iQuant,

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.14

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