mirror of https://git.ffmpeg.org/ffmpeg.git
a46b84d120
On PPC a leaf function has a 288-byte red zone below the stack pointer, sparing these functions the chore of setting up a full stack frame. When a function call is disguised within an inline asm block, the compiler might not adjust the stack pointer as required before a function call, resulting in the red zone being clobbered. Moving the entire function to pure asm avoids this problem and also results in somewhat better code. Originally committed as revision 24044 to svn://svn.ffmpeg.org/ffmpeg/trunk |
||
---|---|---|
.. | ||
Makefile | ||
asm.S | ||
check_altivec.c | ||
dsputil_altivec.c | ||
dsputil_altivec.h | ||
dsputil_ppc.c | ||
fdct_altivec.c | ||
fft_altivec.c | ||
fft_altivec_s.S | ||
float_altivec.c | ||
gmc_altivec.c | ||
h264_altivec.c | ||
h264_template_altivec.c | ||
idct_altivec.c | ||
int_altivec.c | ||
mathops.h | ||
mpegaudiodec_altivec.c | ||
mpegvideo_altivec.c | ||
regs.h | ||
types_altivec.h | ||
util_altivec.h | ||
vc1dsp_altivec.c | ||
vp3dsp_altivec.c | ||
vp8dsp_altivec.c |