summaryrefslogtreecommitdiff
path: root/libavcodec/vp9dsp_template.c
Commit message (Collapse)AuthorAge
* vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje2017-03-28
| | | | | The advantage here is that the internal software decoder interface is not exposed to the DSP functions or the hardware accelerations.
* lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch2017-03-27
| | | | This is following Libav layout to ease merges.
* vp9dsp: Deduplicate the subpel filtersMartin Storsjö2016-11-15
| | | | | | | | | Make them aligned, to allow efficient access to them from simd. This is an adapted cherry-pick from libav commit a4cfcddcb0f76e837d5abc06840c2b26c0e8aefc. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* vp9: fix type of iadst4_1d intermediates.Ronald S. Bultje2015-09-05
| | | | Fixes integer overflows for extreme coefficient values in 10/12bpp content.
* vp9: fix integer overflow in 10/12bpp DC-only calculation.Ronald S. Bultje2015-09-05
|
* vp9dsp: Add missing ff_ prefixesTimothy Gu2015-08-22
|
* vp9: de-duplicate some functions that are identical between 10/12 bpp.Ronald S. Bultje2015-05-08
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vp9: add inter-frame profile 2/3 suport.Ronald S. Bultje2015-05-06
|
* vp9: add keyframe profile 2/3 support.Ronald S. Bultje2015-05-06