aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/arm/float_dsp_init_arm.c
Commit message (Collapse)AuthorAgeFilesLines
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-131-2/+0
|
* arm: float_dsp: Propagate cpu_flags to vfp initialization functionDiego Biurrun2013-08-291-1/+1
|
* avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
|
* cosmetics: do not use full path for local headersDiego Biurrun2012-06-221-1/+1
|
* ARM: fix float_dsp breakage from d5a7229Mans Rullgard2012-06-081-2/+2
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add a float DSP framework to libavutilJustin Ruggles2012-06-081-0/+33
Move vector_fmul() from DSPContext to AVFloatDSPContext.