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
2022-09-15Fix overflow in 8-bit NEON ADSTDavid Conrad
2022-03-02arm: itx: Do clipping in all narrowing downshiftsMartin Storsjö
2021-10-27arm64: Add Armv8.5-A BTI support to assembly filesSalome Thirot
2021-10-27arm64: Change br instructions to ret for function returnsSalome Thirot
2021-02-19arm: itx: Add missing/fix conditions around loading eob threshold valueMartin Storsjö
2021-02-19arm: itx: Fix comment typosMartin Storsjö
2021-02-06arm: Move the sub_sp and sub_sp_aligned macros to the shared util fileMartin Storsjö
2020-06-16arm64: itx: Simplify and clarify the sub_sp macro a little bitMartin Storsjö
2020-05-10arm64: itx: Add NEON implementation of itx for 10 bpcMartin Storsjö
2020-05-10arm64: itx: Prepare for other bitdepthsMartin 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-01-15arm64: itx: Fix overflow/clipping in negation in idct16Martin 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-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-06-26arm64: itx: Add NEON optimized inverse transformsMartin Storsjö