From 35e5fb067e0099fde6c3429131f11433eb92f22b Mon Sep 17 00:00:00 2001 From: Romain Dolbeau Date: Sun, 19 Jan 2003 19:00:45 +0000 Subject: PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau ) Originally committed as revision 1476 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ppc/gmc_altivec.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libavcodec/ppc/gmc_altivec.c') diff --git a/libavcodec/ppc/gmc_altivec.c b/libavcodec/ppc/gmc_altivec.c index c2d908d039..810a237fe7 100644 --- a/libavcodec/ppc/gmc_altivec.c +++ b/libavcodec/ppc/gmc_altivec.c @@ -28,7 +28,7 @@ */ void gmc1_altivec(UINT8 *dst /* align 8 */, UINT8 *src /* align1 */, int stride, int h, int x16, int y16, int rounder) { -ALTIVEC_TBL_DECLARE(altivec_gmc1_num, h == 8); +POWERPC_TBL_DECLARE(altivec_gmc1_num, h == 8); #ifdef ALTIVEC_USE_REFERENCE_C_CODE const int A=(16-x16)*(16-y16); const int B=( x16)*(16-y16); @@ -36,7 +36,7 @@ ALTIVEC_TBL_DECLARE(altivec_gmc1_num, h == 8); const int D=( x16)*( y16); int i; -ALTIVEC_TBL_START_COUNT(altivec_gmc1_num, h == 8); +POWERPC_TBL_START_COUNT(altivec_gmc1_num, h == 8); for(i=0; i