summaryrefslogtreecommitdiff
path: root/vpx_dsp/bitwriter_buffer.c
diff options
context:
space:
mode:
authorKyle Siefring <kylesiefring@gmail.com>2017-10-07 16:02:02 -0400
committerKyle Siefring <kylesiefring@gmail.com>2017-10-07 23:37:48 -0400
commit9ca06bcdd21dc0e3c2baa80c4c7fd0e7e8637e59 (patch)
tree29c5626341649a9b997c41926fd5c1679d269163 /vpx_dsp/bitwriter_buffer.c
parent807248ec81188ce12d7039e9b3c9d770e57fba5b (diff)
downloadlibvpx-9ca06bcdd21dc0e3c2baa80c4c7fd0e7e8637e59.tar
libvpx-9ca06bcdd21dc0e3c2baa80c4c7fd0e7e8637e59.tar.gz
libvpx-9ca06bcdd21dc0e3c2baa80c4c7fd0e7e8637e59.tar.bz2
libvpx-9ca06bcdd21dc0e3c2baa80c4c7fd0e7e8637e59.zip
Add AVX2 version of vpx_convolve8_avg.
vpx_convolve8_avg works by first running a normal horizontal filter then a vertical filter averages at the end. The added vpx_convolve8_avg_avx2 calls pre-existing AVX2 code for the horizontal step. vpx_convolve8_avg_vert_avx2 is also added, but only uses ssse3 code. Change-Id: If5160c0c8e778e10de61ee9bf42ee4be5975c983
Diffstat (limited to 'vpx_dsp/bitwriter_buffer.c')
0 files changed, 0 insertions, 0 deletions