summaryrefslogtreecommitdiff
path: root/libavcodec/x86/hpeldsp_init.c
Commit message (Collapse)AuthorAge
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
| | | | | | Convert doxygen to multiline and express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* x86: hpeldsp: Keep all rnd_template instantiations in hpeldsp_initDiego Biurrun2014-03-26
| | | | | There is no point in having a separate file just for the instantiation that provides the public functions.
* x86: dsputil: Move hpeldsp-related declarations to a separate headerDiego Biurrun2014-03-22
|
* x86: dsputil: Move fpel declarations to a separate headerDiego Biurrun2014-03-22
|
* dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun2014-03-22
|
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-13
|
* x86: Add some more missing headersDiego Biurrun2014-03-13
|
* x86: hpeldsp: Add missing av_cold attribute to init functionDiego Biurrun2014-01-09
|
* x86: Initialize mmxext after amd3dnow optimizationsDiego Biurrun2013-12-04
| | | | | | The mmxext optimizations should be at least equally fast if available and amd3dnow optimizations are being deprecated. Thus the former should override the latter, not the other way around.
* x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun2013-08-29
|
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
|
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-12
| | | | The header is not (anymore) MMX-specific.
* x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun2013-05-12
|
* x86: dsputil hpeldsp: Move shared template functions into separate objectDiego Biurrun2013-05-07
|
* x86: rnd_template: Eliminate pointless OP_AVG macro indirectionDiego Biurrun2013-05-07
|
* x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.cDiego Biurrun2013-05-06
| | | | | The function is only instantiated once, so there is no point in keeping it in a template file.
* x86: More specific ifdefs for dsputil/hpeldsp init functionsDiego Biurrun2013-05-06
|
* x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.cDiego Biurrun2013-05-02
| | | | | The function does not do any rounding, so there is no point in keeping it in a round template file.
* x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.cDiego Biurrun2013-05-02
| | | | | The function is only instantiated once, so there is no point in keeping it in a template file.
* x86: Move duplicated put_pixels{8|16}_mmx functions into their own fileDiego Biurrun2013-05-02
|
* x86: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
|
* x86: hpeldsp: Remove unused macro definitionsDiego Biurrun2013-04-29
|
* x86: Factorize duplicated inline assembly snippetsMartin Storsjö2013-04-23
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* x86: Remove some duplicate function declarationsDiego Biurrun2013-04-22
|
* x86: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-19
Signed-off-by: Martin Storsjö <martin@martin.st>