Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
f3e6a35c
Commit
f3e6a35c
authored
Oct 04, 2013
by
Jim Bankoski
Browse files
cpplint issues in vp9_ssim.c
Change-Id: I788f1a3004643347ca08d08fc3cb2bb8f0b134d9
parent
c6960b60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vp9/encoder/vp9_ssim.c
vp9/encoder/vp9_ssim.c
+2
-2
No files found.
vp9/encoder/vp9_ssim.c
View file @
f3e6a35c
...
...
@@ -42,8 +42,8 @@ void vp9_ssim_parms_8x8_c(uint8_t *s, int sp, uint8_t *r, int rp,
}
}
const
static
int64_t
cc1
=
26634
;
// (64^2*(.01*255)^2
const
static
int64_t
cc2
=
239708
;
// (64^2*(.03*255)^2
static
const
int64_t
cc1
=
26634
;
// (64^2*(.01*255)^2
static
const
int64_t
cc2
=
239708
;
// (64^2*(.03*255)^2
static
double
similarity
(
unsigned
long
sum_s
,
unsigned
long
sum_r
,
unsigned
long
sum_sq_s
,
unsigned
long
sum_sq_r
,
...
...
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