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

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

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

revision 544, Thu Sep 26 04:52:16 2002 UTC revision 587, Wed Oct 9 22:51:42 2002 UTC
# Line 29  Line 29 
29   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
30   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
31   *   *
32   * $Id: mbtransquant.c,v 1.14 2002-09-26 04:52:16 h Exp $   * $Id: mbtransquant.c,v 1.16 2002-10-09 22:51:42 edgomez Exp $
33   *   *
34   ****************************************************************************/   ****************************************************************************/
35    
# Line 364  Line 364 
364  MBQuantIntra(const MBParam * pParam,  MBQuantIntra(const MBParam * pParam,
365                           FRAMEINFO * frame,                           FRAMEINFO * frame,
366                           MACROBLOCK *pMB,                           MACROBLOCK *pMB,
367                       int16_t qcoeff[6 * 64],                           int16_t data[6 * 64],
368                           int16_t data[6*64])                       int16_t qcoeff[6 * 64])
369  {  {
370          int i;          int i;
371          int iQuant = frame->quant;          int iQuant = frame->quant;

Legend:
Removed from v.544  
changed lines
  Added in v.587

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