summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64/vp9lpf_neon.S
Commit message (Expand)AuthorAge
* aarch64: Use ret x<n> instead of br x<n> where possibleJonathan Wright2021-11-16
* aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1Martin Storsjö2017-03-11
* arm/aarch64: vp9lpf: Keep the comparison to E within 8 bitMartin Storsjö2017-03-11
* aarch64: vp9lpf: Fix broken indentation/vertical alignmentMartin Storsjö2017-03-11
* aarch64: vp9lpf: Interleave the start of flat8in into the calculation aboveMartin Storsjö2017-03-11
* arm/aarch64: vp9lpf: Calculate !hev directlyMartin Storsjö2017-03-11
* aarch64: vp9: loop filter: replace 'orr; cbn?z' with 'adds; b.{eq,ne};Janne Grunau2017-01-14
* aarch64: vp9: use alternative returns in the core loop filter functionJanne Grunau2017-01-14
* aarch64: vp9: Implement NEON loop filtersMartin Storsjö2016-11-15