summaryrefslogtreecommitdiff
path: root/vp9/common/arm/neon
AgeCommit message (Expand)Author
2013-09-04Speed up idct8x8 by rearrange instructions.hkuang
2013-09-04Add neon optimize vp9_short_iht4x4_add.hkuang
2013-08-27Add neon optimize vp9_short_idct16x16_1_add.hkuang
2013-08-26Add neon optimize vp9_short_idct8x8_1_add.hkuang
2013-08-26Add neon optimize vp9_short_idct4x4_1_add.hkuang
2013-08-23Merge "Optimise idct4x4: rearrange the instructions a bit to improve instruct...hkuang
2013-08-22Add neon optimize vp9_short_idct10_16x16_add.hkuang
2013-08-22Optimise idct4x4: rearrange the instructions a bithkuang
2013-08-20Add neon optimize vp9_short_idct10_8x8_add.hkuang
2013-08-16Merge "Reduce the instructions of idct8x8. Also add the saving and restoring ...Johann
2013-08-16Merge "Reduce instructions of idct4x4."Johann
2013-08-16Merge "vp9: neon: optimise vp9_wide_mbfilter_neon"Frank Galligan
2013-08-16Reduce instructions of idct4x4.hkuang
2013-08-16Reduce the instructions of idct8x8. Also add thehkuang
2013-08-16vp9: neon: use aligned stores in convolve functionsMans Rullgard
2013-08-15Merge "vp9: neon: add vp9_convolve_avg_neon"Johann
2013-08-15Merge "vp9: neon: add vp9_convolve_copy_neon"Johann
2013-08-15vp9: neon: optimise vp9_wide_mbfilter_neonMans Rullgard
2013-08-14Merge "Add neon optimize vp9_short_idct16x16_add."hkuang
2013-08-14Add neon optimize vp9_short_idct16x16_add.hkuang
2013-08-14vp9: neon: add vp9_convolve_avg_neonMans Rullgard
2013-08-14vp9: neon: add vp9_convolve_copy_neonMans Rullgard
2013-08-12Merge "vp9: neon: optimise convolve8_vert functions"Johann
2013-08-12vp9: neon: optimise convolve8_vert functionsMans Rullgard
2013-08-11vp9: neon: optimise convolve8_horiz functionsMans Rullgard
2013-08-06Neon version of vp9_short_idct4x4_add.Christian Duvivier
2013-08-02vp9: neon: convolve: replace some insns with simpler equivalentsMans Rullgard
2013-08-02vp9: neon: convolve: simplify branching to C fallbacksMans Rullgard
2013-08-02vp9: neon: optimise loads in horiz convolve functionsMans Rullgard
2013-08-02vp9: neon: add vp9_mb_lpf_* functionsMans Rullgard
2013-07-26Fix some format error and code error in neon code.hkuang
2013-07-22Merge "Speedup loopfilter neon code."Frank Galligan
2013-07-22Speedup loopfilter neon code.Frank Galligan
2013-07-19Merge "Add neon optimize vp9_short_idct8x8_add."hkuang
2013-07-18Add neon optimize vp9_short_idct8x8_add.hkuang
2013-07-18Fix horz loopfilter loopsFrank Galligan
2013-07-17vp9_convolve8_neon placeholderJohann
2013-07-16Merge "vp9_convolve8_[horiz|vert]_avg"Johann
2013-07-15Neon: Update mbfilter if all vectors follow one branch.Frank Galligan
2013-07-12vp9_convolve8_[horiz|vert]_avgJohann
2013-07-11convolve8 optimizations for neonJohann
2013-07-11Add neon optimize vp9_dc_only_idct_add.hkuang
2013-07-09Add Neon horizontal and vertical vp9_mbloop_filterFrank Galligan
2013-06-27Add Neon optimized loop filter functions.Frank Galligan