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
4e5b7f31
Commit
4e5b7f31
authored
Sep 24, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dwt: Drop unused functions spatial_compose{53|97}i()
parent
83655442
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
dwt.c
libavcodec/dwt.c
+0
-18
No files found.
libavcodec/dwt.c
View file @
4e5b7f31
...
...
@@ -465,15 +465,6 @@ static void spatial_compose53i_dy(DWTCompose *cs, IDWTELEM *buffer,
cs
->
y
+=
2
;
}
static
void
av_unused
spatial_compose53i
(
IDWTELEM
*
buffer
,
IDWTELEM
*
temp
,
int
width
,
int
height
,
int
stride
)
{
DWTCompose
cs
;
spatial_compose53i_init
(
&
cs
,
buffer
,
height
,
stride
);
while
(
cs
.
y
<=
height
)
spatial_compose53i_dy
(
&
cs
,
buffer
,
temp
,
width
,
height
,
stride
);
}
void
ff_snow_horizontal_compose97i
(
IDWTELEM
*
b
,
IDWTELEM
*
temp
,
int
width
)
{
const
int
w2
=
(
width
+
1
)
>>
1
;
...
...
@@ -648,15 +639,6 @@ static void spatial_compose97i_dy(DWTCompose *cs, IDWTELEM *buffer,
cs
->
y
+=
2
;
}
static
void
av_unused
spatial_compose97i
(
IDWTELEM
*
buffer
,
IDWTELEM
*
temp
,
int
width
,
int
height
,
int
stride
)
{
DWTCompose
cs
;
spatial_compose97i_init
(
&
cs
,
buffer
,
height
,
stride
);
while
(
cs
.
y
<=
height
)
spatial_compose97i_dy
(
&
cs
,
buffer
,
temp
,
width
,
height
,
stride
);
}
void
ff_spatial_idwt_buffered_init
(
DWTCompose
*
cs
,
slice_buffer
*
sb
,
int
width
,
int
height
,
int
stride_line
,
int
type
,
int
decomposition_count
)
...
...
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