diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-13 23:59:56 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-13 23:59:56 +0100 |
commit | 1c788eaca9a0ad398d1b6ecc3797949ca84b42f9 (patch) | |
tree | 21283369abd6485bc016e4c0b5222e77507d20c4 /libavcodec/x86 | |
parent | be879af217e8d399412db093a4879b9f798671fa (diff) | |
parent | 831a1180785a786272cdcefb71566a770bfb879e (diff) | |
download | ffmpeg-1c788eaca9a0ad398d1b6ecc3797949ca84b42f9.tar.gz |
Merge commit '831a1180785a786272cdcefb71566a770bfb879e'
* commit '831a1180785a786272cdcefb71566a770bfb879e':
Update dsputil- and SIMD-related comments to match reality more closely
Conflicts:
libavcodec/x86/hpeldsp.asm
libavutil/arm/float_dsp_init_arm.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86')
-rw-r--r-- | libavcodec/x86/ac3dsp.asm | 2 | ||||
-rw-r--r-- | libavcodec/x86/ac3dsp_init.c | 2 | ||||
-rw-r--r-- | libavcodec/x86/deinterlace.asm | 2 | ||||
-rw-r--r-- | libavcodec/x86/fdct.c | 2 | ||||
-rw-r--r-- | libavcodec/x86/fpel.asm | 2 | ||||
-rw-r--r-- | libavcodec/x86/hpeldsp.asm | 2 | ||||
-rw-r--r-- | libavcodec/x86/hpeldsp_init.c | 2 | ||||
-rw-r--r-- | libavcodec/x86/hpeldsp_rnd_template.c | 2 | ||||
-rw-r--r-- | libavcodec/x86/lpc.c | 2 | ||||
-rw-r--r-- | libavcodec/x86/mpegaudiodsp.c | 2 | ||||
-rw-r--r-- | libavcodec/x86/qpel.asm | 2 | ||||
-rw-r--r-- | libavcodec/x86/rnd_template.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/libavcodec/x86/ac3dsp.asm b/libavcodec/x86/ac3dsp.asm index 89a64f50d4..5cc8392fe6 100644 --- a/libavcodec/x86/ac3dsp.asm +++ b/libavcodec/x86/ac3dsp.asm @@ -1,5 +1,5 @@ ;***************************************************************************** -;* x86-optimized AC-3 DSP utils +;* x86-optimized AC-3 DSP functions ;* Copyright (c) 2011 Justin Ruggles ;* ;* This file is part of FFmpeg. diff --git a/libavcodec/x86/ac3dsp_init.c b/libavcodec/x86/ac3dsp_init.c index 388fc0c696..6936ace87b 100644 --- a/libavcodec/x86/ac3dsp_init.c +++ b/libavcodec/x86/ac3dsp_init.c @@ -1,5 +1,5 @@ /* - * x86-optimized AC-3 DSP utils + * x86-optimized AC-3 DSP functions * Copyright (c) 2011 Justin Ruggles * * This file is part of FFmpeg. diff --git a/libavcodec/x86/deinterlace.asm b/libavcodec/x86/deinterlace.asm index 3812dbe601..baa9249db2 100644 --- a/libavcodec/x86/deinterlace.asm +++ b/libavcodec/x86/deinterlace.asm @@ -1,5 +1,5 @@ ;****************************************************************************** -;* MMX optimized deinterlacing functions +;* SIMD-optimized deinterlacing functions ;* Copyright (c) 2010 Vitor Sessak ;* Copyright (c) 2002 Michael Niedermayer ;* diff --git a/libavcodec/x86/fdct.c b/libavcodec/x86/fdct.c index 11a13bb704..f0cd471d36 100644 --- a/libavcodec/x86/fdct.c +++ b/libavcodec/x86/fdct.c @@ -1,5 +1,5 @@ /* - * MMX optimized forward DCT + * SIMD-optimized forward DCT * The gcc porting is Copyright (c) 2001 Fabrice Bellard. * cleanup/optimizations are Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * SSE2 optimization is Copyright (c) 2004 Denes Balatoni. diff --git a/libavcodec/x86/fpel.asm b/libavcodec/x86/fpel.asm index dc363d1a63..bfabcee5e3 100644 --- a/libavcodec/x86/fpel.asm +++ b/libavcodec/x86/fpel.asm @@ -1,5 +1,5 @@ ;****************************************************************************** -;* MMX optimized DSP utils +;* SIMD-optimized fullpel functions ;* Copyright (c) 2008 Loren Merritt ;* Copyright (c) 2003-2013 Michael Niedermayer ;* Copyright (c) 2013 Daniel Kang diff --git a/libavcodec/x86/hpeldsp.asm b/libavcodec/x86/hpeldsp.asm index 4eaba6eaca..687b4740ba 100644 --- a/libavcodec/x86/hpeldsp.asm +++ b/libavcodec/x86/hpeldsp.asm @@ -6,7 +6,7 @@ ;* Copyright (c) 2002 Zdenek Kabelac <kabi@informatics.muni.cz> ;* Copyright (c) 2013 Daniel Kang ;* -;* MMX optimized hpel functions +;* SIMD-optimized halfpel functions ;* ;* This file is part of FFmpeg. ;* diff --git a/libavcodec/x86/hpeldsp_init.c b/libavcodec/x86/hpeldsp_init.c index e04a0351b8..aee42cd003 100644 --- a/libavcodec/x86/hpeldsp_init.c +++ b/libavcodec/x86/hpeldsp_init.c @@ -1,5 +1,5 @@ /* - * MMX optimized DSP utils + * SIMD-optimized halfpel functions * Copyright (c) 2000, 2001 Fabrice Bellard * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * diff --git a/libavcodec/x86/hpeldsp_rnd_template.c b/libavcodec/x86/hpeldsp_rnd_template.c index 94e06d820a..24e04a8f22 100644 --- a/libavcodec/x86/hpeldsp_rnd_template.c +++ b/libavcodec/x86/hpeldsp_rnd_template.c @@ -1,5 +1,5 @@ /* - * DSP utils mmx functions are compiled twice for rnd/no_rnd + * SIMD-optimized halfpel functions are compiled twice for rnd/no_rnd * Copyright (c) 2000, 2001 Fabrice Bellard * Copyright (c) 2003-2004 Michael Niedermayer <michaelni@gmx.at> * diff --git a/libavcodec/x86/lpc.c b/libavcodec/x86/lpc.c index 8a74755d1b..9682733096 100644 --- a/libavcodec/x86/lpc.c +++ b/libavcodec/x86/lpc.c @@ -1,5 +1,5 @@ /* - * MMX optimized LPC DSP utils + * SIMD-optimized LPC functions * Copyright (c) 2007 Loren Merritt * * This file is part of FFmpeg. diff --git a/libavcodec/x86/mpegaudiodsp.c b/libavcodec/x86/mpegaudiodsp.c index 3654c81248..5dc7bc6362 100644 --- a/libavcodec/x86/mpegaudiodsp.c +++ b/libavcodec/x86/mpegaudiodsp.c @@ -1,5 +1,5 @@ /* - * MMX optimized MP3 decoding functions + * SIMD-optimized MP3 decoding functions * Copyright (c) 2010 Vitor Sessak * * This file is part of FFmpeg. diff --git a/libavcodec/x86/qpel.asm b/libavcodec/x86/qpel.asm index c2ffb86717..342b8ef0e0 100644 --- a/libavcodec/x86/qpel.asm +++ b/libavcodec/x86/qpel.asm @@ -1,5 +1,5 @@ ;****************************************************************************** -;* MMX optimized DSP utils +;* SIMD-optimized quarterpel functions ;* Copyright (c) 2008 Loren Merritt ;* Copyright (c) 2003-2013 Michael Niedermayer ;* Copyright (c) 2013 Daniel Kang diff --git a/libavcodec/x86/rnd_template.c b/libavcodec/x86/rnd_template.c index e37fc19506..ca6ad3ea23 100644 --- a/libavcodec/x86/rnd_template.c +++ b/libavcodec/x86/rnd_template.c @@ -1,5 +1,5 @@ /* - * DSP utils mmx functions are compiled twice for rnd/no_rnd + * SIMD-optimized halfpel functions are compiled twice for rnd/no_rnd * Copyright (c) 2000, 2001 Fabrice Bellard * Copyright (c) 2003-2004 Michael Niedermayer <michaelni@gmx.at> * |