ffmpeg/libavcodec/ppc
Måns Rullgård afe08a728a PPC: remove unnecessary alignment on local variables
Storing a single element from a vector where all elements have the same
value does not require an aligned destination.  Which element is stored
depends on the alignment of the destination address, but since they all
have the same value, the result is the same regardless of the alignment.

Originally committed as revision 19696 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-08-24 21:42:22 +00:00
..
check_altivec.c
dsputil_altivec.c PPC: remove unnecessary alignment on local variables 2009-08-24 21:42:22 +00:00
dsputil_altivec.h
dsputil_ppc.c
dsputil_ppc.h
fdct_altivec.c
fft_altivec.c
float_altivec.c
gmc_altivec.c PPC: simplify loading some values into altivec registers 2009-08-24 10:36:13 +00:00
h264_altivec.c
h264_template_altivec.c
idct_altivec.c
int_altivec.c PPC: remove unnecessary alignment on local variables 2009-08-24 21:42:22 +00:00
mathops.h Add necessary #include for config.h. 2009-08-24 10:59:14 +00:00
mpegvideo_altivec.c PPC: simplify loading some values into altivec registers 2009-08-24 10:36:13 +00:00
types_altivec.h
util_altivec.h
vc1dsp_altivec.c
vp3dsp_altivec.c