summaryrefslogtreecommitdiff
path: root/apps/fixedpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/fixedpoint.h')
-rw-r--r--apps/fixedpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/fixedpoint.h b/apps/fixedpoint.h
index fd68fc162c..6670e597fb 100644
--- a/apps/fixedpoint.h
+++ b/apps/fixedpoint.h
@@ -61,7 +61,7 @@ long fp_sincos(unsigned long phase, long *cos);
61#define FP_NEGINF -(0x7fffffff) 61#define FP_NEGINF -(0x7fffffff)
62 62
63/* fracbits in range 12 - 22 work well. Higher is better for 63/* fracbits in range 12 - 22 work well. Higher is better for
64 * calculating dB, lower is better for calculating ratio. 64 * calculating dB, lower is better for calculating factor.
65 */ 65 */
66/* long fp_decibels(unsigned long factor, unsigned int fracbits); */ 66/* long fp_decibels(unsigned long factor, unsigned int fracbits); */
67long fp_factor(long decibels, unsigned int fracbits); 67long fp_factor(long decibels, unsigned int fracbits);