diff options
author | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-12-25 08:07:08 -0800 |
---|---|---|
committer | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-12-25 10:12:49 -0800 |
commit | 11388b5a8f187d5b7c8a28437e95762485f51ed8 (patch) | |
tree | c0d1a31ee3cd1ba5e3e30121bd4aa6a6cc84a80b /libavcodec/libopusdec.c | |
parent | 73616b1f21a776aef814ca036d783eede28773a7 (diff) | |
download | ffmpeg-11388b5a8f187d5b7c8a28437e95762485f51ed8.tar.gz |
lavu/internal: add ff_exp10
Fast, reasonably accurate 10^x. Alternative of detection of libm exp10 at configure
time is not worth the trouble, since it is anyway not POSIX or ISO C,
and currently only the GNU libm has it. Furthermore, GNU libm's variant
is ~ 2x slower, and is ironically not correctly rounded (2 ulp off) to justify all
that slowdown.
Reviewed-by: James Almer <jamrial@gmail.com>
Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com>
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Diffstat (limited to 'libavcodec/libopusdec.c')
0 files changed, 0 insertions, 0 deletions