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 |
|
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 |
|