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

Diff of /trunk/xvidcore/src/encoder.c

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

revision 413, Thu Sep 5 19:34:35 2002 UTC revision 455, Sun Sep 8 16:38:03 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: encoder.c,v 1.80 2002-09-05 19:34:35 edgomez Exp $   * $Id: encoder.c,v 1.82 2002-09-08 16:38:03 edgomez Exp $
32   *   *
33   ****************************************************************************/   ****************************************************************************/
34    
# Line 889  Line 889 
889          DECLARE_ALIGNED_MATRIX(qcoeff, 6, 64, int16_t, CACHE_LINE);          DECLARE_ALIGNED_MATRIX(qcoeff, 6, 64, int16_t, CACHE_LINE);
890    
891          int iLimit;          int iLimit;
892          int x, y, k;          int x, y;
893          int iSearchRange;          int iSearchRange;
894          int bIntra;          int bIntra;
895    
# Line 1000  Line 1000 
1000                                  CodeIntraMB(pEnc, pMB);                                  CodeIntraMB(pEnc, pMB);
1001                                  MBTransQuantIntra(&pEnc->mbParam, pEnc->current, pMB, x, y,                                  MBTransQuantIntra(&pEnc->mbParam, pEnc->current, pMB, x, y,
1002                                                                    dct_codes, qcoeff);                                                                    dct_codes, qcoeff);
                         }  
1003    
1004                          start_timer();                          start_timer();
1005                          MBPrediction(pEnc->current, x, y, pEnc->mbParam.mb_width, qcoeff);                          MBPrediction(pEnc->current, x, y, pEnc->mbParam.mb_width, qcoeff);
1006                          stop_prediction_timer();                          stop_prediction_timer();
1007                            }
1008    
1009                          if (pMB->mode == MODE_INTRA || pMB->mode == MODE_INTRA_Q) {                          if (pMB->mode == MODE_INTRA || pMB->mode == MODE_INTRA_Q) {
1010                                  pEnc->sStat.kblks++;                                  pEnc->sStat.kblks++;

Legend:
Removed from v.413  
changed lines
  Added in v.455

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