[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.13, Sat Sep 21 03:07:56 2002 UTC revision 1.17, Wed Oct 16 20:58:22 2002 UTC
# 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;
# Line 598  Line 598 
598                  }                  }
599          }          }
600    
601          if (frame > field) {          if (frame > (field + 350)) {
602                  MBFrameToField(data);                  MBFrameToField(data);
603          }          }
604    
605          return (frame > field);          return (frame > (field + 350));
606  }  }
607    
608    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.17

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