--- qpel.c 2003/08/23 15:11:23 1.1.4.2 +++ qpel.c 2004/03/22 22:36:23 1.2 @@ -19,7 +19,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: qpel.c,v 1.1.4.2 2003/08/23 15:11:23 edgomez Exp $ + * $Id: qpel.c,v 1.2 2004/03/22 22:36:23 edgomez Exp $ * ****************************************************************************/ @@ -217,7 +217,7 @@ * 17 tables, 2K each => 34K * Mirroring can be acheived composing 11 basic tables * (for instance: (23,19,-6,3)=(20,20,-6,3)+(3,-1,0,0) - * Using Symmetries (and bswap) could reduce further + * Using Symmetries (and bswap) could reduce further * the memory to 7 tables (->14K). */ int16_t xvid_FIR_1_0_0_0[256][4]; @@ -253,9 +253,9 @@ void xvid_Init_QP() { +#ifdef ARCH_IS_IA32 int i; -#ifdef ARCH_IS_IA32 for(i=0; i<256; ++i) { xvid_Expand_mmx[i][0] = i; xvid_Expand_mmx[i][1] = i;