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
path: root/src/arm
AgeCommit message (Expand)Author
2020-05-10msac: Avoid attempting to refill after eob has already been reachedHenrik Gramner
2020-05-10arm64: itx: Add NEON implementation of itx for 10 bpcMartin Storsjö
2020-05-10arm: Mark global symbols hiddenMartin Storsjö
2020-05-10arm64: itx: Prepare for other bitdepthsMartin Storsjö
2020-05-10itx: Add a bpc parameter to the itx dsp init functionMartin Storsjö
2020-05-10arm64: itx: Share code for the three horz_16x8 functionsMartin Storsjö
2020-05-10arm64: itx: Fix the eob checking for dct_dct_64x16Martin Storsjö
2020-05-10arm64: itx: Simplify inv_txfm_horz_dct_32x8Martin Storsjö
2020-05-10arm64: itx: Minor optimizations for the 8x32 functionsMartin Storsjö
2020-05-10arm64: itx: Cosmetic fix upMartin Storsjö
2020-05-10arm64: itx: Remove an unused constantMartin Storsjö
2020-05-10arm64: itx: Remove a todo comment about more special cased functionsMartin Storsjö
2020-05-10arm64: itx: Remove a now unused macroMartin Storsjö
2020-05-10arm64: Explicitly forbid using the x18 registerMartin Storsjö
2020-04-05arm: mc: NEON implementation of emu_edge for 8bpcMartin Storsjö
2020-04-05arm64: mc: NEON implementation of emu_edge for 16bpcMartin Storsjö
2020-04-04arm64: mc: NEON implementation of emu_edge for 8bpcMartin Storsjö
2020-03-26arm64: ipred: Add NEON implementation of ipred for 16 bpcMartin Storsjö
2020-03-26arm: ipred: Prepare for 16 bpcMartin Storsjö
2020-03-26arm: ipred: Remove stray leftover instructionsMartin Storsjö
2020-03-26arm64: ipred: Integrate aggregation into the first pass of cfl_acMartin Storsjö
2020-03-26arm64: ipred: Use rounded shifts instead of a separate additionMartin Storsjö
2020-03-26arm64: ipred: Do shifts on only half the register width when possibleMartin Storsjö
2020-03-26arm64: ipred: Avoid data dependencies with consecutive dup instructionsMartin Storsjö
2020-03-26arm64: ipred: Remove a superfluous postincrementMartin Storsjö
2020-03-21android/arm: do not use fseeko in library codeJanne Grunau
2020-03-05arm64: mc: NEON implementation of w_mask for 16 bpcMartin Storsjö
2020-03-04arm64: mc: NEON implementation of blend for 16bpcMartin 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-03-02arm64: loopfilter: NEON implementation of loopfilter for 16 bpcMartin Storsjö
2020-03-02arm: loopfilter: Prepare for 16 bpcMartin Storsjö
2020-03-02arm: loopfilter: Fix a commentMartin Storsjö
2020-02-17arm: cdef: Do an 8 bit implementation for cases with all edges presentMartin Storsjö
2020-02-17arm32: cdef: Fix a typo for consistencyMartin Storsjö
2020-02-13arm: cdef: Remove leftover unused labels and macro parametersMartin Storsjö
2020-02-11arm64: looprestoration: NEON implementation of SGR for 10 bpcMartin Storsjö
2020-02-11arm64: looprestoration: Prepare for 16 bpc by splitting code to separate filesMartin Storsjö
2020-02-11arm: looprestoration: Add 8bpc to existing function names, add HIGHBD_*_SUFFIXMartin Storsjö
2020-02-11looprestoration: Add a bpc parameter to the init funcMartin Storsjö
2020-02-11arm: looprestoration: Improve scheduling in box3/5_h slightlyMartin Storsjö
2020-02-11arm: Use int16_t for the tmp intermediate bufferMartin Storsjö
2020-02-11arm: looprestoration: Fix a commentMartin 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ö
2020-02-08arm64: mc: NEON implementation of warp for 16 bpcMartin Storsjö
2020-02-07arm64: cdef: Add NEON implementations of CDEF for 16 bpcMartin Storsjö