vpx/vp8/common/arm/armv6
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
..
bilinearfilter_v6.asm utilize preload in ARMv6 MC/LPF/Copy routines 2011-06-17 14:04:53 -07:00
copymem8x4_v6.asm Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
copymem8x8_v6.asm Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
copymem16x16_v6.asm utilize preload in ARMv6 MC/LPF/Copy routines 2011-06-17 14:04:53 -07:00
dc_only_idct_add_v6.asm Remove usage of predict buffer for decode 2011-10-18 12:06:50 -04:00
dequant_idct_v6.asm vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
dequantize_v6.asm Moved dequant idct into common 2011-12-15 14:23:41 -05:00
filter_v6.asm arm: Explicitly write both target registers for ldrd 2013-05-22 01:50:58 +03:00
idct_blk_v6.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
idct_v6.asm Remove usage of predict buffer for decode 2011-10-18 12:06:50 -04:00
iwalsh_v6.asm Modified the inverse walsh to output directly 2011-11-25 09:24:04 +02:00
loopfilter_v6.asm Update armv6 loopfilter to new interface 2011-07-12 12:14:51 +03:00
simpleloopfilter_v6.asm Update armv6 loopfilter to new interface 2011-07-12 12:14:51 +03:00
sixtappredict8x4_v6.asm Merge "Avoid text relocations in ARM vp8 decoder" 2011-06-28 16:34:10 -07:00