1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00
FFmpeg/libavcodec/ppc
Måns Rullgård b662e8395b PPC: simplify loading some values into altivec registers
Instead of filling a local array with the desired value and loading it,
load a single element and vec_splat() it to fill the vector.

Originally committed as revision 19691 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-08-24 10:36:13 +00:00
..
check_altivec.c
dsputil_altivec.c
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
mathops.h Include required headers in {mips,ppc}/mathops.h 2009-08-23 11:02:41 +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