# HG changeset patch # User tmmm # Date 1056075745 0 # Node ID 7979b98470c868efdec8591abaf30e8969870ff3 # Parent 449f6e32b42513d72ae9f6b37a94605425c954cf 4, not 2 diff -r 449f6e32b425 -r 7979b98470c8 dsputil.h --- a/dsputil.h Thu Jun 19 01:44:44 2003 +0000 +++ b/dsputil.h Fri Jun 20 02:22:25 2003 +0000 @@ -162,7 +162,7 @@ /** * Halfpel motion compensation with rounding (a+b+1)>>1. - * This is an array[2][4] of motion compensation functions for 2 + * This is an array[4][4] of motion compensation functions for 4 * horizontal blocksizes (2,4,8,16) and the 4 halfpel positions
* *pixels_tab[ 0->16xH 1->8xH ][ xhalfpel + 2*yhalfpel ] * @param block destination into which the result is averaged (a+b+1)>>1