Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-31 | *: copyright year 2018 | Max Kellermann | |
2018-01-01 | pcm/*: add "noexcept" | Max Kellermann | |
2017-01-03 | update copyright year | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-03-19 | pcm/Neon: explicit rounding | Max Kellermann | |
Convert to 31 bit first, then right-shift with rounding to 16 bit. | |||
2014-03-16 | pcm/Neon: make neon_x4_b() variadic | Max Kellermann | |
2014-03-16 | pcm/Neon: apply bit shift during float->int conversion | Max Kellermann | |
Avoid multiplication. This is a speedup of 20%. | |||
2014-03-15 | pcm/PcmFormat: ARM NEON optimizations for float->s16 | Max Kellermann | |
This is nearly 4 times faster than the "portable" algorithm. |