summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/pixblockdsp.c
Commit message (Collapse)AuthorAge
* ppc: vsx: Implement diff_pixels and get_pixelsLuca Barbato2015-05-31
| | | | Use a macro to abstract the endianness.
* ppc: Restrict some Altivec implementations to Big EndianLuca Barbato2015-05-31
| | | | | In Little Endian the vec_ld/vec_st operations work as expected only for byte-vectors.
* ppc: pixblockdsp: Use the abriged vector typesLuca Barbato2015-05-31
|
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-09