[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 720, Sat Dec 14 09:35:11 2002 UTC revision 721, Sat Dec 14 09:39:42 2002 UTC
# Line 217  Line 217 
217                  /* uv-block-based compensation */                  /* uv-block-based compensation */
218                  if (reduced_resolution)                  if (reduced_resolution)
219                  {                  {
220                          const stride = edged_width/2;                          const int stride = edged_width/2;
221                          uint8_t * current, * reference;                          uint8_t * current, * reference;
222    
223                          current = cur->u + 16*j*stride + 16*i;                          current = cur->u + 16*j*stride + 16*i;
# Line 297  Line 297 
297                  /* uv-block-based compensation */                  /* uv-block-based compensation */
298                  if (reduced_resolution)                  if (reduced_resolution)
299                  {                  {
300                          const stride = edged_width/2;                          const int stride = edged_width/2;
301                          uint8_t * current, * reference;                          uint8_t * current, * reference;
302    
303                          current = cur->u + 16*j*stride + 16*i;                          current = cur->u + 16*j*stride + 16*i;

Legend:
Removed from v.720  
changed lines
  Added in v.721

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