--- branches/dev-api-3/xvidcore/src/motion/motion_comp.c 2002/09/23 20:36:02 530 +++ branches/dev-api-3/xvidcore/src/motion/motion_comp.c 2002/09/25 21:28:48 539 @@ -53,9 +53,6 @@ const uint32_t edged_width, const uint32_t rounding) { - static const uint32_t roundtab[16] = - { 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2 }; - if (mb->mode == MODE_NOT_CODED) { transfer8x8_copy(cur->y + 16 * (i + j * edged_width), ref->y + 16 * (i + j * edged_width),