This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avutil: rename lls to lls2
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer
12 years ago
parent
74a8fe9483
commit
bbe66ef912
5 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/lpc.c
+2
-2
libavutil/Makefile
+1
-1
libavutil/lls2.c
+0
-0
libavutil/lls2.h
+1
-1
libavutil/x86/lls_init.c
+ 1
- 1
libavcodec/lpc.c
View File
@@ -20,7 +20,7 @@
*/
#include "libavutil/common.h"
#include "libavutil/lls.h"
#include "libavutil/lls
2
.h"
#define LPC_USE_DOUBLE
#include "lpc.h"
+ 2
- 2
libavutil/Makefile
View File
@@ -90,7 +90,7 @@ OBJS = adler32.o \
intfloat_readwrite.o \
intmath.o \
lfg.o \
lls.o
\
lls
2
.o \
log.o \
log2_tab.o \
mathematics.o \
@@ -143,7 +143,7 @@ TESTPROGS = adler32 \
fifo \
hmac \
lfg \
lls
\
lls
2
\
md5 \
murmur3 \
opt \
libavutil/lls.c → libavutil/lls2.c
View File
@@ -30,7 +30,7 @@
#include "attributes.h"
#include "version.h"
#include "lls.h"
#include "lls
2
.h"
static void update_lls(LLSModel *m, double *var)
{
libavutil/lls.h → libavutil/lls2.h
View File
+ 1
- 1
libavutil/x86/lls_init.c
View File
@@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/lls.h"
#include "libavutil/lls
2
.h"
#include "libavutil/x86/cpu.h"
void ff_update_lls_sse2(LLSModel *m, double *var);
Write
Preview
Loading…
Cancel
Save