summaryrefslogtreecommitdiff
path: root/vpx_dsp/vpx_dsp_rtcd_defs.pl
diff options
context:
space:
mode:
authorLinfeng Zhang <linfengz@google.com>2018-04-03 15:36:41 -0700
committerLinfeng Zhang <linfengz@google.com>2018-04-03 15:36:41 -0700
commit47f22fc5fb1a1cad1ed9b4026f866f866fa348c0 (patch)
tree5b057ad87bc3a07a2fdef9295b1494bd3d80b9de /vpx_dsp/vpx_dsp_rtcd_defs.pl
parentee37046f1b07a4df47a6943b4750b1ad6115db0e (diff)
downloadlibvpx-47f22fc5fb1a1cad1ed9b4026f866f866fa348c0.tar
libvpx-47f22fc5fb1a1cad1ed9b4026f866f866fa348c0.tar.gz
libvpx-47f22fc5fb1a1cad1ed9b4026f866f866fa348c0.tar.bz2
libvpx-47f22fc5fb1a1cad1ed9b4026f866f866fa348c0.zip
rm CONVERT_TO_SHORTPTR in vpx_highbd_comp_avg_pred
BUG=webm:1388 Change-Id: I1d0dd9af52a1461e3e2b2d60e8c4b6b74c3b90b0
Diffstat (limited to 'vpx_dsp/vpx_dsp_rtcd_defs.pl')
-rw-r--r--vpx_dsp/vpx_dsp_rtcd_defs.pl2
1 files changed, 1 insertions, 1 deletions
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