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

Diff of /xvidcore/src/encoder.c

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

revision 1.76.2.30, Fri Dec 13 11:54:17 2002 UTC revision 1.76.2.31, Sat Dec 14 06:07:02 2002 UTC
# Line 1608  Line 1608 
1608          if ((pEnc->current->global_flags & XVID_REDUCED))          if ((pEnc->current->global_flags & XVID_REDUCED))
1609          {          {
1610                  image_deblock_rrv(&pEnc->current->image, pEnc->mbParam.edged_width,                  image_deblock_rrv(&pEnc->current->image, pEnc->mbParam.edged_width,
1611                          pEnc->current->mbs, mb_width, mb_height, pEnc->mbParam.mb_width);                          pEnc->current->mbs, mb_width, mb_height, pEnc->mbParam.mb_width,
1612                            16, XVID_DEC_DEBLOCKY|XVID_DEC_DEBLOCKUV);
1613          }          }
1614          emms();          emms();
1615    
# Line 1848  Line 1849 
1849          if ((pEnc->current->global_flags & XVID_REDUCED))          if ((pEnc->current->global_flags & XVID_REDUCED))
1850          {          {
1851                  image_deblock_rrv(&pEnc->current->image, pEnc->mbParam.edged_width,                  image_deblock_rrv(&pEnc->current->image, pEnc->mbParam.edged_width,
1852                          pEnc->current->mbs, mb_width, mb_height, pEnc->mbParam.mb_width);                          pEnc->current->mbs, mb_width, mb_height, pEnc->mbParam.mb_width,
1853                            16, XVID_DEC_DEBLOCKY|XVID_DEC_DEBLOCKUV);
1854          }          }
1855    
1856          emms();          emms();

Legend:
Removed from v.1.76.2.30  
changed lines
  Added in v.1.76.2.31

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