summaryrefslogtreecommitdiff
path: root/libavcodec/arm/videodsp_init_arm.c
Commit message (Collapse)AuthorAge
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
|
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
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>