]> git.sesse.net Git - ffmpeg/commit
all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h
authorGanesh Ajjanagadde <gajjanag@gmail.com>
Tue, 15 Mar 2016 01:28:56 +0000 (21:28 -0400)
committerGanesh Ajjanagadde <gajjanag@gmail.com>
Tue, 22 Mar 2016 17:15:31 +0000 (10:15 -0700)
commitdb1a642cd213804ed1579a19c9f5db08407dad9b
tree03b30c952698571c0544f3591f835d4aacd1745a
parent124526ba1aee5b616b9f6cf2da6b5db85d05711d
all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h

The idea is to use ffmath.h for internal implementations of math functions.
Currently, it is used for variants of libm functions, but is by no means
limited to such things.

Note that this is not exported; use lavu/mathematics for such purposes.

Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by: Ganesh Ajjanagadde <gajjanag@gmail.com>
20 files changed:
libavcodec/aacenc_utils.h
libavcodec/aacpsy.c
libavcodec/acelp_pitch_delay.c
libavcodec/cngdec.c
libavcodec/dcaenc.c
libavcodec/imc.c
libavcodec/on2avc.c
libavcodec/opus.c
libavcodec/wmadec.c
libavcodec/wmaenc.c
libavcodec/wmaprodec.c
libavfilter/af_anequalizer.c
libavfilter/af_compand.c
libavfilter/af_volume.c
libavfilter/f_ebur128.c
libavfilter/vaf_spectrumsynth.c
libavfilter/vsrc_testsrc.c
libavutil/eval.c
libavutil/ffmath.h [new file with mode: 0644]
libavutil/internal.h