aboutsummaryrefslogtreecommitdiff
path: root/pix_2pdp.h
diff options
context:
space:
mode:
authorJamie Tittle <tigital@users.sourceforge.net>2006-03-22 20:34:16 +0000
committerJamie Tittle <tigital@users.sourceforge.net>2006-03-22 20:34:16 +0000
commit8bfcae867806d685cbf402eaa785d539e23e893e (patch)
treecc3ba5372fc8842434950505166af17d9522d137 /pix_2pdp.h
parentd4854a85d2a2084d8816b8e59fec7dc62938e4ab (diff)
moved altivec code to GemPixConvert.h/cpp
svn path=/trunk/externals/gem2pdp/; revision=4749
Diffstat (limited to 'pix_2pdp.h')
-rwxr-xr-xpix_2pdp.h8
1 files changed, 2 insertions, 6 deletions
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 <grh@mur.at>
+ * Copyright (c) 2005-06 Georg Holzmann <grh@mur.at>
*
*/
@@ -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;