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
59550508
Commit
59550508
authored
Mar 17, 2018
by
Martin Vignali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
checkasm/vf_blend : add test for 16 bit version of
grainextract grainmerge average extremity negation
parent
f3df42e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
vf_blend.c
tests/checkasm/vf_blend.c
+5
-0
No files found.
tests/checkasm/vf_blend.c
View file @
59550508
...
...
@@ -124,9 +124,14 @@ void checkasm_check_blend(void)
report
(
"8bit"
);
check_and_report
(
addition_16
,
BLEND_ADDITION
,
2
)
check_and_report
(
grainmerge_16
,
BLEND_GRAINMERGE
,
2
)
check_and_report
(
and_16
,
BLEND_AND
,
2
)
check_and_report
(
average_16
,
BLEND_AVERAGE
,
2
)
check_and_report
(
darken_16
,
BLEND_DARKEN
,
2
)
check_and_report
(
grainextract_16
,
BLEND_GRAINEXTRACT
,
2
)
check_and_report
(
difference_16
,
BLEND_DIFFERENCE
,
2
)
check_and_report
(
extremity_16
,
BLEND_EXTREMITY
,
2
)
check_and_report
(
negation_16
,
BLEND_NEGATION
,
2
)
check_and_report
(
lighten_16
,
BLEND_LIGHTEN
,
2
)
check_and_report
(
or_16
,
BLEND_OR
,
2
)
check_and_report
(
phoenix_16
,
BLEND_PHOENIX
,
2
)
...
...
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