From 8bfcae867806d685cbf402eaa785d539e23e893e Mon Sep 17 00:00:00 2001 From: Jamie Tittle Date: Wed, 22 Mar 2006 20:34:16 +0000 Subject: moved altivec code to GemPixConvert.h/cpp svn path=/trunk/externals/gem2pdp/; revision=4749 --- pix_2pdp.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'pix_2pdp.h') diff --git a/pix_2pdp.h b/pix_2pdp.h index bda7a8f..8a85dfe 100755 --- a/pix_2pdp.h +++ b/pix_2pdp.h @@ -6,7 +6,7 @@ * Based on code of gem2pdp by Yves Degoyon * Many thanks to IOhannes M Zmölnig * - * Copyright (c) 2005 Georg Holzmann + * Copyright (c) 2005-06 Georg Holzmann * */ @@ -14,6 +14,7 @@ #define INCLUDE_PIX2PDP_H_ #include "Base/GemPixObj.h" + #include "pdp-light.h" class GEM_EXTERN pix_2pdp : public GemPixObj @@ -35,11 +36,6 @@ class GEM_EXTERN pix_2pdp : public GemPixObj // pdp processing virtual void bangMess(void); - - // altivec processing -#ifdef __VEC__ - virtual void YUV422_to_YV12_altivec(short*pY, short*pY2, short*pU, short*pV, size_t psize); -#endif // the pixBlock with the current image unsigned char *gem_image; -- cgit v1.2.1