summaryrefslogtreecommitdiff
path: root/libavcodec/h264qpel_template.c
Commit message (Collapse)AuthorAge
* Drop unnecessary av_unused attributes.Diego Biurrun2014-09-05
|
* qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-25
|
* Rename tpel_template.c ---> pel_template.cDiego Biurrun2014-06-13
| | | | The new name more accurately describes what the file is about.
* dsputil: Move thirdpel-related bits into their own contextDiego Biurrun2014-03-22
|
* dsputil: Move intreadwrite.h #include from header file to .c filesDiego Biurrun2014-03-13
|
* dsputil: Make square put/avg_pixels functions local to h264qpelRonald S. Bultje2013-04-10
| | | | | | | Put a copy of the 8bit functions only in dsputil, where they are used for some other things (e.g. mpeg4qpel, mspel, cavsqpel). Signed-off-by: Martin Storsjö <martin@martin.st>
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-12
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* dsputil: Separate h264 qpelMans Rullgard2013-01-24
The sh4 optimizations are removed, because the code is 100% identical to the C code, so it is unlikely to provide any real practical benefit. Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>