vpx_highbd_ssim_parms_8x8: make parameter types consistent
Change-Id: Ie1fe6603232adc22dbe4d51bd1008c856a6d40ca
This commit is contained in:
parent
d04a0d77fb
commit
94ba3939cd
@ -1209,7 +1209,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
|
|||||||
# Structured Similarity (SSIM)
|
# Structured Similarity (SSIM)
|
||||||
#
|
#
|
||||||
if (vpx_config("CONFIG_INTERNAL_STATS") eq "yes") {
|
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/;
|
specialize qw/vpx_highbd_ssim_parms_8x8/;
|
||||||
}
|
}
|
||||||
} # CONFIG_VP9_HIGHBITDEPTH
|
} # CONFIG_VP9_HIGHBITDEPTH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user