summaryrefslogtreecommitdiff
path: root/libavcodec/bfin/hpeldsp_bfin.c
Commit message (Collapse)AuthorAge
* bfin: Use more sensible file namesDiego Biurrun2014-03-13
| | | | | Drop non-informative _bfin suffix, rename some files for consistency with other architectures, rename others to reflect their content.
* bfin: hpeldsp: "nornd" ---> "no_rnd" function name suffix for consistencyDiego Biurrun2014-03-13
|
* bfin: Move all assembly declarations only used within one .c file thereDiego Biurrun2014-03-13
| | | | This is done similarly for all other architectures.
* bfin: hpeldsp: K&R formatting cosmeticsDiego Biurrun2014-03-13
|
* bfin: hpeldsp: Drop broken put_pixels_*_xy2_nornd bitsDiego Biurrun2014-03-13
| | | | They were marked as broken and disabled in 2009 and will never get fixed.
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-13
|
* bfin: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-19
Signed-off-by: Martin Storsjö <martin@martin.st>