summaryrefslogtreecommitdiff
path: root/vpx_dsp/vpx_convolve.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2015-09-30 18:44:37 -0400
committerRonald S. Bultje <rsbultje@gmail.com>2015-09-30 18:45:49 -0400
commitc26a9ecaa21f41156afafee2576a2afed7d9e284 (patch)
treedd766ec2e0d7d6c8d49e174c8c83a5f57afaf681 /vpx_dsp/vpx_convolve.h
parent7cdcfee82ca6ff6460a7011ee0fb4b7fe824e5b9 (diff)
downloadlibvpx-c26a9ecaa21f41156afafee2576a2afed7d9e284.tar
libvpx-c26a9ecaa21f41156afafee2576a2afed7d9e284.tar.gz
libvpx-c26a9ecaa21f41156afafee2576a2afed7d9e284.tar.bz2
libvpx-c26a9ecaa21f41156afafee2576a2afed7d9e284.zip
vp8: change build_intra4x4_predictors() to use vpx_dsp.
I've added a few new functions (d45e, d63e, he, ve) to cover the filtered h/v 4x4 predictors that are vp8-specific, the "correct" d45 with the correctly filtered bottom-right pixel (as opposed to the unfiltered version in vp9), and the "broken" d63 with weirdly filtered bottom-right pixels (which is correctly filtered in vp9). There may be a minor performance impact on all systems because we have to do an extra copy of the Above pixel array to incorporate the topleft pixel in the same array (thus fitting the vpx_dsp API). In addition, armv6 will have a more serious performance impact b/c I removed the armv6/vp8-specific assembly. I'm not sure anyone cares... Change-Id: I7f9e5ebee11d8e21aca2cd517a69eefc181b2e86
Diffstat (limited to 'vpx_dsp/vpx_convolve.h')
0 files changed, 0 insertions, 0 deletions