summaryrefslogtreecommitdiffstats
path: root/libavutil/arm/float_dsp_init_vfp.c
Commit message (Collapse)AuthorAgeFilesLines
* arm: float_dsp: Propagate cpu_flags to vfp initialization functionDiego Biurrun2013-08-291-3/+1
|
* avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
|
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-0/+4
| | | | | | Now, nellymoserenc and aacenc no longer depends on dsputil. Independent of this patch, wmaprodec also does not depend on dsputil, so I removed it from there also.
* 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 <[email protected]>
* Add a float DSP framework to libavutilJustin Ruggles2012-06-081-0/+34
Move vector_fmul() from DSPContext to AVFloatDSPContext.