Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
3d7b15e4
Commit
3d7b15e4
authored
Aug 10, 2009
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove disabled code cruft.
Originally committed as revision 19616 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
10f840bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
lls.c
libavutil/lls.c
+0
-10
No files found.
libavutil/lls.c
View file @
3d7b15e4
...
@@ -118,20 +118,10 @@ int main(void){
...
@@ -118,20 +118,10 @@ int main(void){
for
(
i
=
0
;
i
<
100
;
i
++
){
for
(
i
=
0
;
i
<
100
;
i
++
){
double
var
[
4
];
double
var
[
4
];
double
eval
;
double
eval
;
#if 0
var[1] = rand() / (double)RAND_MAX;
var[2] = rand() / (double)RAND_MAX;
var[3] = rand() / (double)RAND_MAX;
var[2]= var[1] + var[3]/2;
var[0] = var[1] + var[2] + var[3] + var[1]*var[2]/100;
#else
var
[
0
]
=
(
rand
()
/
(
double
)
RAND_MAX
-
0
.
5
)
*
2
;
var
[
0
]
=
(
rand
()
/
(
double
)
RAND_MAX
-
0
.
5
)
*
2
;
var
[
1
]
=
var
[
0
]
+
rand
()
/
(
double
)
RAND_MAX
-
0
.
5
;
var
[
1
]
=
var
[
0
]
+
rand
()
/
(
double
)
RAND_MAX
-
0
.
5
;
var
[
2
]
=
var
[
1
]
+
rand
()
/
(
double
)
RAND_MAX
-
0
.
5
;
var
[
2
]
=
var
[
1
]
+
rand
()
/
(
double
)
RAND_MAX
-
0
.
5
;
var
[
3
]
=
var
[
2
]
+
rand
()
/
(
double
)
RAND_MAX
-
0
.
5
;
var
[
3
]
=
var
[
2
]
+
rand
()
/
(
double
)
RAND_MAX
-
0
.
5
;
#endif
av_update_lls
(
&
m
,
var
,
0
.
99
);
av_update_lls
(
&
m
,
var
,
0
.
99
);
av_solve_lls
(
&
m
,
0
.
001
,
0
);
av_solve_lls
(
&
m
,
0
.
001
,
0
);
for
(
order
=
0
;
order
<
3
;
order
++
){
for
(
order
=
0
;
order
<
3
;
order
++
){
...
...
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