| Commit message (Expand) | Author | Age | Files | Lines |
* | arm/aarch64: vp9: Fix vertical alignment | Martin Storsjö | 2017-03-19 | 1 | -7/+7 |
* | arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be used | Martin Storsjö | 2017-03-19 | 1 | -2/+2 |
* | arm: vp9itxfm: Template the quarter/half idct32 function | Martin Storsjö | 2017-03-19 | 1 | -37/+20 |
* | arm: vp9itxfm: Reorder iadst16 coeffs | Martin Storsjö | 2017-03-11 | 1 | -6/+6 |
* | arm: vp9itxfm: Reorder the idct coefficients for better pairing | Martin Storsjö | 2017-03-11 | 1 | -62/+62 |
* | arm: vp9itxfm: Avoid reloading the idct32 coefficients | Martin Storsjö | 2017-03-11 | 1 | -126/+120 |
* | arm: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrolling | Martin Storsjö | 2017-03-11 | 1 | -18/+36 |
* | arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 function | Martin Storsjö | 2017-03-11 | 1 | -2/+1 |
* | arm: vp9itxfm: Do a simpler half/quarter idct16/idct32 when possible | Martin Storsjö | 2017-03-11 | 1 | -54/+537 |
* | arm: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 function | Martin Storsjö | 2017-03-11 | 1 | -36/+36 |
* | arm: vp9itxfm: Make the larger core transforms standalone functions | Martin Storsjö | 2017-03-11 | 1 | -17/+26 |
* | arm: vp9itxfm: Avoid .irp when it doesn't save any lines | Martin Storsjö | 2017-03-11 | 1 | -12/+12 |
* | arm: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and 32x32 | Martin Storsjö | 2017-01-14 | 1 | -9/+66 |
* | arm: vp9itxfm: Only reload the idct coeffs for the iadst_idct combination | Martin Storsjö | 2017-01-14 | 1 | -1/+1 |
* | arm: vp9itxfm: Rename a macro parameter to fit better | Martin Storsjö | 2017-01-14 | 1 | -7/+7 |
* | arm/aarch64: vp9itxfm: Fix indentation of macro arguments | Martin Storsjö | 2017-01-14 | 1 | -4/+4 |
* | arm: vp9itxfm: Simplify the stack alignment code | Janne Grunau | 2017-01-14 | 1 | -16/+12 |
* | arm: vp9: Add NEON itxfm routines | Martin Storsjö | 2016-11-15 | 1 | -0/+1149 |