summaryrefslogtreecommitdiffstats
path: root/libavcodec/videodsp.c
Commit message (Collapse)AuthorAgeFilesLines
* aarch64: implement videodsp.prefetchJanne Grunau2014-04-061-0/+2
| | | | 8% faster h264 decoding on Apple A7.
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
|
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-0/+51
Move some functions from dsputil. The idea is that videodsp contains functions that are useful for a large and varied set of video decoders. Currently, it contains emulated_edge_mc() and prefetch(). Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
OpenPOWER on IntegriCloud