[cvs] / xvidcore / src / utils / mbtransquant.c Repository:
ViewVC logotype

Diff of /xvidcore/src/utils/mbtransquant.c

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

revision 1.14, Thu Sep 26 04:52:16 2002 UTC revision 1.18, Sat Oct 19 12:20:33 2002 UTC
# Line 3  Line 3 
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - MacroBlock transfer and quantization -   *  - MacroBlock transfer and quantization -
5   *   *
6   *  Copyright(C) 2002-2001 Michael Militzer <isibaar@xvid.org>   *  Copyright(C) 2002-2001 Christoph Lampert <gruel@web.de>
7     *               2002-2001 Michael Militzer <isibaar@xvid.org>
8   *               2002-2001 Peter Ross <pross@xvid.org>   *               2002-2001 Peter Ross <pross@xvid.org>
9     *               2002      Daniel Smith <danielsmith@astroboymail.com>
10   *   *
11   *  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
12   *  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 364  Line 366 
366  MBQuantIntra(const MBParam * pParam,  MBQuantIntra(const MBParam * pParam,
367                           FRAMEINFO * frame,                           FRAMEINFO * frame,
368                           MACROBLOCK *pMB,                           MACROBLOCK *pMB,
369                       int16_t qcoeff[6 * 64],                           int16_t data[6 * 64],
370                           int16_t data[6*64])                       int16_t qcoeff[6 * 64])
371  {  {
372          int i;          int i;
373          int iQuant = frame->quant;          int iQuant = frame->quant;
# Line 598  Line 600 
600                  }                  }
601          }          }
602    
603          if (frame > field) {          if (frame > (field + 350)) {
604                  MBFrameToField(data);                  MBFrameToField(data);
605          }          }
606    

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

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