vpx: hadamard: use ptrdiff_t instead of int for stride
authorScott LaVarnway <slavarnway@google.com>
Thu, 26 Oct 2017 16:45:06 +0000 (09:45 -0700)
committerScott LaVarnway <slavarnway@google.com>
Thu, 26 Oct 2017 18:41:48 +0000 (11:41 -0700)
commit3bf02ad74af5602c153a318b04cc311acdc7584d
treed7271cf0c5a0ed39e024e2c9f7160fd93f7b7f07
parent037e596f045f54369ba59b59757b8a7dfad9527c
vpx: hadamard: use ptrdiff_t instead of int for stride

Eliminates the following instruction for the x86 (64 bit)
intrinsic code:

movslq %esi,%rax

Change-Id: I8f5ebd40726f998708a668b0f52ea7a0576befae
test/hadamard_test.cc
vpx_dsp/arm/hadamard_neon.c
vpx_dsp/avg.c
vpx_dsp/mips/avg_msa.c
vpx_dsp/ppc/hadamard_vsx.c
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/avg_intrin_avx2.c
vpx_dsp/x86/avg_intrin_sse2.c