summaryrefslogtreecommitdiffstats
path: root/libavcodec/pixblockdsp.c
Commit message (Collapse)AuthorAgeFilesLines
* pixblockdsp: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-141-1/+1
| | | | | | | This avoids SIMD-optimized functions having to sign-extend their line size argument manually to be able to do pointer arithmetic. Also adjust parameter names to be "stride" everywhere.
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-091-0/+76
OpenPOWER on IntegriCloud