# HG changeset patch # User michael # Date 1072980150 0 # Node ID 49e46374baa43e6a3a9944ba29a1b5fee12febb1 # Parent 5175116a97e8823712c0b47c9654dd37113c066d put_pixels width comment fix diff -r 5175116a97e8 -r 49e46374baa4 dsputil.h --- a/dsputil.h Thu Jan 01 16:56:04 2004 +0000 +++ b/dsputil.h Thu Jan 01 18:02:30 2004 +0000 @@ -156,7 +156,7 @@ /** * Halfpel motion compensation with rounding (a+b+1)>>1. * this is an array[4][4] of motion compensation funcions for 4 - * horizontal blocksizes (2,4,8,16) and the 4 halfpel positions
+ * horizontal blocksizes (8,16) and the 4 halfpel positions
* *pixels_tab[ 0->16xH 1->8xH ][ xhalfpel + 2*yhalfpel ] * @param block destination where the result is stored * @param pixels source @@ -168,7 +168,7 @@ /** * Halfpel motion compensation with rounding (a+b+1)>>1. * This is an array[4][4] of motion compensation functions for 4 - * horizontal blocksizes (2,4,8,16) and the 4 halfpel positions
+ * horizontal blocksizes (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 * @param pixels source