vpx/vp8/common/arm/neon
Scott LaVarnway ed9c66f584 Remove usage of predict buffer for decode
Instead of using the predict buffer, the decoder now writes
the predictor into the recon buffer.  For blocks with eob=0,
unnecessary idcts can be eliminated.  This gave a performance
boost of ~1.8% for the HD clips used.

Tero: Added needed changes to ARM side and scheduled some
      assembly code to prevent interlocks.

Patch Set 6:  Merged (I1bcdca7a95aacc3a181b9faa6b10e3a71ee24df3)
into this commit because of similarities in the idct
functions.
Patch Set 7: EC bug fix.

Change-Id: Ie31d90b5d3522e1108163f2ac491e455e3f955e6
2011-10-18 12:06:50 -04:00
..
bilinearpredict4x4_neon.asm Avoid text relocations in ARM vp8 decoder 2011-06-28 09:11:40 +02:00
bilinearpredict8x4_neon.asm Avoid text relocations in ARM vp8 decoder 2011-06-28 09:11:40 +02:00
bilinearpredict8x8_neon.asm Avoid text relocations in ARM vp8 decoder 2011-06-28 09:11:40 +02:00
bilinearpredict16x16_neon.asm Avoid text relocations in ARM vp8 decoder 2011-06-28 09:11:40 +02:00
buildintrapredictorsmby_neon.asm Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
copymem8x4_neon.asm Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
copymem8x8_neon.asm Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
copymem16x16_neon.asm Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
dc_only_idct_add_neon.asm Remove usage of predict buffer for decode 2011-10-18 12:06:50 -04:00
iwalsh_neon.asm Fixed iwalsh_neon build problems with RVDS4.1 2011-05-19 10:27:26 +03:00
loopfilter_neon.asm Update armv7 loopfilter to new interface 2011-07-12 12:12:25 +03:00
loopfiltersimplehorizontaledge_neon.asm Update armv7 loopfilter to new interface 2011-07-12 12:12:25 +03:00
loopfiltersimpleverticaledge_neon.asm Update armv7 loopfilter to new interface 2011-07-12 12:12:25 +03:00
mbloopfilter_neon.asm Update armv7 loopfilter to new interface 2011-07-12 12:12:25 +03:00
save_neon_reg.asm Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
shortidct4x4llm_neon.asm Remove usage of predict buffer for decode 2011-10-18 12:06:50 -04:00
sixtappredict4x4_neon.asm Avoid text relocations in ARM vp8 decoder 2011-06-28 09:11:40 +02:00
sixtappredict8x4_neon.asm Avoid text relocations in ARM vp8 decoder 2011-06-28 09:11:40 +02:00
sixtappredict8x8_neon.asm Avoid text relocations in ARM vp8 decoder 2011-06-28 09:11:40 +02:00
sixtappredict16x16_neon.asm Avoid text relocations in ARM vp8 decoder 2011-06-28 09:11:40 +02:00