Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
94ba3939
Commit
94ba3939
authored
Aug 14, 2015
by
Yaowu Xu
Browse files
vpx_highbd_ssim_parms_8x8: make parameter types consistent
Change-Id: Ie1fe6603232adc22dbe4d51bd1008c856a6d40ca
parent
d04a0d77
Changes
1
Show whitespace changes
Inline
Side-by-side
vpx_dsp/vpx_dsp_rtcd_defs.pl
View file @
94ba3939
...
...
@@ -1209,7 +1209,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
# Structured Similarity (SSIM)
#
if
(
vpx_config
("
CONFIG_INTERNAL_STATS
")
eq
"
yes
")
{
add_proto
qw/void vpx_highbd_ssim_parms_8x8/
,
"
uint16_t *s, int sp, uint16_t *r, int rp, uint32_t *sum_s, uint32_t *sum_r, uint32_t *sum_sq_s, uint32_t *sum_sq_r, uint32_t *sum_sxr
";
add_proto
qw/void vpx_highbd_ssim_parms_8x8/
,
"
const
uint16_t *s, int sp,
const
uint16_t *r, int rp, uint32_t *sum_s, uint32_t *sum_r, uint32_t *sum_sq_s, uint32_t *sum_sq_r, uint32_t *sum_sxr
";
specialize
qw/vpx_highbd_ssim_parms_8x8/
;
}
}
# CONFIG_VP9_HIGHBITDEPTH
...
...
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