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

Diff of /xvidcore/src/decoder.c

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

revision 1.48, Mon Feb 17 23:33:12 2003 UTC revision 1.49.4.1, Sat May 3 23:23:38 2003 UTC
# Line 57  Line 57 
57  #include "image/image.h"  #include "image/image.h"
58  #include "image/colorspace.h"  #include "image/colorspace.h"
59  #include "utils/mem_align.h"  #include "utils/mem_align.h"
60    #include "image/postprocessing.h"
61    
62  int  int
63  decoder_resize(DECODER * dec)  decoder_resize(DECODER * dec)
# Line 1723  Line 1724 
1724          {          {
1725                  /* note: image is stored to tmp */                  /* note: image is stored to tmp */
1726                  image_copy(&dec->tmp, img, dec->edged_width, dec->height);                  image_copy(&dec->tmp, img, dec->edged_width, dec->height);
1727                  image_deblock_rrv(&dec->tmp, dec->edged_width,                  image_deblock(&dec->tmp, dec->edged_width,
1728                                                  mbs, dec->mb_width, dec->mb_height, dec->mb_width,                                                  mbs, dec->mb_width, dec->mb_height, dec->mb_width,
1729                                                  8, frame->general);                                            frame->general);
1730                  img = &dec->tmp;                  img = &dec->tmp;
1731          }          }
1732    
# Line 1748  Line 1749 
1749          uint32_t fcode_backward;          uint32_t fcode_backward;
1750          uint32_t intra_dc_threshold;          uint32_t intra_dc_threshold;
1751          WARPPOINTS gmc_warp;          WARPPOINTS gmc_warp;
1752          uint32_t vop_type;          int vop_type;
1753          int success = 0;          int success = 0;
1754          int output = 0;          int output = 0;
1755          int seen_something = 0;          int seen_something = 0;

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49.4.1

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