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
649b7a99
Commit
649b7a99
authored
Sep 09, 2014
by
Pascal Massimino
Committed by
James Almer
Sep 09, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
av_filter/x86/idet: use HADDD where appropriate
Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
c7d8dbad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
16 deletions
+3
-16
vf_idet.asm
libavfilter/x86/vf_idet.asm
+3
-16
No files found.
libavfilter/x86/vf_idet.asm
View file @
649b7a99
...
...
@@ -69,10 +69,8 @@ cglobal idet_filter_line, 4, 5, 0, a, b, c, width, index
CMP
widthd
,
indexd
jg
.
loop
mova
m0
,
m_sum
psrlq
m_sum
,
0x20
paddd
m0
,
m_sum
movd
eax
,
m0
HADDD
m_sum
,
m0
movd
eax
,
m_sum
RET
%endmacro
...
...
@@ -123,18 +121,7 @@ cglobal idet_filter_line_16bit, 4, 5, 8, a, b, c, width, index
paddd
m_sum
,
m5
jl
.
loop_16bit
mova
m2
,
m_sum
%if
mmsize
==
16
psrldq
m2
,
4
paddd
m_sum
,
m2
psrldq
m2
,
4
paddd
m_sum
,
m2
psrldq
m2
,
4
paddd
m_sum
,
m2
%else
psrlq
m2
,
32
paddd
m_sum
,
m2
%endif
HADDD
m_sum
,
m2
movd
eax
,
m_sum
RET
%endmacro
...
...
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