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/64
AgeCommit message (Expand)Author
2020-01-29arm: cdef: Fix some comment typosMartin Storsjö
2020-01-15arm64: itx: Fix overflow/clipping in negation in idct16Martin Storsjö
2020-01-06arm64: msac: Avoid 32 bit intermediates in symbol_adaptMartin Storsjö
2020-01-03arm64: itx: Use sqrdmulh in the preexisting identity transform functionsMartin Storsjö
2020-01-02arm64: itx: Specialcase transforms with identity in the first pass with downs...Martin Storsjö
2020-01-02arm64: itx: Adjust .irp in the 4x16/16x4/8x16/16x8 functionsMartin Storsjö
2019-11-12arm: 64: loopfilter: Avoid nested ifdefs where easily possibleMartin Storsjö
2019-11-12arm: 64: loopfilter: Fix a typo in a macro parameter conditionMartin Storsjö
2019-11-12arm64: loopfilter: Reorder instructions and tweak register use to match the a...Martin Storsjö
2019-11-12arm64: loopfilter: Remove a stray double newlineMartin Storsjö
2019-10-24arm64: looprestoration: Minimal scheduling improvementsMartin Storsjö
2019-10-24arm64: looprestoration: Fix a typoMartin Storsjö
2019-10-24arm64: looprestoration: Fix register references in commentsMartin Storsjö
2019-10-24arm64: looprestoration: Use ld2r instead of ld1+dup+dupMartin Storsjö
2019-10-11arm64: ipred: Make sure all symbols are alignedMartin Storsjö
2019-10-10arm64: ipred: NEON implementation of the cfl_ac functionsMartin Storsjö
2019-10-10arm64: ipred: NEON implementation of the cfl_pred functionsMartin Storsjö
2019-10-10arm64: ipred: NEON implementation of the filter functionMartin Storsjö
2019-10-10arm64: ipred: NEON implementation of palette predictionMartin Storsjö
2019-10-10arm64: ipred: NEON implementation of smooth predictionMartin Storsjö
2019-10-10arm64: ipred: NEON implementation of paeth predictionMartin Storsjö
2019-10-08arm64: mc: Use addp instead of addv+trn1 in warpMartin Storsjö
2019-10-08arm64: cdef: Improve find_dirMartin Storsjö
2019-10-08arm64: cdef: Calculate two initial parameters in the same vectorMartin Storsjö
2019-10-08arm64: cdef: Use loads with postincrement in more places in the padding functionMartin Storsjö
2019-10-08arm64: cdef: Rewrite an expression slightlyMartin 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-10-01arm64: ipred: NEON implementation of dc/h/v prediction modesMartin Storsjö
2019-09-29arm64: itx: Fix overflows in idctMartin Storsjö
2019-09-29arm64: itx: Consistently use the factor 2896 in adstMartin Storsjö
2019-09-29arm64: itx: Use smull+smlal instead of addl+mulMartin Storsjö
2019-09-05arm64: itx: Do the final calculation of adst4/adst8/adst16 in 32 bit to avoid...Martin 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-08-13Add msac optimizationsHenrik Gramner
2019-06-26arm64: itx: Add NEON optimized inverse transformsMartin Storsjö
2019-06-20arm64: Consistently name macro arguments tX for temporaries in transposesMartin Storsjö
2019-05-19arm: mc: Fix 8tap_v w8 with OBMC 3/4 heightsMartin Storsjö
2019-05-15arm64: msac: Add handwritten versions of msac_decode_bool functionsMartin Storsjö
2019-05-15arm64: msac: Fix a typo in a commentMartin Storsjö
2019-05-09arm: Simplify includes for util.SMartin Storsjö
2019-05-08arm64: remove invalid macro argument delimiterJanne Grunau
2019-05-04arm64: msac: Implement NEON msac_decode_symbol_adaptMartin Storsjö
2019-04-16arm64: loopfilter: Implement NEON loop filtersMartin Storsjö
2019-04-16arm64: looprestoration: Add a NEON implementation of SGRMartin Storsjö
2019-04-08arm: Add a _neon suffix to all internal functionsMartin Storsjö
2019-04-08arm: Fix typos in commentsMartin Storsjö
2019-04-04arm: Consistently use 8/24 columns indentation for assemblyMartin Storsjö
2019-03-07arm: looprestoration: Simplify a few padding cases in wiener_filter_h_neonMartin Storsjö