summaryrefslogtreecommitdiff
path: root/libavcodec/hpel_template.c
Commit message (Collapse)AuthorAge
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-26
|
* dsputil: Move hpel_template #include out of dsputil_templateDiego Biurrun2014-03-26
| | | | Multiple inclusion makes no sense as it is only used in the 8-bit case.
* dsputil: Move thirdpel-related bits into their own contextDiego Biurrun2014-03-22
|
* dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun2014-03-22
|
* hpel_template: Drop some unnecessary parenthesesDiego Biurrun2014-03-20
|
* hpel_template: K&R formatting cosmeticsDiego Biurrun2014-03-20
|
* dsputil: convert remaining op_pixels_funcLuca Barbato2013-02-17
| | | | | | Convert to diffptr_t the line_size parameters still int. Remove all the warnings in dsputil.c
* 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>