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
6e3e6965
Commit
6e3e6965
authored
Dec 03, 2017
by
Martin Vignali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/x86/vf_threshold : cosmetic indent
parent
9719d57b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
vf_threshold.asm
libavfilter/x86/vf_threshold.asm
+8
-8
No files found.
libavfilter/x86/vf_threshold.asm
View file @
6e3e6965
...
...
@@ -32,15 +32,15 @@ SECTION .text
%macro
THRESHOLD_8
0
cglobal
threshold8
,
10
,
13
,
5
,
in
,
threshold
,
min
,
max
,
out
,
ilinesize
,
tlinesize
,
flinesize
,
slinesize
,
olinesize
,
w
,
h
,
x
mov
wd
,
dword
wm
mov
hd
,
dword
hm
mov
wd
,
dword
wm
mov
hd
,
dword
hm
VBROADCASTI128
m4
,
[
pb_128
]
add
inq
,
wq
add
thresholdq
,
wq
add
minq
,
wq
add
maxq
,
wq
add
outq
,
wq
neg
wq
add
inq
,
wq
add
thresholdq
,
wq
add
minq
,
wq
add
maxq
,
wq
add
outq
,
wq
neg
wq
.
nextrow
:
mov
xq
,
wq
...
...
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