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
77204f73
Commit
77204f73
authored
Nov 15, 2014
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/xbr: fix style in FILT4() calls
parent
7eece069
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vf_xbr.c
libavfilter/vf_xbr.c
+4
-4
No files found.
libavfilter/vf_xbr.c
View file @
77204f73
...
...
@@ -305,10 +305,10 @@ static av_always_inline void xbr_filter(const ThreadData *td, int jobnr, int nb_
E
[
nl1
]
=
E
[
nl1
+
1
]
=
E
[
nl1
+
2
]
=
E
[
nl1
+
3
]
=
// 8, 9, 10, 11
E
[
nl2
]
=
E
[
nl2
+
1
]
=
E
[
nl2
+
2
]
=
E
[
nl2
+
3
]
=
PE
;
// 12, 13, 14, 15
FILT4
(
PE
,
PI
,
PH
,
PF
,
PG
,
PC
,
PD
,
PB
,
PA
,
G5
,
C4
,
G0
,
D0
,
C1
,
B1
,
F4
,
I4
,
H5
,
I5
,
A0
,
A1
,
nl2
+
3
,
nl2
+
2
,
nl1
+
3
,
3
,
nl
+
3
,
nl1
+
2
,
nl2
+
1
,
nl2
,
nl1
+
1
,
nl
+
2
,
2
,
1
,
nl
+
1
,
nl1
,
nl
,
0
);
FILT4
(
PE
,
PC
,
PF
,
PB
,
PI
,
PA
,
PH
,
PD
,
PG
,
I4
,
A1
,
I5
,
H5
,
A0
,
D0
,
B1
,
C1
,
F4
,
C4
,
G5
,
G0
,
3
,
nl
+
3
,
2
,
0
,
1
,
nl
+
2
,
nl1
+
3
,
nl2
+
3
,
nl1
+
2
,
nl
+
1
,
nl
,
nl1
,
nl1
+
1
,
nl2
+
2
,
nl2
+
1
,
nl2
);
FILT4
(
PE
,
PA
,
PB
,
PD
,
PC
,
PG
,
PF
,
PH
,
PI
,
C1
,
G0
,
C4
,
F4
,
G5
,
H5
,
D0
,
A0
,
B1
,
A1
,
I4
,
I5
,
0
,
1
,
nl
,
nl2
,
nl1
,
nl
+
1
,
2
,
3
,
nl
+
2
,
nl1
+
1
,
nl2
+
1
,
nl2
+
2
,
nl1
+
2
,
nl
+
3
,
nl1
+
3
,
nl2
+
3
);
FILT4
(
PE
,
PG
,
PD
,
PH
,
PA
,
PI
,
PB
,
PF
,
PC
,
A0
,
I5
,
A1
,
B1
,
I4
,
F4
,
H5
,
G5
,
D0
,
G0
,
C1
,
C4
,
nl2
,
nl1
,
nl2
+
1
,
nl2
+
3
,
nl2
+
2
,
nl1
+
1
,
nl
,
0
,
nl
+
1
,
nl1
+
2
,
nl1
+
3
,
nl
+
3
,
nl
+
2
,
1
,
2
,
3
);
FILT4
(
PE
,
PI
,
PH
,
PF
,
PG
,
PC
,
PD
,
PB
,
PA
,
G5
,
C4
,
G0
,
D0
,
C1
,
B1
,
F4
,
I4
,
H5
,
I5
,
A0
,
A1
,
nl2
+
3
,
nl2
+
2
,
nl1
+
3
,
3
,
nl
+
3
,
nl1
+
2
,
nl2
+
1
,
nl2
,
nl1
+
1
,
nl
+
2
,
2
,
1
,
nl
+
1
,
nl1
,
nl
,
0
);
FILT4
(
PE
,
PC
,
PF
,
PB
,
PI
,
PA
,
PH
,
PD
,
PG
,
I4
,
A1
,
I5
,
H5
,
A0
,
D0
,
B1
,
C1
,
F4
,
C4
,
G5
,
G0
,
3
,
nl
+
3
,
2
,
0
,
1
,
nl
+
2
,
nl1
+
3
,
nl2
+
3
,
nl1
+
2
,
nl
+
1
,
nl
,
nl1
,
nl1
+
1
,
nl2
+
2
,
nl2
+
1
,
nl2
);
FILT4
(
PE
,
PA
,
PB
,
PD
,
PC
,
PG
,
PF
,
PH
,
PI
,
C1
,
G0
,
C4
,
F4
,
G5
,
H5
,
D0
,
A0
,
B1
,
A1
,
I4
,
I5
,
0
,
1
,
nl
,
nl2
,
nl1
,
nl
+
1
,
2
,
3
,
nl
+
2
,
nl1
+
1
,
nl2
+
1
,
nl2
+
2
,
nl1
+
2
,
nl
+
3
,
nl1
+
3
,
nl2
+
3
);
FILT4
(
PE
,
PG
,
PD
,
PH
,
PA
,
PI
,
PB
,
PF
,
PC
,
A0
,
I5
,
A1
,
B1
,
I4
,
F4
,
H5
,
G5
,
D0
,
G0
,
C1
,
C4
,
nl2
,
nl1
,
nl2
+
1
,
nl2
+
3
,
nl2
+
2
,
nl1
+
1
,
nl
,
0
,
nl
+
1
,
nl1
+
2
,
nl1
+
3
,
nl
+
3
,
nl
+
2
,
1
,
2
,
3
);
}
sa0
+=
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