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
2022-09-19arm: itx: Add clipping to row_clip_min/max in the 10 bpc codepathsMartin Storsjö
2022-09-15Fix overflow in 8-bit NEON ADSTDavid Conrad
2022-09-08x86: Fix rare crash in chroma film grain asmHenrik Gramner
2022-07-14Enable pointer authentication in assembly when building arm64eDavid Conrad
2022-07-11Don't trash the return stack buffer in the NEON loop filterDavid Conrad
2022-07-06Eliminate unused C DSP functions at compile timeHenrik Gramner
2022-03-10arm: Only produce the PAC/BTI .note section when targeting ELFMartin Storsjö
2022-03-10arm: Add comments to #endif and #else in nonobvious casesMartin Storsjö
2022-03-02arm: itx: Do clipping in all narrowing downshiftsMartin Storsjö
2022-02-28build: Make "film_grain" vs "filmgrain" DSP file names consistentHenrik Gramner
2022-02-09arm64: Add Armv8.3-A PAC support to assembly filesAndré Kempe
2022-01-13arm32: mc16: Fix out of bounds reads/writes in 8tap/bilin w2/w4 for vertical ...Martin Storsjö
2022-01-13arm32: mc: Fix out of bounds reads/writes in 8tap/bilin w2/w4 for vertical OBMCMartin Storsjö
2022-01-13arm64: mc16: Fix out of bounds reads/writes in 8tap/bilin w2/w4 for vertical ...Martin Storsjö
2022-01-13arm64: mc: Fix out of bounds reads/writes in 8tap/bilin w2/w4 for vertical OBMCMartin Storsjö
2021-12-03AArch64 Neon: Replace XTN, XTN2 pairs with single UZP1Jonathan Wright
2021-12-03AArch64 Neon: Use CMLT instead of SSHR to compute signJonathan Wright
2021-10-29Remove lpf_stride parameter from LR filtersVictorien Le Couviour--Tuffet
2021-10-29Allow CDEF and LR to run sbrows in parallelVictorien Le Couviour--Tuffet
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-09-03arm32: filmgrain: Add NEON implementation of gen_grain for 16 bpcMartin Storsjö
2021-09-03arm64: filmgrain16: Remove a leftover unused macroMartin Storsjö
2021-09-03arm64: filmgrain16: Fix the default elems parameter of sum_lag2/3_funcMartin Storsjö
2021-09-01arm32: filmgrain: Add NEON implementation of gen_grain for 8 bpcMartin Storsjö
2021-09-01arm64: filmgrain: Remove some unnecessary backups/restores of x30Martin Storsjö
2021-09-01arm64: filmgrain: Simplify loading coefficients for the lag3 variantMartin Storsjö
2021-09-01arm64: filmgrain: Reorder two instructions in the inner loopMartin Storsjö
2021-08-24arm: Add NEON implementations of splat_mvMartin Storsjö
2021-08-13arm64: filmgrain16: Add NEON implementation of gen_grain for 16 bpcMartin Storsjö
2021-08-13arm64: filmgrain: Deduplicate the sum_lagN functionsMartin Storsjö
2021-08-13arm64: filmgrain: Deduplicate the output_lag functionsMartin Storsjö
2021-08-13arm64: filmgrain: Remove two stray ret instructionsMartin Storsjö
2021-08-13arm64: filmgrain: Uninline the get_grain_2 macroMartin Storsjö
2021-08-13arm64: filmgrain: Fix some cases of vertical whitespace alignmentMartin Storsjö
2021-08-13arm64: filmgrain: Fix some comments in gen_grainMartin Storsjö
2021-06-12arm32: filmgrain: Add NEON implementation of fgy and fguv for 16 bpcMartin Storsjö
2021-06-11arm32: filmgrain: Add NEON implementations of fgy and fguv for 8 bpcMartin Storsjö
2021-06-10arm64: filmgrain16: Add a NEON implementation of fguv_32x32xn for 16 bpcMartin Storsjö
2021-06-10arm64: filmgrain: Back up and restore one register fewer in fguv 8bpcMartin Storsjö
2021-06-10arm64: filmgrain: Stray cosmetic fixesMartin Storsjö
2021-06-10arm64: filmgrain: Do the right amount of gathers for subsampled fguvMartin Storsjö
2021-06-05arm64: filmgrain16: Use sqrdmulh for the scaling*grain multiplicationMartin Storsjö
2021-05-25arm64: filmgrain: Fix overflows in gen_grainMartin Storsjö
2021-05-14arm64: filmgrain16: Simplify constructing the constant 0x0fffMartin Storsjö
2021-05-13arm64: filmgrain16: Guard against out of range pixels in the gather functionMartin Storsjö
2021-05-12arm64: filmgrain: Add a NEON implementation of fgy_32x32xn for 16 bpcMartin Storsjö
2021-05-04arm64: filmgrain: Add NEON implementation of the generate_grain_uv functionsMartin Storsjö
2021-04-27arm64: filmgrain: Add NEON implementation of the generate_grain_y functionMartin Storsjö
2021-04-27arm64: filmgrain: Add the missing HIGHBD_DECL_SUFFIX for the fguv functionsMartin Storsjö