summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* arm: vc1dsp: Add commas between macro argumentsMartin Storsjö2018-03-301-47/+47
* hevc: Add hevc_get_pixel_4/8/12/16/24/32/48/64Alexandra Hájková2017-12-083-1/+464
* arm: Remove a redundant check in fmtconvert_init_arm.cMartin Storsjö2017-10-241-4/+2
* arm: Fix SIGBUS on ARM when compiled with binutils 2.29Martin Storsjö2017-09-021-8/+12
* arm: Avoid using .dn register aliasesMartin Storsjö2017-05-152-20/+5
* hevc: Add NEON 32x32 IDCTAlexandra Hájková2017-05-042-21/+294
* hevc: 16x16 NEON idct: Use the right element size for loads/storesAlexandra Hájková2017-05-041-8/+8
* hevc: Add NEON add_residual for bitdepth 10Alexandra Hájková2017-05-012-0/+102
* arm: hevc_idct: Tune the add_res_8x8 and add_res_32x32 functionsMartin Storsjö2017-04-281-16/+35
* hevc: Add NEON add_residual for bitdepth 8Seppo Tomperi2017-04-272-0/+103
* hevc: Add support for bitdepth 10 for IDCT DCAlexandra Hájková2017-04-252-12/+37
* hevc: Add NEON IDCT DC functions for bitdepth 8Seppo Tomperi2017-04-252-0/+88
* hevc: Add NEON 16x16 IDCTAlexandra Hájková2017-04-122-0/+201
* arm: Always build the hevcdsp_init_arm.c fileMartin Storsjö2017-03-281-2/+2
* hevc: Add NEON 4x4 and 8x8 IDCTAlexandra Hájková2017-03-273-0/+277
* arm/aarch64: vp9: Fix vertical alignmentMartin Storsjö2017-03-162-8/+8
* arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be usedMartin Storsjö2017-03-111-2/+2
* arm: vp9itxfm: Template the quarter/half idct32 functionMartin Storsjö2017-03-111-37/+20
* arm: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö2017-02-241-6/+6
* arm: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö2017-02-241-62/+62
* arm: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö2017-02-241-126/+120
* arm: vp9lpf: Implement the mix2_44 function with one single filter passMartin Storsjö2017-02-242-3/+195
* arm/aarch64: vp9lpf: Keep the comparison to E within 8 bitMartin Storsjö2017-02-241-6/+5
* arm: vp9lpf: Interleave the start of flat8in into the calculation aboveMartin Storsjö2017-02-111-2/+6
* arm: vp9lpf: Use orrs instead of orr+cmpMartin Storsjö2017-02-111-8/+4
* arm/aarch64: vp9lpf: Calculate !hev directlyMartin Storsjö2017-02-111-3/+2
* arm: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrollingMartin Storsjö2017-02-111-18/+36
* arm: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filterMartin Storsjö2017-02-111-11/+22
* arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 functionMartin Storsjö2017-02-091-2/+1
* arm: vp9itxfm: Do a simpler half/quarter idct16/idct32 when possibleMartin Storsjö2017-02-091-54/+537
* arm: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 functionMartin Storsjö2017-02-091-36/+36
* arm: vp9itxfm: Make the larger core transforms standalone functionsMartin Storsjö2017-02-091-17/+26
* arm: vp9itxfm: Avoid .irp when it doesn't save any linesMartin Storsjö2017-02-051-12/+12
* arm: vp9mc: Fix vertical alignment of operandsMartin Storsjö2017-01-031-3/+3
* arm: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and 32x32Martin Storsjö2016-11-301-9/+66
* arm: vp9itxfm: Only reload the idct coeffs for the iadst_idct combinationMartin Storsjö2016-11-301-1/+1
* arm: vp9itxfm: Rename a macro parameter to fit betterMartin Storsjö2016-11-231-7/+7
* arm/aarch64: vp9itxfm: Fix indentation of macro argumentsMartin Storsjö2016-11-231-4/+4
* arm: vp9itxfm: Simplify the stack alignment codeJanne Grunau2016-11-181-16/+12
* arm: vp9itxfm: Simplify txfm string comparisonsMartin Storsjö2016-11-141-35/+10
* arm: vp9: Add NEON loop filtersMartin Storsjö2016-11-113-0/+828
* arm: vp9: Add NEON itxfm routinesMartin Storsjö2016-11-113-2/+1226
* arm: vp9mc: Use a different helper register for PIC loadsMartin Storsjö2016-11-101-2/+2
* arm: vp9mc: Minor adjustments from review of the aarch64 versionMartin Storsjö2016-11-102-91/+44
* arm: vp9mc: Insert a literal pool at the middle of the fileMartin Storsjö2016-11-041-0/+1
* arm: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö2016-11-033-0/+900
* h264chroma: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-293-16/+22
* idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-298-27/+33
* hpeldsp: arm: Update comments left behind in 25841dfe806a13de526ae09c11149ab1...Diego Biurrun2016-09-291-8/+8
* lavc: add clobber tests for the new encoding/decoding APIAnton Khirnov2016-09-281-0/+20
OpenPOWER on IntegriCloud