[FFmpeg-cvslog] ppc: util_altivec: Drop unused macros

Diego Biurrun git at videolan.org
Wed May 28 14:53:01 CEST 2014


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed May 28 03:11:24 2014 -0700| [593886b5dd2b583657aa3fd80bb173f702c9710d] | committer: Diego Biurrun

ppc: util_altivec: Drop unused macros

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=593886b5dd2b583657aa3fd80bb173f702c9710d
---

 libavutil/ppc/util_altivec.h |   11 -----------
 1 file changed, 11 deletions(-)

diff --git a/libavutil/ppc/util_altivec.h b/libavutil/ppc/util_altivec.h
index f2e0b13..4b94b04 100644
--- a/libavutil/ppc/util_altivec.h
+++ b/libavutil/ppc/util_altivec.h
@@ -48,17 +48,6 @@
 #define WORD_s3 0x1c,0x1d,0x1e,0x1f
 
 #define vcprm(a,b,c,d) (const vector unsigned char){WORD_ ## a, WORD_ ## b, WORD_ ## c, WORD_ ## d}
-#define vcii(a,b,c,d) (const vector float){FLOAT_ ## a, FLOAT_ ## b, FLOAT_ ## c, FLOAT_ ## d}
-
-// vcprmle is used to keep the same index as in the SSE version.
-// it's the same as vcprm, with the index inversed
-// ('le' is Little Endian)
-#define vcprmle(a,b,c,d) vcprm(d,c,b,a)
-
-// used to build inverse/identity vectors (vcii)
-// n is _n_egative, p is _p_ositive
-#define FLOAT_n -1.
-#define FLOAT_p 1.
 
 
 // Transpose 8x8 matrix of 16-bit elements (in-place)



More information about the ffmpeg-cvslog mailing list