aom/vp8/common/arm
Ronald S. Bultje c26a9ecaa2 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
2015-09-30 18:45:49 -04:00
..
armv6 vp8: change build_intra4x4_predictors() to use vpx_dsp. 2015-09-30 18:45:49 -04:00
neon vp8: change build_intra_predictors_mbuv_s to use vpx_dsp. 2015-09-30 18:45:46 -04:00
bilinearfilter_arm.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
bilinearfilter_arm.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
dequantize_arm.c Remove intermediate step in vp8_dequantize_b 2014-05-14 12:24:18 -07:00
filter_arm.c replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED 2015-05-07 11:55:08 -07:00
loopfilter_arm.c Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 08"" 2014-08-29 13:29:36 -07:00