Justin Ruggles
|
e034cc6c60
|
lavc: Move vector_fmul_window to AVFloatDSPContext
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
12 years ago |
Justin Ruggles
|
ac7eb4cb20
|
float_dsp: add vector_dmul_scalar() to multiply a vector of doubles
Include x86-optimized versions for SSE2 and AVX.
|
12 years ago |
Justin Ruggles
|
284ea790d8
|
dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil
|
12 years ago |
Bojan Zivkovic
|
a74ae4691a
|
mips: Optimization of AC3 FP encoder and EAC3 FP decoder
Signed-off-by: Bojan Zivkovic <bojan@mips.com>
Reveiwed-by: Vitor Sessak <vitor1001@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Justin Ruggles
|
82b2df9790
|
float_dsp: add x86-optimized functions for vector_fmac_scalar()
|
13 years ago |
Justin Ruggles
|
cb5042d02c
|
float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil
|
13 years ago |
Justin Ruggles
|
d5a7229ba4
|
Add a float DSP framework to libavutil
Move vector_fmul() from DSPContext to AVFloatDSPContext.
|
13 years ago |