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
e064d46e
Commit
e064d46e
authored
Dec 17, 2011
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dct-test: remove unused variable cropTbl
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
72dafea0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
dct-test.c
libavcodec/dct-test.c
+0
-9
No files found.
libavcodec/dct-test.c
View file @
e064d46e
...
...
@@ -151,8 +151,6 @@ static const struct algo idct_tab[] = {
#define AANSCALE_BITS 12
static
uint8_t
cropTbl
[
256
+
2
*
MAX_NEG_CROP
];
static
int64_t
gettime
(
void
)
{
struct
timeval
tv
;
...
...
@@ -512,13 +510,6 @@ int main(int argc, char **argv)
ff_ref_dct_init
();
idct_mmx_init
();
for
(
i
=
0
;
i
<
256
;
i
++
)
cropTbl
[
i
+
MAX_NEG_CROP
]
=
i
;
for
(
i
=
0
;
i
<
MAX_NEG_CROP
;
i
++
)
{
cropTbl
[
i
]
=
0
;
cropTbl
[
i
+
MAX_NEG_CROP
+
256
]
=
255
;
}
for
(;;)
{
c
=
getopt
(
argc
,
argv
,
"ih4t"
);
if
(
c
==
-
1
)
...
...
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