diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-04-20 17:05:12 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-04-20 17:05:12 +0000 |
commit | c4a171482630978700c52e988801c950a7a92e30 (patch) | |
tree | 7745f70783af03358bf677af1cf68746d41c2753 /libavcodec/ppc/dsputil_ppc.h | |
parent | 7c4f71c428327c57247cb2d2c55fcda6c878e24a (diff) | |
download | ffmpeg-c4a171482630978700c52e988801c950a7a92e30.tar.gz |
hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau at irisa dot fr>)
Originally committed as revision 3036 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/dsputil_ppc.h')
-rw-r--r-- | libavcodec/ppc/dsputil_ppc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/ppc/dsputil_ppc.h b/libavcodec/ppc/dsputil_ppc.h index d672edfcb6..3be44fff8c 100644 --- a/libavcodec/ppc/dsputil_ppc.h +++ b/libavcodec/ppc/dsputil_ppc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003 Romain Dolbeau <romain@dolbeau.org> + * Copyright (c) 2003-2004 Romain Dolbeau <romain@dolbeau.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -50,6 +50,7 @@ enum powerpc_perf_index { altivec_put_no_rnd_pixels8_xy2_num, altivec_put_pixels16_xy2_num, altivec_put_no_rnd_pixels16_xy2_num, + altivec_hadamard8_diff8x8_num, powerpc_clear_blocks_dcbz32, powerpc_clear_blocks_dcbz128, powerpc_perf_total |