vpx/vp9/common/arm/neon
hkuang 37cda6dc4c Add neon optimize vp9_short_idct10_8x8_add.
vp9_short_idct10_8x8_add is used to handle the block that only have valid data
at top left 4x4 block. All the other datas are 0. So we could cut several
unnecessary calculations in order to save instructions.

Change-Id: I34fda95e29082b789aded97c2df193991c2d9195
2013-08-20 11:51:07 -07:00
..
vp9_avg_neon.asm vp9: neon: add vp9_convolve_avg_neon 2013-08-14 16:27:55 +01:00
vp9_convolve8_avg_neon.asm vp9: neon: use aligned stores in convolve functions 2013-08-16 14:25:08 +01:00
vp9_convolve8_neon.asm vp9: neon: use aligned stores in convolve functions 2013-08-16 14:25:08 +01:00
vp9_convolve_neon.c vp9: neon: use aligned stores in convolve functions 2013-08-16 14:25:08 +01:00
vp9_copy_neon.asm vp9: neon: add vp9_convolve_copy_neon 2013-08-14 16:27:55 +01:00
vp9_dc_only_idct_add_neon.asm Add neon optimize vp9_dc_only_idct_add. 2013-07-11 10:30:47 -07:00
vp9_idct16x16_neon.c Add neon optimize vp9_short_idct16x16_add. 2013-08-14 13:52:16 -07:00
vp9_loopfilter_neon.asm Speedup loopfilter neon code. 2013-07-22 17:00:01 -07:00
vp9_mb_lpf_neon.asm vp9: neon: optimise vp9_wide_mbfilter_neon 2013-08-15 19:07:22 +01:00
vp9_short_idct4x4_add_neon.asm Add neon optimize vp9_short_idct10_8x8_add. 2013-08-20 11:51:07 -07:00
vp9_short_idct8x8_add_neon.asm Add neon optimize vp9_short_idct10_8x8_add. 2013-08-20 11:51:07 -07:00
vp9_short_idct16x16_add_neon.asm Add neon optimize vp9_short_idct16x16_add. 2013-08-14 13:52:16 -07:00