summaryrefslogtreecommitdiff
path: root/libavcodec/alpha/blockdsp_alpha.c
Commit message (Collapse)AuthorAge
* 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>
* alpha/blockdsp: move clear_blocks out of dsputilJames Almer2014-06-19
The blockdsp split did not cover Alpha optimizations Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>