James Almer
|
6966a5e4d7
|
Merge commit '721d57e608dc4fd6c86f27c5ae76ef559d646220'
* commit '721d57e608dc4fd6c86f27c5ae76ef559d646220':
vp56: Separate VP5 and VP6 dsp initialization
Merged-by: James Almer <jamrial@gmail.com>
|
2017-03-19 17:15:24 -03:00 |
|
James Almer
|
4004d33fcb
|
Merge commit 'd9d26a3674f31f482f54e936fcb382160830877a'
* commit 'd9d26a3674f31f482f54e936fcb382160830877a':
vp56: Change type of stride parameters to ptrdiff_t
Merged-by: James Almer <jamrial@gmail.com>
|
2017-03-19 14:54:25 -03:00 |
|
Diego Biurrun
|
721d57e608
|
vp56: Separate VP5 and VP6 dsp initialization
VP5 has no arch-specific optimizations (nor will it get some in the
future), so it makes no sense to try to share dsp init code with VP6.
|
2016-08-26 11:50:22 +02:00 |
|
Diego Biurrun
|
d9d26a3674
|
vp56: Change type of stride parameters to ptrdiff_t
This avoids SIMD-optimized functions having to sign-extend their
line size argument manually to be able to do pointer arithmetic.
|
2016-08-26 11:36:26 +02:00 |
|
Michael Niedermayer
|
f9418d156f
|
Merge commit '8506ff97c9ea4a1f52983497ecf8d4ef193403a9'
* commit '8506ff97c9ea4a1f52983497ecf8d4ef193403a9':
vp56: Mark VP6-only optimizations as such.
Merged-by: Michael Niedermayer <michaelni@gmx.at>
|
2013-08-24 11:04:11 +02:00 |
|
Diego Biurrun
|
8506ff97c9
|
vp56: Mark VP6-only optimizations as such.
Most of our VP56 optimizations are VP6-only and will stay that way.
So avoid compiling them for VP5-only builds.
|
2013-08-23 14:42:19 +02:00 |
|