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

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

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

revision 429, Thu Sep 5 22:44:00 2002 UTC revision 583, Mon Oct 7 08:11:06 2002 UTC
# Line 28  Line 28 
28   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
29   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
30   *   *
31   * $Id: mbfunctions.h,v 1.12 2002-09-05 22:44:00 edgomez Exp $   * $Id: mbfunctions.h,v 1.13 2002-10-07 08:11:06 chl Exp $
32   *   *
33   ****************************************************************************/   ****************************************************************************/
34    
# 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.429  
changed lines
  Added in v.583

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