summaryrefslogtreecommitdiff
path: root/libavcodec/arm/vp9itxfm_neon.S
Commit message (Expand)AuthorAge
* arm/aarch64: vp9: Fix vertical alignmentMartin Storsjö2017-03-19
* arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be usedMartin Storsjö2017-03-19
* arm: vp9itxfm: Template the quarter/half idct32 functionMartin Storsjö2017-03-19
* arm: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö2017-03-11
* arm: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö2017-03-11
* arm: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö2017-03-11
* arm: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrollingMartin Storsjö2017-03-11
* arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 functionMartin Storsjö2017-03-11
* arm: vp9itxfm: Do a simpler half/quarter idct16/idct32 when possibleMartin Storsjö2017-03-11
* arm: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 functionMartin Storsjö2017-03-11
* arm: vp9itxfm: Make the larger core transforms standalone functionsMartin Storsjö2017-03-11
* arm: vp9itxfm: Avoid .irp when it doesn't save any linesMartin Storsjö2017-03-11
* arm: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and 32x32Martin Storsjö2017-01-14
* arm: vp9itxfm: Only reload the idct coeffs for the iadst_idct combinationMartin Storsjö2017-01-14
* arm: vp9itxfm: Rename a macro parameter to fit betterMartin Storsjö2017-01-14
* arm/aarch64: vp9itxfm: Fix indentation of macro argumentsMartin Storsjö2017-01-14
* arm: vp9itxfm: Simplify the stack alignment codeJanne Grunau2017-01-14
* arm: vp9: Add NEON itxfm routinesMartin Storsjö2016-11-15