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
63bfee87
Commit
63bfee87
authored
Jun 10, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libavcodec/x86/dwt.c: move some missed things under HAVE_YASM
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
b84c9cf7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dwt.c
libavcodec/x86/dwt.c
+1
-1
No files found.
libavcodec/x86/dwt.c
View file @
63bfee87
...
...
@@ -114,7 +114,6 @@ static void horizontal_compose_haar1i##ext(IDWTELEM *b, IDWTELEM *tmp, int w)\
COMPOSE_VERTICAL
(
_mmx
,
4
)
#endif
COMPOSE_VERTICAL
(
_sse2
,
8
)
#endif
void
ff_horizontal_compose_dd97i_ssse3
(
IDWTELEM
*
b
,
IDWTELEM
*
tmp
,
int
w
);
...
...
@@ -130,6 +129,7 @@ static void horizontal_compose_dd97i_ssse3(IDWTELEM *b, IDWTELEM *tmp, int w)
b
[
2
*
x
+
1
]
=
(
COMPOSE_DD97iH0
(
tmp
[
x
-
1
],
tmp
[
x
],
b
[
x
+
w2
],
tmp
[
x
+
1
],
tmp
[
x
+
2
])
+
1
)
>>
1
;
}
}
#endif
void
ff_spatial_idwt_init_mmx
(
DWTContext
*
d
,
enum
dwt_type
type
)
{
...
...
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