summaryrefslogtreecommitdiff
path: root/libavcodec/arm/blockdsp_init_neon.c
Commit message (Collapse)AuthorAge
* lavc/arm: fix indent in blockdsp_init_neonClément Bœsch2017-03-20
|
* blockdsp: reindent after parameter removalChristophe Gisquet2015-10-03
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* blockdsp: remove high bitdepth parameterChristophe Gisquet2015-10-02
| | | | | | | | | It is only (mis-)used to set the dsp fucntions clear_block(s). But these functions always work on 16bits-wide elements, which make the parameter useless and actually harmful, as it causes all content on more than 8-bits to not use accelerated functions. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-19
| | | | | | | | | | | | | | | | | | | | | * commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9': dsputil: Split clear_block*/fill_block* off into a separate context Conflicts: configure libavcodec/asvdec.c libavcodec/dnxhddec.c libavcodec/dnxhdenc.c libavcodec/dsputil.h libavcodec/eamad.c libavcodec/intrax8.c libavcodec/mjpegdec.c libavcodec/ppc/dsputil_ppc.c libavcodec/vc1dec.c libavcodec/x86/dsputil_init.c libavcodec/x86/dsputil_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18