From 47f22fc5fb1a1cad1ed9b4026f866f866fa348c0 Mon Sep 17 00:00:00 2001 From: Linfeng Zhang Date: Tue, 3 Apr 2018 15:36:41 -0700 Subject: rm CONVERT_TO_SHORTPTR in vpx_highbd_comp_avg_pred BUG=webm:1388 Change-Id: I1d0dd9af52a1461e3e2b2d60e8c4b6b74c3b90b0 --- vpx_dsp/vpx_dsp_rtcd_defs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vpx_dsp/vpx_dsp_rtcd_defs.pl') diff --git a/vpx_dsp/vpx_dsp_rtcd_defs.pl b/vpx_dsp/vpx_dsp_rtcd_defs.pl index b943e157b..a51761cd3 100644 --- a/vpx_dsp/vpx_dsp_rtcd_defs.pl +++ b/vpx_dsp/vpx_dsp_rtcd_defs.pl @@ -1367,7 +1367,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") { add_proto qw/unsigned int vpx_highbd_12_mse8x8/, "const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse"; specialize qw/vpx_highbd_12_mse8x8 sse2/; - add_proto qw/void vpx_highbd_comp_avg_pred/, "uint16_t *comp_pred, const uint8_t *pred8, int width, int height, const uint8_t *ref8, int ref_stride"; + add_proto qw/void vpx_highbd_comp_avg_pred/, "uint16_t *comp_pred, const uint16_t *pred, int width, int height, const uint16_t *ref, int ref_stride"; # # Subpixel Variance -- cgit v1.2.3