summaryrefslogtreecommitdiffstats
path: root/libavutil/ppc/float_dsp_init.c
Commit message (Collapse)AuthorAgeFilesLines
* ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-281-3/+2
|
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-181-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/+1
| | | | | | 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.
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-0/+1
|
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-161-0/+4
| | | | Signed-off-by: Luca Barbato <[email protected]>
* float_dsp: ppc: add a separate header for Altivec function prototypesJustin Ruggles2012-06-081-3/+2
| | | | | Also include config.h so that HAVE_ALTIVEC will be defined. Fixes compilation on PPC with Altivec enabled.
* Add a float DSP framework to libavutilJustin Ruggles2012-06-081-0/+37
Move vector_fmul() from DSPContext to AVFloatDSPContext.