Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
bbe66ef9
Commit
bbe66ef9
authored
Nov 15, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avutil: rename lls to lls2
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
74a8fe94
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
lpc.c
libavcodec/lpc.c
+1
-1
Makefile
libavutil/Makefile
+2
-2
lls2.c
libavutil/lls2.c
+1
-1
lls2.h
libavutil/lls2.h
+0
-0
lls_init.c
libavutil/x86/lls_init.c
+1
-1
No files found.
libavcodec/lpc.c
View file @
bbe66ef9
...
...
@@ -20,7 +20,7 @@
*/
#include "libavutil/common.h"
#include "libavutil/lls.h"
#include "libavutil/lls
2
.h"
#define LPC_USE_DOUBLE
#include "lpc.h"
...
...
libavutil/Makefile
View file @
bbe66ef9
...
...
@@ -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/lls
2
.c
View file @
bbe66ef9
...
...
@@ -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/lls
2
.h
View file @
bbe66ef9
File moved
libavutil/x86/lls_init.c
View file @
bbe66ef9
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment