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

Diff of /xvidcore/src/motion/motion_comp.c

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

revision 1.11.2.2, Mon Sep 23 20:36:02 2002 UTC revision 1.11.2.3, Wed Sep 25 21:28:25 2002 UTC
# Line 53  Line 53 
53                                           const uint32_t edged_width,                                           const uint32_t edged_width,
54                                           const uint32_t rounding)                                           const uint32_t rounding)
55  {  {
         static const uint32_t roundtab[16] =  
                 { 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2 };  
   
56          if (mb->mode == MODE_NOT_CODED) {          if (mb->mode == MODE_NOT_CODED) {
57                  transfer8x8_copy(cur->y + 16 * (i + j * edged_width),                  transfer8x8_copy(cur->y + 16 * (i + j * edged_width),
58                                                          ref->y + 16 * (i + j * edged_width),                                                          ref->y + 16 * (i + j * edged_width),

Legend:
Removed from v.1.11.2.2  
changed lines
  Added in v.1.11.2.3

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