1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-25 21:51:29 +02:00
ffmpeg/libavcodec/ppc
Justin Ruggles 015f9f1ad3 Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 6eabb0d3ad)
2011-01-23 19:32:08 +01:00
..
asm.S PPC: add some asm support macros 2010-07-04 18:33:40 +00:00
dsputil_altivec.c Remove PPC perf counter support 2010-06-26 22:23:35 +00:00
dsputil_altivec.h Merge has_altivec() function into mm_support(), remove it and use 2010-09-08 10:02:40 +00:00
dsputil_ppc.c Move mm_support() from libavcodec to libavutil, make it a public 2010-09-08 15:07:14 +00:00
fdct_altivec.c Remove PPC perf counter support 2010-06-26 22:23:35 +00:00
fft_altivec_s.S more credits to D. J. Bernstein for fft 2010-07-18 20:06:42 +00:00
fft_altivec.c PPC: convert Altivec FFT to pure assembler 2010-07-04 18:33:47 +00:00
float_altivec.c Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. 2011-01-23 19:32:08 +01:00
gmc_altivec.c Remove PPC perf counter support 2010-06-26 22:23:35 +00:00
h264_altivec.c Move mm_support() from libavcodec to libavutil, make it a public 2010-09-08 15:07:14 +00:00
h264_template_altivec.c Remove PPC perf counter support 2010-06-26 22:23:35 +00:00
idct_altivec.c Remove PPC perf counter support 2010-06-26 22:23:35 +00:00
int_altivec.c Add const to some pointer parameters. 2010-06-27 15:11:38 +00:00
Makefile Move mm_support() from libavcodec to libavutil, make it a public 2010-09-08 15:07:14 +00:00
mathops.h Add necessary #include for config.h. 2009-08-24 10:59:14 +00:00
mpegaudiodec_altivec.c Altivec-optimized mp{1,2,3} windowing 2010-07-01 21:04:12 +00:00
mpegvideo_altivec.c Move mm_support() from libavcodec to libavutil, make it a public 2010-09-08 15:07:14 +00:00
regs.h Check whether IBM or Apple PPC assembler syntax is used 2010-07-01 23:21:27 +00:00
types_altivec.h PPC: Altivec split-radix FFT 2010-07-01 23:21:39 +00:00
util_altivec.h Altivec: Add helper function to load from a constant misalignment 2010-06-29 06:42:12 +00:00
vc1dsp_altivec.c PPC: move prototypes to headers and make some functions static 2010-03-06 22:37:14 +00:00
vp3dsp_altivec.c PPC: move prototypes to headers and make some functions static 2010-03-06 22:37:14 +00:00
vp8dsp_altivec.c Move mm_support() from libavcodec to libavutil, make it a public 2010-09-08 15:07:14 +00:00