summaryrefslogtreecommitdiffstats
path: root/libavcodec/hpel_template.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-261-0/+2
|
* dsputil: Move hpel_template #include out of dsputil_templateDiego Biurrun2014-03-261-0/+2
| | | | 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-221-45/+0
|
* dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun2014-03-221-0/+2
|
* hpel_template: Drop some unnecessary parenthesesDiego Biurrun2014-03-201-3/+3
|
* hpel_template: K&R formatting cosmeticsDiego Biurrun2014-03-201-72/+117
|
* dsputil: convert remaining op_pixels_funcLuca Barbato2013-02-171-3/+3
| | | | | | Convert to diffptr_t the line_size parameters still int. Remove all the warnings in dsputil.c
* dsputil: Separate h264 qpelMans Rullgard2013-01-241-0/+100
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>
OpenPOWER on IntegriCloud