1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
FFmpeg/libavcodec/ppc
Måns Rullgård 952e872198 Drop unused args from vector_fmul_add_add, simpify code, and rename
The src3 and step arguments to vector_fmul_add_add() are always zero
and one, respectively.  This removes these arguments from the function,
simplifies the code accordingly, and renames the function to better
match the new operation.

Originally committed as revision 20061 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-27 16:51:54 +00:00
..
check_altivec.c Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition. 2009-05-09 12:26:05 +00:00
dsputil_altivec.c PPC: remove unnecessary alignment on local variables 2009-08-24 21:42:22 +00:00
dsputil_altivec.h Delete unnecessary 'extern' keywords. 2008-12-03 15:23:30 +00:00
dsputil_ppc.c Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, 2009-07-29 09:54:49 +00:00
dsputil_ppc.h Change HAVE_PPC64 to ARCH_PPC64. 2009-05-26 05:00:51 +00:00
fdct_altivec.c Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. 2009-04-12 21:45:26 +00:00
fft_altivec.c Move per-arch fft init bits into the corresponding subdirs 2009-09-15 21:14:14 +00:00
float_altivec.c Drop unused args from vector_fmul_add_add, simpify code, and rename 2009-09-27 16:51:54 +00:00
gmc_altivec.c PPC: simplify loading some values into altivec registers 2009-08-24 10:36:13 +00:00
h264_altivec.c Altivec version of avg_no_rnd_vc1_chroma_mc8 2009-04-15 06:23:40 +00:00
h264_template_altivec.c Altivec version of avg_no_rnd_vc1_chroma_mc8 2009-04-15 06:23:40 +00:00
idct_altivec.c Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. 2009-04-12 21:45:26 +00:00
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 Cleanup _t types in libavcodec/ppc 2008-12-27 11:21:28 +00:00
util_altivec.h Use full internal pathname in doxygen @file directives. 2009-02-01 02:00:19 +00:00
vc1dsp_altivec.c Remove unnecessary gcc_fixes.h #include. 2009-04-09 11:54:13 +00:00
vp3dsp_altivec.c Altivec VP3 IDCT 2009-05-25 22:19:35 +00:00