[svn] / branches / dev-api-3 / xvidcore / src / motion / motion_comp.c Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/motion/motion_comp.c

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

revision 530, Mon Sep 23 20:36:02 2002 UTC revision 539, Wed Sep 25 21:28:48 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.530  
changed lines
  Added in v.539

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