[FFmpeg-cvslog] r11190 - trunk/libavcodec/ppc/vc1dsp_altivec.c
Luca Barbato
lu_zero
Wed Dec 12 15:53:50 CET 2007
kostya wrote:
> Author: kostya
> Date: Sat Dec 8 12:45:42 2007
> New Revision: 11190
>
> Log:
> Update Altivec variant of vc1_inv_trans_8x4
>
> +#define ADD(dest,src,perm) \
> + /* *(uint64_t *)&tmp = *(uint64_t *)dest; */ \
> + tmp = vec_ld (0, dest); \
> + tmp2 = (vector unsigned int)vec_perm (tmp, vec_splat_u8(0), perm); \
^^^^^^^^^^^^^^^^^^^
shouldn't be vector signed short?
lu
--
Luca Barbato
Gentoo Council Member
Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero
More information about the ffmpeg-cvslog
mailing list