]> granicus.if.org Git - libvpx/commit
Optimized HBD 4x4 variance calculation
authorYi Luo <luoyi@google.com>
Fri, 1 Apr 2016 22:50:17 +0000 (15:50 -0700)
committerYi Luo <luoyi@google.com>
Mon, 4 Apr 2016 18:28:59 +0000 (11:28 -0700)
commit250935cab36276fac67bc38af414b851acc8e6ba
tree1f37a751ef19058d3567dfd391500339f17bdce8
parentd649065ea39129fa34d7162dbaee3a10f3e98be6
Optimized HBD 4x4 variance calculation

vpx_highbd_8/10/12_variance4x4_sse4_1 improves performance ~7%-11%.

Change-Id: Ida22bb2a2f7a58037cfd73e186d4f6267a960c02
vp10/encoder/mcomp.c
vpx_dsp/variance.c
vpx_dsp/variance.h
vpx_dsp/vpx_dsp.mk
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/highbd_variance_sse4.c [new file with mode: 0644]