clang-tidy: normalize variance functions
authorJohann <johann.koenig@duck.com>
Tue, 30 Oct 2018 21:43:36 +0000 (14:43 -0700)
committerJohann <johann.koenig@duck.com>
Wed, 31 Oct 2018 22:05:37 +0000 (15:05 -0700)
commit4635b0fced6df4b371454b52cfd512c14eec1f76
tree2903808dd10b90a5dbe87c8b130ed1716276cea9
parent331d289c5c540cf82d89c2a03da45c30e4fe0779
clang-tidy: normalize variance functions

Always use src/ref and _ptr/_stride suffixes.

Normalize to [xy]_offset and second_pred.

Drop some stray source/recon_strides.

BUG=webm:1444

Change-Id: I32362a50988eb84464ab78686348610ea40e5c80
14 files changed:
vpx_dsp/arm/subpel_variance_neon.c
vpx_dsp/arm/variance_neon.c
vpx_dsp/mips/sub_pixel_variance_msa.c
vpx_dsp/mips/variance_mmi.c
vpx_dsp/ppc/variance_vsx.c
vpx_dsp/variance.c
vpx_dsp/variance.h
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm
vpx_dsp/x86/highbd_variance_impl_sse2.asm
vpx_dsp/x86/highbd_variance_sse2.c
vpx_dsp/x86/subpel_variance_sse2.asm
vpx_dsp/x86/variance_avx2.c
vpx_dsp/x86/variance_sse2.c