commit | b5e9eb6f529b5741322d1981bb176785f115d446 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Apr 28 11:47:43 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Jun 08 22:03:53 2013 -0300 |
tree | 866c5ab35db702eeb0b43e5bfca4e0b15f4eac71 | |
parent | 7df272563aa3ffc201ddfe2431de9bb7456e3ea6 [diff] |
[media] drxk_hard: don't re-implement log10 X-Patchwork-Delegate: mchehab@redhat.com Log10 routine is already defined at dvb_math.h and provides a good enough approximation for 100 x log10(). So, instead of reinventing the wheel, use the already existing function. While here, don't use CamelCase on the function name. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>