Ronald S. Bultje
|
55aa03b9f8
|
floatdsp: move vector_fmul_add from dsputil to avfloatdsp.
|
2013-01-22 11:55:42 -08:00 |
|
Justin Ruggles
|
e034cc6c60
|
lavc: Move vector_fmul_window to AVFloatDSPContext
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
2013-01-16 10:45:45 +01:00 |
|
Justin Ruggles
|
ac7eb4cb20
|
float_dsp: add vector_dmul_scalar() to multiply a vector of doubles
Include x86-optimized versions for SSE2 and AVX.
|
2012-12-05 11:23:36 -05:00 |
|
Justin Ruggles
|
284ea790d8
|
dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil
|
2012-11-26 11:29:06 -05:00 |
|
Justin Ruggles
|
cb5042d02c
|
float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil
|
2012-06-18 18:01:14 -04:00 |
|
Justin Ruggles
|
d5a7229ba4
|
Add a float DSP framework to libavutil
Move vector_fmul() from DSPContext to AVFloatDSPContext.
|
2012-06-08 13:14:38 -04:00 |
|