From 94ba3939cd9998105b3d18436d556531e65466bf Mon Sep 17 00:00:00 2001 From: Yaowu Xu <yaowu@google.com> Date: Fri, 14 Aug 2015 09:18:07 -0700 Subject: [PATCH] vpx_highbd_ssim_parms_8x8: make parameter types consistent Change-Id: Ie1fe6603232adc22dbe4d51bd1008c856a6d40ca --- vpx_dsp/vpx_dsp_rtcd_defs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpx_dsp/vpx_dsp_rtcd_defs.pl b/vpx_dsp/vpx_dsp_rtcd_defs.pl index ae544eb649..68380f9a5d 100644 --- a/vpx_dsp/vpx_dsp_rtcd_defs.pl +++ b/vpx_dsp/vpx_dsp_rtcd_defs.pl @@ -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 -- GitLab