Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-04arm64: mc: NEON implementation of emu_edge for 8bpcMartin Storsjö
2020-03-04arm: mc: Optimize blend_vMartin Storsjö
2020-03-04arm64: mc: Treat the stride as a full 64 bit (potential signed) value in blen...Martin Storsjö
2020-03-04arm64: mc: Fix indentationMartin Storsjö
2020-03-04arm64: mc: Use more intuitive lane specifications for loads/storesMartin Storsjö
2020-02-11arm64: mc: Reduce the width of a register copyMartin Storsjö
2020-02-11arm64: mc: Use two regs for alternating output rows for w4/8 in avg/w_avg/maskMartin Storsjö
2020-02-11arm64: mc: Simplify avg/w_avg/mask by always using the w16 macroMartin Storsjö
2019-10-08arm64: mc: Use addp instead of addv+trn1 in warpMartin Storsjö
2019-10-07arm64: mc: Schedule instructions better in the warp8x8 functionsMartin Storsjö
2019-10-02arm64: mc: Use sbfx instead of ubfx+sxth in the warp functionMartin Storsjö
2019-08-15arm64: mc: NEON implementation of w_mask_444/422/420 functionB Krishnan Iyer
2019-08-14arm64: mc: NEON implementation of blend, blend_h and blend_v functionB Krishnan Iyer
2019-05-19arm: mc: Fix 8tap_v w8 with OBMC 3/4 heightsMartin Storsjö
2019-05-09arm: Simplify includes for util.SMartin Storsjö
2019-05-08arm64: remove invalid macro argument delimiterJanne Grunau
2019-04-08arm: Add a _neon suffix to all internal functionsMartin Storsjö
2019-04-08arm: Fix typos in commentsMartin Storsjö
2019-02-14arm64/ios: use prefixed dav1d_mc_warp_filter symbolJanne Grunau
2019-02-14arm64: mc: NEON implementation of warp8x8{,t}Martin Storsjö
2019-01-24arm64: mc: Optimize mc_8tap_regular_w4_hv_8bpc for A53Martin Storsjö
2019-01-24arm64: mc: Simplify the 8tap_2w_hv code slightlyMartin Storsjö
2019-01-24arm64: mc: Optimize the mul_mla_8_* macros for Cortex A53Martin Storsjö
2019-01-24arm64: mc: Improve a commentMartin Storsjö
2019-01-24arm64: mc: Remove unused/unnecessary macro argsMartin Storsjö
2019-01-24arm64: mc: Use ubfx instead of ubfm, for consistency with armMartin Storsjö
2018-11-18arm64: mc: Implement 8tap and bilin functionsMartin Storsjö
2018-10-25arm: reverse jump tablesJanne Grunau
2018-10-25rename arch specific bitdepth template filesJanne Grunau
2018-10-24arm64: mc: Make the jump tables local symbolsMartin Storsjö
2018-10-21arm64: Don't use uxth for extending a registerMartin Storsjö
2018-10-21arm64/mc: add 8-bit neon asm for avg, w_avg and maskJanne Grunau