summaryrefslogtreecommitdiffstats
path: root/libavcodec/aarch64
Commit message (Expand)AuthorAgeFilesLines
...
| * aarch64: vp9: Fix assembling with Xcode 6.2 and olderMemphiz2017-06-202-4/+4
| * arm/aarch64: vp9: Fix vertical alignmentMartin Storsjö2017-03-161-18/+18
| * arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be usedMartin Storsjö2017-03-111-1/+2
| * aarch64: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö2017-02-241-6/+6
| * aarch64: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö2017-02-241-62/+62
| * aarch64: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö2017-02-241-67/+43
| * aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1Martin Storsjö2017-02-241-12/+9
| * arm/aarch64: vp9lpf: Keep the comparison to E within 8 bitMartin Storsjö2017-02-241-31/+9
| * aarch64: vp9lpf: Fix broken indentation/vertical alignmentMartin Storsjö2017-02-121-2/+2
| * aarch64: vp9lpf: Interleave the start of flat8in into the calculation aboveMartin Storsjö2017-02-111-3/+11
| * arm/aarch64: vp9lpf: Calculate !hev directlyMartin Storsjö2017-02-111-3/+2
| * aarch64: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrollingMartin Storsjö2017-02-111-18/+36
| * aarch64: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filterMartin Storsjö2017-02-111-2/+13
| * aarch64: vp9mc: Simplify the extmla macro parametersMartin Storsjö2017-02-111-25/+25
| * aarch64: vp9itxfm: Fix incorrect vertical alignmentMartin Storsjö2017-02-091-3/+3
| * aarch64: vp9itxfm: Update a comment to refer to a register with a different nameMartin Storsjö2017-02-091-2/+2
| * aarch64: vp9itxfm: Use the right lane sizes in 8x8 for improved readabilityMartin Storsjö2017-02-091-8/+8
| * aarch64: vp9itxfm: Use a single lane ld1 instead of ld1r where possibleMartin Storsjö2017-02-091-8/+8
| * aarch64: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 func...Martin Storsjö2017-02-091-2/+1
| * aarch64: vp9itxfm: Do separate functions for half/quarter idct16 and idct32Martin Storsjö2017-02-091-59/+466
| * aarch64: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 f...Martin Storsjö2017-02-091-45/+45
| * aarch64: vp9itxfm: Make the larger core transforms standalone functionsMartin Storsjö2017-02-091-17/+25
| * aarch64: vp9itxfm: Restructure the idct32 store macrosMartin Storsjö2017-02-051-40/+40
| * aarch64: vp9mc: Fix a comment to refer to a register with the right nameMartin Storsjö2017-01-031-1/+1
| * aarch64: vp9dsp: Fix vertical alignment in the init fileMartin Storsjö2017-01-031-3/+3
| * aarch64: vp9itxfm: Use the offset parameter to movrelMartin Storsjö2016-12-191-1/+1
* | lavc/aarch64: add sbrdsp neon implementationMatthieu Bouron2017-07-033-1/+400
* | lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysisClément Bœsch2017-06-282-2/+1
* | lavc/aarch64: add a few SIMD functions for AAC PSClément Bœsch2017-06-283-0/+199
* | aarch64: vp9 16bpp: Fix assembling with Xcode 6.2 and olderMemphiz2017-06-212-5/+5
* | aarch64: vp9: Fix assembling with Xcode 6.2 and olderMemphiz2017-06-212-4/+4
* | lavc/aarch64/simple_idct: fix build with Xcode 7.2Matthieu Bouron2017-06-141-14/+14
* | lavc/aarch64/simple_idct: fix idct_col4_top coefficientMatthieu Bouron2017-06-131-1/+1
* | lavc/aarch64/simple_idct: fix iOS build without gas-preprocessorMatthieu Bouron2017-05-111-37/+37
* | Merge commit '2425d7329fdccfa9954faba748f3865151354f0c'Clément Bœsch2017-04-261-1/+1
|\ \ | |/
| * arm64: replace 'bic' with immediate with 'and' with inverted immediateJanne Grunau2016-12-141-1/+1
| * aarch64: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and...Martin Storsjö2016-11-301-5/+56
| * aarch64: vp9itxfm: Don't repeatedly set x9 when nothing overwrites itMartin Storsjö2016-11-241-11/+15
| * arm/aarch64: vp9itxfm: Fix indentation of macro argumentsMartin Storsjö2016-11-231-8/+8
| * aarch64: vp9itxfm: Use w3 instead of x3 for the int eob parameterMartin Storsjö2016-11-181-4/+4
| * aarch64: vp9: loop filter: replace 'orr; cbn?z' with 'adds; b.{eq,ne};Janne Grunau2016-11-161-11/+20
| * aarch64: vp9: use alternative returns in the core loop filter functionJanne Grunau2016-11-161-30/+18
| * aarch64: vp9: loop_filter: fix typo in skip flatout8 checkJanne Grunau2016-11-141-1/+1
| * aarch64: vp9: Implement NEON loop filtersMartin Storsjö2016-11-143-0/+1401
| * aarch64: vp9: Add NEON itxfm routinesMartin Storsjö2016-11-143-2/+1168
| * aarch64: h264idct: Use the offset parameter to movrelMartin Storsjö2016-11-101-1/+1
| * aarch64: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö2016-11-103-0/+834
* | Merge commit '72a19f4013ec2c7f8581416f8ad4bf81df163fb6'James Almer2017-03-311-0/+1
|\ \ | |/
| * mpegaudiodsp: aarch64: Adjust function prototype after 2caa93b813adc5dbb7771d...Diego Biurrun2016-11-101-2/+3
* | aarch64/vp9dsp: add missing header includesJames Almer2017-03-282-0/+2
OpenPOWER on IntegriCloud