summaryrefslogtreecommitdiff
path: root/libavcodec/vp56dsp.h
Commit message (Collapse)AuthorAge
* ARM: NEON optimised VP6 edge filterMåns Rullgård2010-04-30
| | | | Originally committed as revision 22993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP56: move vp56_edge_filter to new VP56DSPContextMåns Rullgård2010-04-30
Using macro templates allows the vp[56]_adjust functions to be inlined instead of called through function pointers. The new function pointers enable optimised implementations of the filters. 4% faster VP6 decoding on Cortex-A8. Originally committed as revision 22992 to svn://svn.ffmpeg.org/ffmpeg/trunk