Update highbd convolve functions arguments to use uint16_t src/dst
authorLinfeng Zhang <linfengz@google.com>
Wed, 19 Apr 2017 20:08:25 +0000 (13:08 -0700)
committerLinfeng Zhang <linfengz@google.com>
Tue, 25 Apr 2017 21:22:19 +0000 (14:22 -0700)
commit51dc998f3a2d04b9aa293cff000be34c5eaa5b9d
tree85a7a2d3bb5607a332626b5763fbaa65ff0f93df
parent92ec0674fdb21f3f195a1aba227e53adc1033621
Update highbd convolve functions arguments to use uint16_t src/dst

BUG=webm:1388

Change-Id: I6912de2639895d817ce850da8ea9f6c8fe21da42
14 files changed:
test/convolve_test.cc
vp9/common/vp9_reconinter.h
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_pickmode.c
vp9/encoder/vp9_rdopt.c
vpx_dsp/arm/highbd_vpx_convolve8_neon.c
vpx_dsp/arm/highbd_vpx_convolve_avg_neon.c
vpx_dsp/arm/highbd_vpx_convolve_copy_neon.c
vpx_dsp/arm/highbd_vpx_convolve_neon.c
vpx_dsp/vpx_convolve.c
vpx_dsp/vpx_convolve.h
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/convolve.h
vpx_dsp/x86/highbd_convolve_avx2.c