Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
4aeabf1b
Commit
4aeabf1b
authored
Feb 26, 2016
by
hui su
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compiler warnings
Change-Id: Id7240260cec471a3f8d0986b9c8df06efda925f9
parent
3287f551
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
vpx_dsp/ssim.c
vpx_dsp/ssim.c
+3
-0
No files found.
vpx_dsp/ssim.c
View file @
4aeabf1b
...
...
@@ -88,6 +88,9 @@ static double similarity(uint32_t sum_s, uint32_t sum_r,
}
else
if
(
bd
==
12
)
{
c1
=
(
cc1_12
*
count
*
count
)
>>
12
;
c2
=
(
cc2_12
*
count
*
count
)
>>
12
;
}
else
{
c1
=
c2
=
0
;
assert
(
0
);
}
ssim_n
=
(
2
*
sum_s
*
sum_r
+
c1
)
*
((
int64_t
)
2
*
count
*
sum_sxr
-
...
...
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